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

NAME

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

KEYWORDS

10       vector
11

SYNOPSIS

13       v.patch
14       v.patch help
15       v.patch [-ae] input=name[,name,...] output=name  [--overwrite]
16
17   Flags:
18       -a  Append files to existing file
19
20       -e  Copy also attribute table. Only the table of layer 1  is  currently
21           supported
22
23       --overwrite
24
25   Parameters:
26       input=name[,name,...]
27           Vector map(s) -- source for composite
28
29       output=name
30           New vector composite
31

DESCRIPTION

33       v.patch  allows  the  user  to  combine any number of vector map layers
34       together to create one composite vector map layer.  If the table strucā€
35       tures are identical, attributes are transferred to the new table.
36

NOTES

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

EXAMPLE

44
45       v.patch input=geology,streams out=geol_streams
46
47

SEE ALSO

49       v.clean, v.build, v.select, v.overlay
50

AUTHORS

52       Dave Gerdes, U.S.Army Construction Engineering Research Laboratory
53       Radim Blazek, ITC-Irst, Trento, Italy
54
55       Last changed: $Date: 2006/11/22 09:56:04 $
56
57       Full index
58
59
60
61GRASS 6.2.2                                                         v.patch(1)
Impressum