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

NAME

6       v.patch   - Create a new vector map layer by combining other vector map
7       layers.
8

KEYWORDS

10       vector
11

SYNOPSIS

13       v.patch
14       v.patch help
15       v.patch [-ae] input=name[,name,...] output=name  [bbox=name]   [--over‐
16       write]  [--verbose]  [--quiet]
17
18   Flags:
19       -a
20           Append  files  to existing file (overwriting existing files must be
21           activated)
22
23       -e
24           Copy also attribute table
25           Only the table of layer 1 is currently supported
26
27       --overwrite
28           Allow output files to overwrite existing files
29
30       --verbose
31           Verbose module output
32
33       --quiet
34           Quiet module output
35
36   Parameters:
37       input=name[,name,...]
38           Name of input vector map(s)
39
40       output=name
41           Name for output vector map
42
43       bbox=name
44           Name for output vector map where bounding  boxes  of  input  vector
45           maps are written to
46

DESCRIPTION

48       v.patch  allows  the  user  to  combine any number of vector map layers
49       together to create one composite vector map layer.  If the table struc‐
50       tures are identical, attributes are transferred to the new table.
51

NOTES

53       Any  vectors  that are duplicated among the maps being patched together
54       (e.g., border lines) will have to be edited or removed after v.patch is
55       run.    Such   editing   can   be   done  automatically  using  v.clean
56       (tool=snap,break,rmdupl).
57

EXAMPLE

59
60       v.patch input=geology,streams out=geol_streams
61
62

SEE ALSO

64       v.clean, v.build, v.select, v.overlay
65

AUTHORS

67       Dave Gerdes, U.S.Army Construction Engineering Research Laboratory
68       Radim Blazek, ITC-Irst, Trento, Italy
69
70       Last changed: $Date: 2006-11-22 10:55:42 +0100 (Wed, 22 Nov 2006) $
71
72       Full index
73
74       © 2003-2008 GRASS Development Team
75
76
77
78GRASS 6.3.0                                                         v.patch(1)
Impressum