Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix saga interpolations modules
- Loading branch information
Giovanni Manghi
committed
Apr 9, 2015
1 parent
7d812dd
commit 31996172cff80090e18691bb31fcc10447f91092
Showing
3 changed files
with
15 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
Statistics for Grids | ||
statistics_grid | ||
ParameterMultipleInput|GRIDS|Grids|3|False | ||
ParameterNumber|PCTL_VAL|Percentile|0.0|100.0|50.0 | ||
OutputRaster|MEAN|Arithmetic Mean | ||
OutputRaster|MIN|Minimum | ||
OutputRaster|MAX|Maximum | ||
OutputRaster|VAR|Variance | ||
OutputRaster|SUM|Sum | ||
OutputRaster|RANGE|Range | ||
OutputRaster|PCTL|Percentile | ||
OutputRaster|STDDEV|Standard Deviation | ||
OutputRaster|STDDEVLO|Mean less Standard Deviation | ||
OutputRaster|STDDEVHI|Mean plus Standard Deviation | ||
OutputRaster|STDDEVHI|Mean plus Standard Devia |