Changes between Version 38 and Version 39 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 3:06:44 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v38 v39  
    2626* 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.
    2727* 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
    2829* Selected sample locations can be now downloaded from the Startup windows using a Download button next to location selection.
    2930* The GRASS GIS Spatial Database Directory is now automatically filled (if available on disk) when user starts GRASS GIS for the first time.
     
    120121 * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3
    121122 * G7:i.modis.qc: Added mod09GA QA definitions
    122  * G7:i.segment: + mean shift
     123 * G7:i.segment: added mean shift
    123124
    124125=== Temporal GIS modules ===
     
    137138
    138139 * PyGRASS:
    139    * [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class
     140   * 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
    140141   * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists
    141142
     
    149150   * Implemented temporal algebra complement tests that show the current condition bugs
    150151   * Added spatial topological operators to the temporal algebra (r71369)
    151    * temporal framework: Tests regarding implicit temporal aggregation
     152   * Tests regarding implicit temporal aggregation
    152153   * improved gran_to_gran function to return correctly years and second values
    153154   * added function to convert granularity to a smaller granularity
     155   * Enabled raster region specific parallel processing by using the MultiModule class
    154156 * projlib:
    155157   * improved integration of GDAL and streamlining of spatial reference system handling
     
    164166 * rasterlib:
    165167   * fix/improve Rast_align_window()
     168 * simlib:
     169   * more control over seeding for random number generator
    166170
    167171== Source Code Portability ==