logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

v.support - Updates vector map metadata.

Author

       Markus Neteler, Trento

Description

v.support is used to set/update vector map metadata. While GRASS GIS typically generates  these  metadata
       entries automatically, v.support allows users to manually edit them when necessary.

Example

       # update scale to 1:24000
       v.support myvectmap scale=24000
       # update organization
       v.support myvectmap organization="OSGeo labs"
       v.info myvectmap

Keywords

       vector, metadata

Name

v.support  - Updates vector map metadata.

See Also

v.build,v.info

Source Code

       Available at: v.support source code (history)

       Accessed: Friday Apr 04 01:20:34 2025

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

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                    v.support(1grass)

Synopsis

v.supportv.support--helpv.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:-r
           Replace comment instead of appending it

       -h
           Replace command line instead of appending it

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:map=name[required]
           Name of vector map
           Or data source for direct OGR access

       organization=phrase
           Organization where vector map was created

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

       person=phrase
           Person who created vector map

       map_name=phrase
           Vector map title

       map_date=datestring
           Date when the source map was originally produced

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

       zone=integer
           Vector map projection zone

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

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

       cmdhist=command
           Command line to store into vector map history file (used for vector scripts)

See Also