1v.support(1) Grass User's Manual v.support(1)
2
3
4
6 v.support - Updates vector map metadata.
7
9 vector, metadata
10
12 v.support
13 v.support help
14 v.support [-r] map=name [organization="phrase"] [date="datestring"]
15 [person="phrase"] [map_name="phrase"] [map_date="datestring"]
16 [scale=integer] [zone=integer] [thresh=float] [comment="phrase"]
17 [cmdhist="command"] [--verbose] [--quiet]
18
19 Flags:
20 -r
21 Replace comment instead of appending it
22
23 --verbose
24 Verbose module output
25
26 --quiet
27 Quiet module output
28
29 Parameters:
30 map=name
31 Name of input vector map
32
33 organization=
34 Organization where vector map was created
35
36 date=
37 Date of vector map digitization (e.g., "15 Mar 2007")
38
39 person=
40 Person who created vector map
41
42 map_name=
43 Vector map title
44
45 map_date=
46 Date when the source map was originally produced
47
48 scale=integer
49 Vector map scale number (e.g., 24000)
50
51 zone=integer
52 Vector map projection zone
53
54 thresh=float
55 Vector map digitizing threshold number (e.g., 0.5)
56
57 comment=
58 Text to append to the comment line of the map's metadata file
59
60 cmdhist=
61 Command line to store into vector map history file (used for vector
62 scripts)
63
65 v.support is used to set/update vector map metadata.
66
68
69 # update scale to 1:24000
70 v.support myvectmap scale=24000
71 # update organization
72 v.support myvectmap organization="OSGeo labs"
73 v.info myvectmap
74
75
77 v.build, v.info
78
80 Markus Neteler, Trento
81
82 Last changed: $Date: 2007-03-15 11:52:41 +0100 (Thu, 15 Mar 2007) $
83
84 Full index
85
86 © 2003-2008 GRASS Development Team
87
88
89
90GRASS 6.3.0 v.support(1)