Changes between Version 28 and Version 29 of Grass7/NewFeatures74
- Timestamp:
- 11/10/17 10:29:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v28 v29 31 31 * Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset. 32 32 * Simple Python Editor is now available from the File menu. 33 * New dialog to download locations as Download button in the start-up window. This is a very useful functionality especially for newcomers that do not have any data. It currently points to [https://grass.osgeo.org/download/sample-data/ North Carolina sample dataset] but it can potentially be extended to other data sources. 33 34 34 35 == Modules (commands) == … … 97 98 and to avoid a rare segfault when opening a GRASS database driver 98 99 * the code has been restructured to make it a bit less unreadable and to fix the logic of steps (e.g. check output only if output is created) 100 * G7:v.rast.stats: added new -d flag for line densification (as in G7:v.to.rast) and corresponding tests 99 101 100 102 === Imagery modules === … … 117 119 New: 118 120 119 * PyGRASS: [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class 121 * PyGRASS: 122 * [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class 123 * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists 124 120 125 121 126 == User Manuals - Documentation == … … 128 133 * Implemented temporal algebra complement tests that show the current condition bugs 129 134 * Added spatial topological operators to the temporal algebra (r71369) 130 * temporal framework: Tests regarding implicit temporal aggregation .135 * temporal framework: Tests regarding implicit temporal aggregation 131 136 132 137 == Source Code Portability ==