Provided by: grass-doc_6.4.3-3_all 

NAME
v.support - Updates vector map metadata.
KEYWORDS
vector, metadata
SYNOPSIS
v.support
v.support help
v.support [-r] map=name [organization="phrase"] [date="datestring"] [person="phrase"]
[map_name="phrase"] [map_date="datestring"] [scale=integer] [zone=integer] [thresh=float]
[comment="phrase"] [cmdhist="command"] [--verbose] [--quiet]
Flags:
-r
Replace comment instead of appending it
--verbose
Verbose module output
--quiet
Quiet module output
Parameters:
map=name
Name of input vector map
organization=
Organization where vector map was created
date=
Date of vector map digitization (e.g., "15 Mar 2007")
person=
Person who created vector map
map_name=
Vector map title
map_date=
Date when the source map was originally produced
scale=integer
Vector map scale number (e.g., 24000)
zone=integer
Vector map projection zone
thresh=float
Vector map digitizing threshold number (e.g., 0.5)
comment=
Text to append to the comment line of the map's metadata file
cmdhist=
Command line to store into vector map history file (used for vector scripts)
DESCRIPTION
v.support is used to set/update vector map metadata.
EXAMPLE
# update scale to 1:24000
v.support myvectmap scale=24000
# update organization
v.support myvectmap organization="OSGeo labs"
v.info myvectmap
SEE ALSO
v.build, v.info
AUTHOR
Markus Neteler, Trento
Last changed: $Date: 2011-11-08 01:42:51 -0800 (Tue, 08 Nov 2011) $
Full index
© 2003-2013 GRASS Development Team
GRASS 6.4.3 v.support(1grass)