.TH v.in.sites.all 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBv.in.sites.all\fR\fR - Converts all old GRASS < Ver5.7 sites maps in current mapset to vector maps. .SH KEYWORDS sites, vector, import .SH SYNOPSIS \fBv.in.sites.all\fR .br \fBv.in.sites.all help\fR .br \fBv.in.sites.all\fR [\-\fBr\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-r\fR" 4m .br Run non-interactively .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SH DESCRIPTION \fIv.in.sites.all\fR converts all GRASS 5.0/5.3/5.4 sites files in the current mapset into 6.0 vectors. .SH 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 \fIg.list sites\fR. .br 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. .SH EXAMPLE To convert all old vector maps in the current mapset to the new vector format: .br \fC .DS .br v.in.sites.all \-r .br .DE \fR .SH SEE ALSO \fI g.list, v.in.sites \fR .SH AUTHOR Markus Neteler, ITC-Irst, Trento, Italy .PP \fILast changed: $Date: 2011-09-04 15:23:30 +0200 (Sun, 04 Sep 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team