1v.convert.all(1)              Grass User's Manual             v.convert.all(1)
2
3
4

NAME

6       v.convert.all   - Convert all old GRASS < Ver5.7 vector maps in current
7       mapset to current format
8

KEYWORDS

10       vector, import
11

SYNOPSIS

13       v.convert.all
14       v.convert.all help
15       v.convert.all [-r]  [--verbose]  [--quiet]
16
17   Flags:
18       -r
19           run non-interactively
20
21       --verbose
22           Verbose module output
23
24       --quiet
25           Quiet module output
26

DESCRIPTION

28       v.convert.all converts all GRASS 5.0/5.3/5.4  vectors  in  the  current
29       mapset into GRASS 6.0 vectors.
30

NOTES

32       Vector  maps from 5.0/5.3/5.4 and 6.0 do not interfere. They are stored
33       in different directories, so you can use the  same  names.  Old  vector
34       maps can be listed with g.list oldvect.
35
36       If  you  need to convert back from 6.0 into the 5.0/5.3/5.4 vector for‐
37       mat, use v.out.ogr (to SHAPE format) and then  v.in.shape  in  the  old
38       GRASS program.  Alternatively use "v.out.ascii -o" and v.in.ascii.
39
40       As this GRASS version uses SQL for attribute management, there are some
41       SQL restrictings concerning the file names.  This script  changes  dots
42       (e.g.  "foo.bar")  in  old  vector  map  names  into underline(s) (e.g.
43       "foo_bar").
44

EXAMPLE

46       To convert all old vector maps in the current mapset to the new  vector
47       format:
48       v.convert.all -r
49

SEE ALSO

51       g.list, v.convert, v.out.ascii, v.out.ogr
52

AUTHOR

54       Markus Neteler, ITC-Irst, Trento, Italy
55
56       Last changed: $Date: 2006-11-15 23:23:49 +0100 (Wed, 15 Nov 2006) $
57
58       Full index
59
60       © 2003-2008 GRASS Development Team
61
62
63
64GRASS 6.3.0                                                   v.convert.all(1)
Impressum