Upgrading GRASS database: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new: please update)
 
m ((use cmd macro))
 
(14 intermediate revisions by 3 users not shown)
Line 3: Line 3:
=== Migrating from GRASS 4 to GRASS 5 ===
=== Migrating from GRASS 4 to GRASS 5 ===


'''Raster:''' The LZW compression has been removed which requires a format conversion: see [http://grass.osgeo.org/announces/announce_lzw_removal.html announcement] from Jan. 2001.
'''Raster:''' The LZW compression has been removed which requires a format conversion: see [https://web.archive.org/web/20131219172215/http://grass.osgeo.org/announces/announce_lzw_removal.html LZW removal announcement] from Jan. 2001.


'''Raster3D:''' No changes.
'''Raster3D:''' No changes.
Line 13: Line 13:
=== Migrating from GRASS 4 to GRASS 6 ===
=== Migrating from GRASS 4 to GRASS 6 ===


'''Raster:''' The LZW compression has been removed which requires a format conversion: see [http://grass.osgeo.org/announces/announce_lzw_removal.html announcement] from Jan. 2001.
'''Raster:''' The LZW compression has been removed which requires a format conversion: see [https://web.archive.org/web/20131219172215/http://grass.osgeo.org/announces/announce_lzw_removal.html LZW removal announcement] from Jan. 2001.


'''Raster3D:''' No changes.
'''Raster3D:''' No changes.


'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with {{cmd|v.in.sites|version=64}} (for all maps, use {{cmd|v.in.sites.all|version=64}}).
'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/vector/v.in.sites/ v.in.sites] (for all maps, use [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/scripts/v.in.sites.all/ v.in.sites.all]).


'''Vector:''' You need to convert the format with {{cmd|v.convert|version=64}} (for all maps, use {{cmd|v.convert.all|version=64}}).
'''Vector:''' You need to convert the format with [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/vector/v.convert/ v.convert] (for all maps, use [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/scripts/v.convert.all/ v.convert.all] addon).
 
(note: also available in GRASS GIS 7 as addons: [https://grass.osgeo.org/grass7/manuals/addons/v.convert.html v.convert] (for all maps, use [https://grass.osgeo.org/grass7/manuals/addons/v.convert.all.html v.convert.all] addon)).


=== Migrating from GRASS 5 to GRASS 6 ===
=== Migrating from GRASS 5 to GRASS 6 ===
Line 27: Line 29:
'''Raster3D:''' No changes.
'''Raster3D:''' No changes.


'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with {{cmd|v.in.sites|version=64}} (for all maps, use {{cmd|v.in.sites.all|version=64}}).
'''Sites:''' Sites have been deprecated and are handled as vector points. Convert sites maps to vector maps with [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/vector/v.in.sites/ v.in.sites] (for all maps, use [https://github.com/OSGeo/grass-legacy/tree/releasebranch_6_4/scripts/v.in.sites.all/ v.in.sites.all]).


'''Vector:''' You need to convert the format with {{cmd|v.convert|version=64}} (for all maps, use {{cmd|v.convert.all|version=64}}).
'''Vector:''' You need to convert the format with [https://grass.osgeo.org/grass7/manuals/addons/v.convert.html v.convert] (for all maps, use [https://grass.osgeo.org/grass7/manuals/addons/v.convert.all.html v.convert.all]).


=== Migrating from GRASS 6 to GRASS 7 ===
=== Migrating from GRASS 6 to GRASS 7 ===


''IMPORTANT: GRASS 7 is NOT recommended for production use as it is under heavy development.''
'''Raster:''' No changes. However, it is recommended  
 
'''Raster3D:''' No changes.
 
'''Vector:''' The DBF file default backend has been replaced to SQLite. While conversion is not mandatory it is highly recommended. See [[Convert all GRASS 6 vector maps to GRASS 7]] for an automated conversion.
 
=== Migrating from GRASS 7 to GRASS 8 ===


'''Raster:''' No changes (yet) but format update planned.
'''Raster:''' [https://grass.osgeo.org/grass-stable/manuals/r.semantic.label.html Semantic labels] have been added. Due to added internal range files it is recommended to run {{cmd|r.support}} with '''-s''' flag on each raster map to update the internal statistic files. No incompatible format changes.


'''Raster3D:''' No changes.
'''Raster3D:''' No changes.


'''Vector:''' You need to rebuild the topology with {{cmd|v.build|version=70}}.
'''Vector:''' No changes.
 
'''Temporal:''' [https://grass.osgeo.org/grass-stable/manuals/t.register.html#support-for-semantic-labels Semantic labels] have been added and are supported by temporal GRASS GIS modules. Users need to run {{cmd|t.upgrade}} in mapsets where they have space-time datasets and this tool will take care of the needed changes.
 
See also: [https://trac.osgeo.org/grass/wiki/Grass8Planning GRASS 8 planning: ideas]
 
== Troubleshooting ==


== Suggestion ==
* "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.


... please add as needed ...


[[Category: FAQ]]
[[Category: FAQ]]
[[Category:database]]

Latest revision as of 14:28, 14 August 2024

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 LZW removal 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 LZW removal 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 addon).

(note: also available in GRASS GIS 7 as addons: v.convert (for all maps, use v.convert.all addon)).

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. However, it is recommended

Raster3D: No changes.

Vector: The DBF file default backend has been replaced to SQLite. While conversion is not mandatory it is highly recommended. See Convert all GRASS 6 vector maps to GRASS 7 for an automated conversion.

Migrating from GRASS 7 to GRASS 8

Raster: Semantic labels have been added. Due to added internal range files it is recommended to run r.support with -s flag on each raster map to update the internal statistic files. No incompatible format changes.

Raster3D: No changes.

Vector: No changes.

Temporal: Semantic labels have been added and are supported by temporal GRASS GIS modules. Users need to run t.upgrade in mapsets where they have space-time datasets and this tool will take care of the needed changes.

See also: GRASS 8 planning: ideas

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.