mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-25 00:12:17 -05:00
Add r.what algorithm
This commit is contained in:
parent
27014b444e
commit
78a5b8f670
@ -0,0 +1,14 @@
|
||||
r.what
|
||||
r.what.coords - Queries raster maps on their category values and category labels on a point.
|
||||
Raster (r.*)
|
||||
ParameterRaster|map|Name of raster map|False
|
||||
ParameterString|coordinates|Coordinates for query (east, north)|None|False|False
|
||||
ParameterString|null_value|String representing NULL value|*|False|True
|
||||
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newlineString representing NULL value|pipe|False|True
|
||||
ParameterNumber|cache|Size of point cache|0|None|500|True
|
||||
*ParameterBoolean|-n|Output header row|False|True
|
||||
*ParameterBoolean|-f|Show the category labels of the grid cell(s)|False|True
|
||||
*ParameterBoolean|-r|Output color values as RRR:GGG:BBB|False|True
|
||||
*ParameterBoolean|-i|Output integer category values, not cell values|False|True
|
||||
*ParameterBoolean|-c|Turn on cache reporting|False|True
|
||||
OutputFile|output|Raster Value File
|
||||
@ -0,0 +1,14 @@
|
||||
r.what
|
||||
r.what.points - Queries raster maps on their category values and category labels on a layer of points.
|
||||
Raster (r.*)
|
||||
ParameterRaster|map|Name of raster map|False
|
||||
ParameterVector|points|Name of vector points layer for query|0|False
|
||||
ParameterString|null_value|String representing NULL value|*|False|True
|
||||
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newlineString representing NULL value|pipe|False|True
|
||||
ParameterNumber|cache|Size of point cache|0|None|500|True
|
||||
*ParameterBoolean|-n|Output header row|False|True
|
||||
*ParameterBoolean|-f|Show the category labels of the grid cell(s)|False|True
|
||||
*ParameterBoolean|-r|Output color values as RRR:GGG:BBB|False|True
|
||||
*ParameterBoolean|-i|Output integer category values, not cell values|False|True
|
||||
*ParameterBoolean|-c|Turn on cache reporting|False|True
|
||||
OutputFile|output|Raster Values File
|
||||
Loading…
x
Reference in New Issue
Block a user