d.what.vect
Allows the user to interactively query vector map layers at user-selected locations.
d.what.vect map=name [,name,...] [--verbose] [--quiet] [--qq] [--ui]
Example:
d.what.vect map=name
grass.script.run_command("d.what.vect", map, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("d.what.vect", map="name")
Parameters
map=name [,name,...] [required]
Name of input vector map(s)
Or data source(s) for direct OGR access
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
map : str | list[str], required
Name of input vector map(s)
Or data source(s) for direct OGR access
Used as: input, vector, name
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
d.what.vect outputs the category value(s) associated with user-specified location(s) in user-specified vector map layer(s). The active monitor can be selected with d.mon.
SEE ALSO
d.what.rast, d.redraw, d.erase, d.rast, d.vect, d.mon
AUTHOR
Anna Petrasova, NCSU GeoForAll Lab
SOURCE CODE
Available at: d.what.vect source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f