1v.convert(1) Grass User's Manual v.convert(1)
2
3
4
6 v.convert - Imports older versions of GRASS vector maps.
7
9 vector, import
10
12 v.convert
13 v.convert help
14 v.convert input=string output=name [endian=string] [--overwrite]
15
16 Flags:
17 --overwrite
18
19 Parameters:
20 input=string
21 input vector map
22
23 output=name
24 Name for output vector map
25
26 endian=string
27 endian of input vector map Options: big,little Default: big
28
30 v.convert converts GRASS 5.0/5.3/5.4 vectors into 5.7/6.x vectors.
31
33 Vector maps from 5.0/5.3/5.4 and 5.7/6.x do not interfere. They are
34 stored in different directories, so you can use the same names. Old
35 vector maps can be listed with g.list oldvect.
36
37 If you need to convert back from 5.7/6.x into the 5.0/5.3/5.4 vector
38 format, use v.out.ogr (to SHAPE format) and then v.in.shape in the old
39 GRASS program. Alternatively use "v.out.ascii -o" and v.in.ascii.
40
41 As this GRASS version uses SQL for attribute management, there are some
42 SQL restrictings concerning the file names.
43
44 Missing centroids can be added with v.category.
45
47
48 v.convert in=vectormap_from_50 out=vectormap_60
49
50
52 g.list, v.category, v.convert.all, v.out.ascii, v.in.ascii, v.out.ogr
53
55 Radim Blazek, ITC-Irst, Trento, Italy
56
57 Last changed: $Date: 2006/01/02 14:44:51 $
58
59 Full index
60
61
62
63GRASS 6.2.2 v.convert(1)