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 [-rh] map=name [organization=phrase] [date=datestring]
15 [person=phrase] [map_name=phrase] [map_date=datestring]
16 [scale=integer] [zone=integer] [threshold=float] [comment=phrase]
17 [cmdhist=command] [--help] [--verbose] [--quiet] [--ui]
18
19 Flags:
20 -r
21 Replace comment instead of appending it
22
23 -h
24 Replace command line instead of appending it
25
26 --help
27 Print usage summary
28
29 --verbose
30 Verbose module output
31
32 --quiet
33 Quiet module output
34
35 --ui
36 Force launching GUI dialog
37
38 Parameters:
39 map=name [required]
40 Name of vector map
41 Or data source for direct OGR access
42
43 organization=phrase
44 Organization where vector map was created
45
46 date=datestring
47 Date of vector map digitization (e.g., "15 Mar 2007")
48
49 person=phrase
50 Person who created vector map
51
52 map_name=phrase
53 Vector map title
54
55 map_date=datestring
56 Date when the source map was originally produced
57
58 scale=integer
59 Vector map scale number (e.g., 24000)
60
61 zone=integer
62 Vector map projection zone
63
64 threshold=float
65 Vector map digitizing threshold number (e.g., 0.5)
66
67 comment=phrase
68 Text to append to the comment line of the map’s metadata file
69
70 cmdhist=command
71 Command line to store into vector map history file (used for vector
72 scripts)
73
75 v.support is used to set/update vector map metadata.
76
78 # update scale to 1:24000
79 v.support myvectmap scale=24000
80 # update organization
81 v.support myvectmap organization="OSGeo labs"
82 v.info myvectmap
83
85 v.build, v.info
86
88 Markus Neteler, Trento
89
91 Available at: v.support source code (history)
92
93 Main index | Vector index | Topics index | Keywords index | Graphical
94 index | Full index
95
96 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
97
98
99
100GRASS 7.8.2 v.support(1)