Changes between Version 43 and Version 44 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 7:40:18 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v43 v44  
    128128 * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3
    129129 * G7:i.modis.qc: Added mod09GA QA definitions
    130  * G7:i.segment: added mean shift
    131130
    132131=== Temporal GIS modules ===
    133132
    134  * G7:t.rast.series: added quantile option with test
    135  * G7:t.rast.mapcalc: added warning before removing empty (null) maps
    136  * G7:t.rast.export: added GDAL options to support GeoTiff compression
    137  * G7:t.info: Add test to verify the support of non ascii code
    138  * G7:t.rast.what:
    139    * Fixed null value bug, null value definitions are now passed to G7:r.what correctly
    140    * added function to convert granularity to a smaller granularity
     133The main change in the temporal framework is the introduction of spatial topological operators to the temporal algebra in G7:t.rast.algebra. Moreover, the quantile method has been added to G7:t.rast.series. On the other hand, G7:t.rast.what now has a new flag -v that returns the category for vector points map and a bug in NULL values was fixed, so null value definitions are now passed to G7:r.what correctly. G7:t.rast.export has now support for GDAL options to support GeoTiff compression.
    141134
    142135=== Scripting ===
    143136
    144 New:
    145 
    146  * PyGRASS:
    147    * 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
    148    * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists
     137A new class has been implemented in PyGRASS,
     138[https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule], which enables temporary region environment for multi module runs. This class allows to put multiple modules into the parallel module queue, for example coupled G7:g.region and G7:r.mapcalc calls, that must be run in a specific order but many of these combined calls should run in parallel.
    149139
    150140== User Manuals - Documentation ==