Scroll to navigation

v.support(1grass) GRASS GIS User's Manual v.support(1grass)

NAME

v.support - Updates vector map metadata.

KEYWORDS

vector, metadata

SYNOPSIS

v.support
v.support --help
v.support [-rh] map=name [organization=phrase] [date=datestring] [person=phrase] [map_name=phrase] [map_date=datestring] [scale=integer] [zone=integer] [threshold=float] [comment=phrase] [cmdhist=command] [--help] [--verbose] [--quiet] [--ui]

Flags:


Replace comment instead of appending it

Replace command line instead of appending it

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog

Parameters:


Name of vector map
Or data source for direct OGR access

Organization where vector map was created

Date of vector map digitization (e.g., "15 Mar 2007")

Person who created vector map

Vector map title

Date when the source map was originally produced

Vector map scale number (e.g., 24000)

Vector map projection zone

Vector map digitizing threshold number (e.g., 0.5)

Text to append to the comment line of the map’s metadata file

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

SOURCE CODE

Available at: v.support source code (history)

Accessed: Thursday Mar 07 18:15:51 2024

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.3.2 Reference Manual

GRASS 8.3.2