.TH v.support 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBv.support\fR\fR \- Updates vector map metadata. .SH KEYWORDS vector, metadata .SH SYNOPSIS \fBv.support\fR .br \fBv.support \-\-help\fR .br \fBv.support\fR [\-\fBrh\fR] \fBmap\fR=\fIname\fR [\fBorganization\fR=\fIphrase\fR] [\fBdate\fR=\fIdatestring\fR] [\fBperson\fR=\fIphrase\fR] [\fBmap_name\fR=\fIphrase\fR] [\fBmap_date\fR=\fIdatestring\fR] [\fBscale\fR=\fIinteger\fR] [\fBzone\fR=\fIinteger\fR] [\fBthreshold\fR=\fIfloat\fR] [\fBcomment\fR=\fIphrase\fR] [\fBcmdhist\fR=\fIcommand\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-r\fR" 4m .br Replace comment instead of appending it .IP "\fB\-h\fR" 4m .br Replace command line instead of appending it .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBmap\fR=\fIname\fR \fB[required]\fR" 4m .br Name of vector map .br Or data source for direct OGR access .IP "\fBorganization\fR=\fIphrase\fR" 4m .br Organization where vector map was created .IP "\fBdate\fR=\fIdatestring\fR" 4m .br Date of vector map digitization (e.g., \(dq15 Mar 2007\(dq) .IP "\fBperson\fR=\fIphrase\fR" 4m .br Person who created vector map .IP "\fBmap_name\fR=\fIphrase\fR" 4m .br Vector map title .IP "\fBmap_date\fR=\fIdatestring\fR" 4m .br Date when the source map was originally produced .IP "\fBscale\fR=\fIinteger\fR" 4m .br Vector map scale number (e.g., 24000) .IP "\fBzone\fR=\fIinteger\fR" 4m .br Vector map projection zone .IP "\fBthreshold\fR=\fIfloat\fR" 4m .br Vector map digitizing threshold number (e.g., 0.5) .IP "\fBcomment\fR=\fIphrase\fR" 4m .br Text to append to the comment line of the map\(cqs metadata file .IP "\fBcmdhist\fR=\fIcommand\fR" 4m .br Command line to store into vector map history file (used for vector scripts) .SH DESCRIPTION \fIv.support\fR is used to set/update vector map metadata. .SH EXAMPLE .br .nf \fC # update scale to 1:24000 v.support myvectmap scale=24000 # update organization v.support myvectmap organization=\(dqOSGeo labs\(dq v.info myvectmap \fR .fi .SH SEE ALSO \fI v.build, v.info \fR .SH AUTHOR Markus Neteler, Trento .SH SOURCE CODE .PP Available at: v.support source code (history) .PP Main index | Vector index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual