NAME
v.in.sites.all
DESCRIPTION
v.in.sites.all converts all GRASS 5.0/5.3/5.4 sites files in the current
mapset into 6.0 vectors.
NOTES
Sites maps from 5.0/5.3/5.4 and vector maps from 6.0 do not interfere.
They are stored in different directories, so you can use the same names.
Old sites maps can be listed with g.list sites.
As this GRASS version uses SQL for attribute management, there are
some 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"). It also adds the extension '_points' to the
new vector map name.
EXAMPLE
To convert all old vector maps in the current mapset to the new vector format:
v.in.sites.all -r
SEE ALSO
g.list,
v.in.sites
AUTHOR
Markus Neteler, ITC-Irst, Trento, Italy
Last changed: $Date: 2007/03/08 13:51:31 $
Main index - vector index - Full index