Upgrading GRASS database: Difference between revisions
(fix announcement URLs) |
(fix old module URLs) |
||
Line 17: | Line 17: | ||
'''Raster3D:''' No changes. | '''Raster3D:''' No changes. | ||
'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with | '''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with [https://old.grass.osgeo.org/grass64/manuals/v.in.sites.html v.in.sites] (for all maps, use [https://old.grass.osgeo.org/grass64/manuals/v.in.sites.all.html v.in.sites.all]). | ||
'''Vector:''' You need to convert the format with | '''Vector:''' You need to convert the format with [https://old.grass.osgeo.org/grass64/manuals/v.convert.html v.convert] (for all maps, use [https://old.grass.osgeo.org/grass64/manuals/v.convert.all.html v.convert.all]). | ||
=== Migrating from GRASS 5 to GRASS 6 === | === Migrating from GRASS 5 to GRASS 6 === | ||
Line 27: | Line 27: | ||
'''Raster3D:''' No changes. | '''Raster3D:''' No changes. | ||
'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with | '''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with [https://old.grass.osgeo.org/grass64/manuals/v.in.sites.html v.in.sites] (for all maps, use [https://old.grass.osgeo.org/grass64/manuals/v.in.sites.all.html v.in.sites.all]). | ||
'''Vector:''' You need to convert the format with | '''Vector:''' You need to convert the format with [https://old.grass.osgeo.org/grass64/manuals/v.convert.html v.convert] (for all maps, use [https://old.grass.osgeo.org/grass64/manuals/v.convert.all.html v.convert.all]). | ||
=== Migrating from GRASS 6 to GRASS 7 === | === Migrating from GRASS 6 to GRASS 7 === | ||
Line 41: | Line 41: | ||
=== Migrating from GRASS 7 to GRASS 8 === | === Migrating from GRASS 7 to GRASS 8 === | ||
So far GRASS GIS 8 | So far format changes in GRASS GIS 8 are not yet under development. | ||
See [https://trac.osgeo.org/grass/wiki/Grass8Planning GRASS 8 planning: ideas] | See [https://trac.osgeo.org/grass/wiki/Grass8Planning GRASS 8 planning: ideas] |
Revision as of 21:14, 24 June 2021
Upgrading the GRASS database from older to recent GRASS versions
Migrating from GRASS 4 to GRASS 5
Raster: The LZW compression has been removed which requires a format conversion: see announcement from Jan. 2001.
Raster3D: No changes.
Sites: No changes.
Vector: You need to rebuild the topology with v.support.
Migrating from GRASS 4 to GRASS 6
Raster: The LZW compression has been removed which requires a format conversion: see announcement from Jan. 2001.
Raster3D: No changes.
Sites: Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with v.in.sites (for all maps, use v.in.sites.all).
Vector: You need to convert the format with v.convert (for all maps, use v.convert.all).
Migrating from GRASS 5 to GRASS 6
Raster: No relevant changes.
Raster3D: No changes.
Sites: Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with v.in.sites (for all maps, use v.in.sites.all).
Vector: You need to convert the format with v.convert (for all maps, use v.convert.all).
Migrating from GRASS 6 to GRASS 7
Raster: No changes.
Raster3D: No changes.
Vector: You need to rebuild the topology with v.build (for all maps automatically: v.build.all).
Migrating from GRASS 7 to GRASS 8
So far format changes in GRASS GIS 8 are not yet under development.
Troubleshooting
- "XXX is not a valid mapset" error:
- This normally indicates that the directory lacks a WIND file. Copying the DEFAULT_WIND file (if it exists) to WIND should suffice.