r.stats.txt 1.6 KB

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