NAME
v.convert.all - Converts all older versions of GRASS vector maps in current mapset to current format.
KEYWORDS
vector,
import,
conversion
SYNOPSIS
v.convert.all
v.convert.all --help
v.convert.all [--help] [--verbose] [--quiet] [--ui]
Flags:
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
v.convert.all converts all GRASS 5.0/5.3/5.4 vectors in the current
mapset into GRASS 7 vectors.
Vector maps from 5.0/5.3/5.4 and 7 do not interfere. They are stored in different
directories, so the same names can be kept. Old vector maps can be listed with
g.list oldvect.
To convert back from 7 to 6 vector format, use v.build in GRASS 6.
To convert back from 6.0 into the 5.0/5.3/5.4 vector format,
use v.out.ogr (to SHAPE format) and then v.in.shape
in the old GRASS program.
As this GRASS version uses SQL for attribute management, there are
some <"a href="sql.html">SQL restrictings concerning the file names.
This script changes dots (e.g. "foo.bar") in old vector map names into
underline(s) (e.g. "foo_bar").
To convert all old vector maps in the current mapset to the new vector format:
g.list,
v.convert,
v.out.ascii,
v.out.ogr
Markus Neteler, ITC-Irst, Trento, Italy
SOURCE CODE
Available at:
v.convert.all source code
(history)
Latest change: Monday Nov 11 18:04:48 2024 in commit: 59e289fdb093de6dd98d5827973e41128196887d
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.1dev Reference Manual