Changes between Version 13 and Version 14 of Grass8/NewFeatures80


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

minor things.. recalling how this wiki works

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v13 v14  
    3838* valley flatness
    3939* cost-distance area connectivity
    40 * Sentinel, MODIS, USGS, and GBIF data download
     40* Sentinel, Landsat, MODIS, USGS, and GBIF data download
    4141* edge detection
    4242* user and producer accuracies
     
    5858See ... TODO
    5959
     60||[[Image(wiki:Grass8/NewFeatures80/first-time_user_world.png, align=center, 300px)]]
     61||''New startup and dark theme support''
     62
    6063== Modules (commands) ==
    6164
     
    6770
    6871=== Raster modules ===
    69  * r.geomorphon: Add geomorphon profiling feature and two zenith/nadir comparison modes. Remove the multires mode, which was broken. Refine documentation and code style.
     72 
     73 * 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.
    7074 * G80:...
    7175
     
    8286=== Temporal GIS modules ===
    8387
     88 * G80:t.upgrade and G80:t.downgrade
    8489 * G80:...
    8590
     
    112117 * ...
    113118
    114 == GRASS GIS 7 Library changes ==
     119== GRASS GIS 8 Library changes ==
    115120
    116121 * ...
     
    135140=== Unit tests / CI ===
    136141
    137  * (!GitHub Actions activated in master: https://github.com/OSGeo/grass/actions)
     142 * !GitHub Actions were activated in the main branch: https://github.com/OSGeo/grass/actions
    138143
    139144==== JSON /  REST support ====
     
    156161
    157162 * r.object.geometry
     163
    158164== Migrating from GRASS GIS 7 to version 8.x ==
    159165
    160 Nothing special to care about.
    161 
    162 t.upgrade?
     166With the addition of semantic labels, the temporal database was modified to version 3 and hence, to be able to read and process GRASS 7.x space-time datasets, users will be prompted to run G80:t.upgrade. If users want to read newly created space-time datasets in GRASS 7.x, they can run G80:t.downgrade.