Changes between Version 14 and Version 15 of Grass8/NewFeatures80


Ignore:
Timestamp:
Dec 12, 2021, 2:51:34 PM (2 years ago)
Author:
veroandreo
Comment:

more details - wip

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v14 v15  
    5858See ... TODO
    5959
    60 ||[[Image(wiki:Grass8/NewFeatures80/first-time_user_world.png, align=center, 300px)]]
    61 ||''New startup and dark theme support''
     60||[[Image(wiki:Grass8/NewFeatures80:first-time_user_world.png, align=center, 300px)]]
     61||''New first time user startup and dark theme support''
    6262
    6363== Modules (commands) ==
     
    7070
    7171=== Raster modules ===
    72  
     72
     73A new class of metadata can now be added to raster maps. We called it semantic labels. Examples of semantic labels are satellite bands, dataset names in remote sensing products, or whatever the user wants to use to identify raster maps. This new feature brings in a series of and advantages. Users can register time series of satellite images and then select which bands or semantic labels to work with, for example, estimate NDVI from a Sentinel 2 time series:
     74
     75`t.rast.mapcalc inputs=test.S2_8,test.S2_4 output=ndvi basename=ndvi expression="float(test.S2_8 - test.S2_4) / (test.S2_8 + test.S2_4)"`
     76
     77The other great advantage is that now the signature files will include these semantic labels, and therefore, signature files of one imagery or raster group can be used to classify a different group with identical semantic labels.
     78
     79New modules:
     80 * G80:r.semantic.label: manages semantic label information assigned to a single raster map or to a list of raster maps
     81
     82A number of modules in the raster family received significant modifications. Here the most relevant:
    7383 * G80:r.geomorphon: Add geomorphon profiling feature and two zenith/nadir comparison modes. Remove the multires mode, which was broken. Refine documentation and code style.
    7484 * G80:...
     
    8292All raster classification modules now generate signature files with embedded semantic labels. This allows to apply signature file from one imagery scene to any number of other scenes as long as they consist of same bands (as identified by their semantic labels).
    8393
     94 * G80:i.band.library
    8495 * G80:...
     96
     97||[[Image()]]
     98|| ''New enhanced classification workflow''
    8599
    86100=== Temporal GIS modules ===