-
-
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.
Merge pull request #1512 from radosuav/small_processing_fixes_3
[Processing] Small fixes
- Loading branch information
Showing
6 changed files
with
32 additions
and
23 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 |
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
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
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
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