Skip to content

Commit 3fc2d26

Browse files
author
Médéric RIBREUX
committed
Add r.univar algorithm
1 parent ee33661 commit 3fc2d26

File tree

1 file changed

+10
-0
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.univar
2+
Calculates univariate statistics from the non-null cells of a raster map.
3+
Raster (r.*)
4+
ParameterMultipleInput|map|Name of raster map(s)|3|False
5+
ParameterRaster|zones|Raster map used for zoning, must be of type CELL|True
6+
ParameterString|percentile|Percentile to calculate (comma separated list if multiple) (requires extended statistics flag)|None|False|True
7+
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newline|None|False|True
8+
*ParameterBoolean|-e|Calculate extended statistics|False
9+
Hardcoded|-t
10+
OutputFile|output|Univariate results

0 commit comments

Comments
 (0)