-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Processing] Add GRASS r.univar and update r.fillnulls
- Loading branch information
Rado Guzinski
committed
Jul 22, 2014
1 parent
f780f2a
commit 2f32e78
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
python/plugins/processing/algs/grass/description/r.univar.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
r.univar | ||
r.univar - Calculates univariate statistics from the non-null cells of a raster map. | ||
Raster (r.*) | ||
ParameterMultipleInput|map|Name of input raster map(s)|3.0|False | ||
ParameterRaster|zones|Raster map used for zoning, must be of type CELL|True | ||
*ParameterBoolean|-e|Calculate extended statistics|False | ||
*ParameterBoolean|-g|Print the stats in shell script style|False | ||
*ParameterBoolean|-t|Table output format instead of standard output format|False | ||
*ParameterNumber|percentile|Percentile to calculate (requires extended statistics flag)|0.0|100.0|90 | ||
OutputFile|output|Name for output text file |