Changes between Version 28 and Version 29 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 10, 2017, 10:29:55 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v28 v29  
    3131* Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset.
    3232* 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.
    3334
    3435== Modules (commands) ==
     
    9798     and to avoid a rare segfault when opening a GRASS database driver
    9899   * 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
    99101
    100102=== Imagery modules ===
     
    117119New:
    118120
    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
    120125
    121126== User Manuals - Documentation ==
     
    128133   * Implemented temporal algebra complement tests that show the current condition bugs
    129134   * 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
    131136
    132137== Source Code Portability ==