| 1 | = List of new features in GRASS GIS 8.2 = |
| 2 | |
| 3 | GRASS GIS 8.2 is actively developed and maintained with a first 8.2.0 stable release in XXXX 2022. In total, it comes with '''almost [https://github.com/OSGeo/grass/compare/8.0.1...8.2.0 YYY fixes and improvements]''' with respect to the previous stable releases 8.0.0. This page summarizes the manifold new features which have been added to GRASS 8.2. |
| 4 | |
| 5 | [[TOC]] |
| 6 | |
| 7 | === What's new in a nutshell === |
| 8 | |
| 9 | ... **new stable release GRASS GIS 8.2** is available. Efforts have concentrated on ... |
| 10 | |
| 11 | Detailed list of new features: |
| 12 | * see [https://github.com/OSGeo/grass/milestone/8?closed=1 Milestone GRASS GIS 8.2.0] |
| 13 | |
| 14 | Summary |
| 15 | * ... |
| 16 | * ... |
| 17 | |
| 18 | Project management: issues, fixes, and ongoing improvements are publicly accessible at [https://github.com/OSGeo/grass/ GitHub]. |
| 19 | |
| 20 | === Releases === |
| 21 | |
| 22 | * For more details than on this overview page, see list here: |
| 23 | * ~~https://github.com/OSGeo/grass/releases/tag/8.2.0~~ (DD MMM 2022) |
| 24 | * The 8.2 release development was officially moved to a dedicated release branch on DD MMM 2022: https://github.com/OSGeo/grass/tree/releasebranch_8_2 |
| 25 | |
| 26 | == Graphical User Interface == |
| 27 | |
| 28 | ... |
| 29 | |
| 30 | == Modules (commands) == |
| 31 | |
| 32 | ... |
| 33 | |
| 34 | === General modules === |
| 35 | |
| 36 | * G82:... |
| 37 | |
| 38 | === Raster modules === |
| 39 | |
| 40 | * G82:... |
| 41 | |
| 42 | === Vector modules === |
| 43 | |
| 44 | * G82:... |
| 45 | |
| 46 | === Imagery modules === |
| 47 | |
| 48 | * G82:... |
| 49 | |
| 50 | === Temporal GIS modules === |
| 51 | |
| 52 | * G82:... |
| 53 | |
| 54 | === Scripting === |
| 55 | |
| 56 | * G82:... |
| 57 | |
| 58 | === Database support === |
| 59 | |
| 60 | * G82:... |
| 61 | |
| 62 | == User Manuals - Documentation == |
| 63 | |
| 64 | === Translations === |
| 65 | |
| 66 | Translations are managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass7 |
| 67 | |
| 68 | === User manual pages improvements === |
| 69 | |
| 70 | Nuumerous user manual pages have received major or minor improvements. |
| 71 | |
| 72 | == GRASS GIS 8 Library changes == |
| 73 | |
| 74 | * ... |
| 75 | |
| 76 | == PROJ support == |
| 77 | |
| 78 | * ... |
| 79 | |
| 80 | == GDAL support == |
| 81 | |
| 82 | ... |
| 83 | |
| 84 | == Source Code Quality == |
| 85 | |
| 86 | ... |
| 87 | |
| 88 | === Unit tests / CI === |
| 89 | |
| 90 | * ... |
| 91 | |
| 92 | == Source Code Portability == |
| 93 | |
| 94 | * Python-3.7+ support implemented across the tree |
| 95 | * FreeBSD: ... |
| 96 | * Mac: ... |
| 97 | * MS-Windows/OSGeo4W: ... |
| 98 | |
| 99 | === Docker and Singularity support === |
| 100 | |
| 101 | * ... |
| 102 | |
| 103 | == New GRASS GIS 8 Addons == |
| 104 | |
| 105 | There are numerous new addons which enlarge the already impressive list of addons available (see http://grass.osgeo.org/grass8/manuals/addons/): |
| 106 | |
| 107 | * G8A:... |
| 108 | |
| 109 | === Addons moved to core === |
| 110 | |
| 111 | These modules have been moved to core GRASS GIS (and removed from addons grass8 branch): |
| 112 | |
| 113 | * G82:... |
| 114 | |
| 115 | == Migrating from GRASS GIS 7 to version 8.x == |
| 116 | |
| 117 | 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 G82:t.upgrade. If users want to read space-time datasets newly created in GRASS 8 back in GRASS 7.x, they can run G78:t.downgrade. |