2021-06-21 07:17:35 +03:00

23 lines
1.6 KiB
Plaintext

r.stats
Generates area statistics for raster layers.
Raster (r.*)
QgsProcessingParameterMultipleLayers|input|Name of input raster map|3|None|False
QgsProcessingParameterString|separator|Output field separator|space|False|True
QgsProcessingParameterString|null_value|String representing no data cell value|*|False|True
QgsProcessingParameterNumber|nsteps|Number of floating-point subranges to collect stats from|QgsProcessingParameterNumber.Integer|255|True|1|None
QgsProcessingParameterEnum|sort|Sort output statistics by cell counts|asc;desc|False|0|False
QgsProcessingParameterBoolean|-1|One cell (range) per line|True
QgsProcessingParameterBoolean|-A|Print averaged values instead of intervals|False
QgsProcessingParameterBoolean|-a|Print area totals|False
QgsProcessingParameterBoolean|-c|Print cell counts|False
QgsProcessingParameterBoolean|-p|Print APPROXIMATE percents (total percent may not be 100%)|False
QgsProcessingParameterBoolean|-l|Print category labels|False
QgsProcessingParameterBoolean|-g|Print grid coordinates (east and north)|False
QgsProcessingParameterBoolean|-x|Print x and y (column and row)|False
QgsProcessingParameterBoolean|-r|Print raw indexes of fp ranges (fp maps only)|False
QgsProcessingParameterBoolean|-n|Suppress reporting of any NULLs|False
QgsProcessingParameterBoolean|-N|Suppress reporting of NULLs when all values are NULL|False
QgsProcessingParameterBoolean|-C|Report for cats fp ranges (fp maps only)|False
QgsProcessingParameterBoolean|-i|Read fp map as integer (use map's quant rules)|False
QgsProcessingParameterFileDestination|html|Statistics|Html files (*.html)|report.html|False