Skip to content

Commit

Permalink
Add r.univar algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Feb 28, 2016
1 parent ee33661 commit 3fc2d26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/plugins/processing/algs/grass7/description/r.univar.txt
@@ -0,0 +1,10 @@
r.univar
Calculates univariate statistics from the non-null cells of a raster map.
Raster (r.*)
ParameterMultipleInput|map|Name of raster map(s)|3|False
ParameterRaster|zones|Raster map used for zoning, must be of type CELL|True
ParameterString|percentile|Percentile to calculate (comma separated list if multiple) (requires extended statistics flag)|None|False|True
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newline|None|False|True
*ParameterBoolean|-e|Calculate extended statistics|False
Hardcoded|-t
OutputFile|output|Univariate results

0 comments on commit 3fc2d26

Please sign in to comment.