Changes between Version 13 and Version 14 of Grass8/NewFeatures80
- Timestamp:
- 12/12/21 14:21:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8/NewFeatures80
v13 v14 38 38 * valley flatness 39 39 * cost-distance area connectivity 40 * Sentinel, MODIS, USGS, and GBIF data download40 * Sentinel, Landsat, MODIS, USGS, and GBIF data download 41 41 * edge detection 42 42 * user and producer accuracies … … 58 58 See ... TODO 59 59 60 ||[[Image(wiki:Grass8/NewFeatures80/first-time_user_world.png, align=center, 300px)]] 61 ||''New startup and dark theme support'' 62 60 63 == Modules (commands) == 61 64 … … 67 70 68 71 === 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. 70 74 * G80:... 71 75 … … 82 86 === Temporal GIS modules === 83 87 88 * G80:t.upgrade and G80:t.downgrade 84 89 * G80:... 85 90 … … 112 117 * ... 113 118 114 == GRASS GIS 7Library changes ==119 == GRASS GIS 8 Library changes == 115 120 116 121 * ... … … 135 140 === Unit tests / CI === 136 141 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 138 143 139 144 ==== JSON / REST support ==== … … 156 161 157 162 * r.object.geometry 163 158 164 == Migrating from GRASS GIS 7 to version 8.x == 159 165 160 Nothing special to care about. 161 162 t.upgrade? 166 With 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.