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

NAME

6       v.build  - Creates topology for GRASS vector map.
7

KEYWORDS

9       vector, topology
10

SYNOPSIS

12       v.build
13       v.build help
14       v.build     map=name     [error=name]      [option=string[,string,...]]
15       [--overwrite]  [--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       map=name
29           Name of input vector map
30
31       error=name
32           Name for vector map where erroneous vector features are written to
33
34       option=string[,string,...]
35           Build topology or dump topology or spatial index to stdout
36           Options: build,dump,sdump,cdump
37           Default: build
38           build: build topology
39           dump: write topology to stdout
40           sdump: write spatial index to stdout
41           cdump: write category index to stdout
42

DESCRIPTION

44       v.build builds support files for  (binary)  GRASS  vector  data  files.
45       These  support  files supply topology and category information that are
46       needed by other GRASS modules.
47
48       GRASS is generating these support files  automatically,  only  in  rare
49       cases the user has to (re)build them.
50
51       Refer  to  Vector  data processing in GRASS GIS for more information on
52       GRASS GIS vector data model.
53

NOTES

55       v.build creates support files only for binary vector  maps  located  in
56       the  user's current mapset. If vector map is located in another mapset,
57       you need to specify this:
58
59
60       v.build map=geology@PERMANENT
61
62
63       In case of errors, the user can optionally generate an error vector map
64       containing the erroneous vectors for later inspection.
65

SEE ALSO

67       v.build.polylines
68

AUTHORS

70       Dave Gerdes, U.S.Army Construction Engineering Research Laboratory,
71       Michael Higgins, U.S.Army Construction Engineering Research Laboratory,
72       Radim Blazek, ITC-irst, Trento, Italy
73
74       Last changed: $Date: 2007-07-16 10:41:26 +0200 (Mon, 16 Jul 2007) $
75
76       Full index
77
78       © 2003-2008 GRASS Development Team
79
80
81
82GRASS 6.3.0                                                         v.build(1)
Impressum