d.what.rast
Allows the user to interactively query raster map layers at user-selected locations.
d.what.rast map=name [,name,...] [--verbose] [--quiet] [--qq] [--ui]
Example:
d.what.rast map=name
grass.script.run_command("d.what.rast", map, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("d.what.rast", map="name")
Parameters
map=name [,name,...] [required]
Name of input raster map(s)
--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 raster map(s)
Used as: input, raster, 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.rast outputs the category value(s) associated with user-specified location(s) in user-specified raster map layer(s). The active monitor can be selected with d.mon.
SEE ALSO
d.what.vect, d.redraw, d.erase, d.rast, d.vect, d.mon
AUTHOR
Anna Petrasova, NCSU GeoForAll Lab
SOURCE CODE
Available at: d.what.rast source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f