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

NAME

6       v.convert  - Imports older versions of GRASS vector maps.
7

KEYWORDS

9       vector, import, conversion
10

SYNOPSIS

12       v.convert
13       v.convert help
14       v.convert  input=name   [output=name]   [endian=string]   [--overwrite]
15       [--verbose]  [--quiet]
16
17   Flags:
18       --overwrite
19           Allow output files to overwrite existing files
20
21       --verbose
22           Verbose module output
23
24       --quiet
25           Quiet module output
26
27   Parameters:
28       input=name
29           Name of input vector map
30
31       output=name
32           Name for output vector map
33
34       endian=string
35           Endian of input vector map
36           Options: big,little
37           Default: big
38

DESCRIPTION

40       v.convert converts GRASS 5.0/5.3/5.4 vectors into 5.7/6.x vectors.
41

NOTES

43       Vector maps from 5.0/5.3/5.4 and 5.7/6.x do  not  interfere.  They  are
44       stored  in  different  directories,  so you can use the same names. Old
45       vector maps can be listed with g.list oldvect.
46
47       If you need to convert back from 5.7/6.x into  the  5.0/5.3/5.4  vector
48       format,  use v.out.ogr (to SHAPE format) and then v.in.shape in the old
49       GRASS program.  Alternatively use "v.out.ascii -o" and v.in.ascii.
50
51       As this GRASS version uses SQL for attribute management, there are some
52       SQL restrictings concerning the file names.
53
54       Missing centroids can be added with v.category.
55

EXAMPLE

57
58       v.convert in=vectormap_from_50 out=vectormap_60
59
60

SEE ALSO

62       g.list, v.category, v.convert.all, v.out.ascii, v.in.ascii, v.out.ogr
63

AUTHOR

65       Radim Blazek, ITC-Irst, Trento, Italy
66
67       Last changed: $Date: 2006-01-02 15:44:52 +0100 (Mon, 02 Jan 2006) $
68
69       Full index
70
71       © 2003-2008 GRASS Development Team
72
73
74
75GRASS 6.3.0                                                       v.convert(1)
Impressum