Changes between Version 38 and Version 39 of Grass7/NewFeatures74
- Timestamp:
- 11/11/17 03:06:44 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Grass7/NewFeatures74
v38 v39 26 26 * Data Catalog (available in the Data tab) can now move and copy data between mapsets and locations, reproject rasters and vectors. This can be performed using right mouse click or drag and drop. 27 27 * Show computational region function is now available also from menu ''Settings > Computational region > Show current region extent in Map Display''. 28 * Help and Advanced search buttons in Modules tab to show documentation (manual pages) for modules 28 29 * Selected sample locations can be now downloaded from the Startup windows using a Download button next to location selection. 29 30 * The GRASS GIS Spatial Database Directory is now automatically filled (if available on disk) when user starts GRASS GIS for the first time. … … 120 121 * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3 121 122 * G7:i.modis.qc: Added mod09GA QA definitions 122 * G7:i.segment: +mean shift123 * G7:i.segment: added mean shift 123 124 124 125 === Temporal GIS modules === … … 137 138 138 139 * PyGRASS: 139 * [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class140 * Implemented [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class and enabled temporary region environment for multi module runs. This class allows to put multiple modules into the parallel module queue, for example coupled g.region and r.mapcalc calls, that must be run in a specific order but many of these combined calls should run in parallel 140 141 * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists 141 142 … … 149 150 * Implemented temporal algebra complement tests that show the current condition bugs 150 151 * Added spatial topological operators to the temporal algebra (r71369) 151 * temporal framework:Tests regarding implicit temporal aggregation152 * Tests regarding implicit temporal aggregation 152 153 * improved gran_to_gran function to return correctly years and second values 153 154 * added function to convert granularity to a smaller granularity 155 * Enabled raster region specific parallel processing by using the MultiModule class 154 156 * projlib: 155 157 * improved integration of GDAL and streamlining of spatial reference system handling … … 164 166 * rasterlib: 165 167 * fix/improve Rast_align_window() 168 * simlib: 169 * more control over seeding for random number generator 166 170 167 171 == Source Code Portability ==