Convert all GRASS 6 vector maps to GRASS 7

From GRASS-Wiki
Revision as of 07:19, 8 February 2013 by Neteler (talk | contribs) (new)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
v.build.all

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

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