Convert all GRASS 6 vector maps to GRASS 7

From GRASS-Wiki
Revision as of 07:21, 8 February 2013 by Neteler (talk | contribs)
Jump to navigation Jump to search

Convert automatically all GRASS 6 vector maps to GRASS 7 (including attribute transfer from DBF to SQLite)

To become usable in GRASS 7, all vector maps in a mapset need to be updated to the improved vector file format and database management.

Run this in GRASS 7:

# first rebuild topology for all vector maps
v.build.all

# set new default db connection (to SQLite default)
db.connect -d

# copy attribute tables from old DB to new SQLite DB, delete old tables in DBF format
v.db.reconnect.all -cd