Changes between Version 29 and Version 30 of Grass7/NewFeatures76


Ignore:
Timestamp:
Jan 20, 2019, 6:23:25 AM (5 years ago)
Author:
veroandreo
Comment:

wip2

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures76

    v29 v30  
    1919== Graphical User Interface ==
    2020
    21 GRASS GIS 7.6 graphical user interface now displays the computational region extent by default in the Map Display window. This simple new feature allows to always visualize such an important basic concept in GRASS GIS and makes it a lot easier for newcomers. Moreover, a new widget has been implemented for commands including an SQL WHERE parameter to ease selection of features/data. Many fixes were aimed to enhance compatibility with wxPython 4. The data catalog, the graphic modeler and the startup have also received many improvements in this new GRASS GIS release.
     21GRASS GIS 7.6 graphical user interface now displays the computational region extent by default in the Map Display window. This simple new feature allows to always visualize such an important basic concept in GRASS GIS and makes it a lot easier for newcomers. Moreover, a new widget has been implemented for commands including an SQL WHERE parameter to ease selection of features/data.
     22
     23[screenshots here]
     24
     25Many fixes were aimed to enhance compatibility with wxPython 4. The data catalog, the graphic modeler and the startup have also received many improvements in this new GRASS GIS release.
    2226
    2327== Modules (commands) ==
    2428
    25 A series of new modules has been added and many improved:
    26 
    27  * G76:r.buildvrt: Build a VRT (Virtual Raster) from the list of input raster maps
    28  * G76:r.path - Traces paths from starting points following input directions
     29A series of new modules has been added and many improved.
    2930
    3031=== General modules ===
     
    3435=== Raster modules ===
    3536
    36 New modules:
    37  * G7:r.path: extract a shortest path from the output of r.cost, r.walk, r.watershed
    38  * G7:r.buildvrt: build a virtual raster (VRT) that is a mosaic of the list of input raster maps
    39  * ...
     37This new GRASS GIS release comes with 2 new dedicated raster modules. The first one, G7:r.path, can be used to trace paths from different starting points following input directions, such as the outputs of G7:r.cost, G7:r.walk or G7:r.watershed. The second, G7:r.buildvrt, provides the very useful functionality of creating virtual rasters (VRT) mosaics from a list of input raster maps. This allows processing big areas while avoiding the creation of physical maps, especially useful when space is limited.
     38
     39[screenshots here]
    4040
    4141Several other raster modules have been improved with new options, flags or parallelization support: