.TH v.convert.all 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBv.convert.all\fR\fR - Converts all older versions of GRASS vector maps in current mapset to current format. .SH KEYWORDS vector, import .SH SYNOPSIS \fBv.convert.all\fR .br \fBv.convert.all help\fR .br \fBv.convert.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.convert.all\fR converts all GRASS 5.0/5.3/5.4 vectors in the current mapset into GRASS 6.0 vectors. .SH NOTES Vector maps from 5.0/5.3/5.4 and 6.0 do not interfere. They are stored in different directories, so you can use the same names. Old vector maps can be listed with \fIg.list oldvect\fR. .PP If you need to convert back from 6.0 into the 5.0/5.3/5.4 vector format, use \fIv.out.ogr\fR (to SHAPE format) and then \fIv.in.shape\fR in the old GRASS program. Alternatively use "\fIv.out.ascii \-o\fR" and \fIv.in.ascii\fR. .PP 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"). .SH EXAMPLE To convert all old vector maps in the current mapset to the new vector format: .br \fC .DS .br v.convert.all \-r .br .DE \fR .SH SEE ALSO \fI g.list, v.convert, v.out.ascii, v.out.ogr \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