-
-
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.
Add r.series.accumulate algorithm (needs a way to select a raster in …
…the input rasters)
- Loading branch information
Médéric RIBREUX
committed
Feb 21, 2016
1 parent
5e49d0a
commit 6952052
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
python/plugins/processing/algs/grass7/description/r.series.accumulate.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,12 @@ | ||
r.series.accumulate | ||
Makes each output cell value an accumulation function of the values assigned to the corresponding cells in the input raster map layers. | ||
Raster (r.*) | ||
ParameterMultipleInput|input|Input raster layer(s)|3.0|False | ||
ParameterSelection|method|This method will be applied to compute the accumulative values from the input maps|gdd;bedd;huglin;mean|0 | ||
ParameterNumber|scale|Scale factor for input|0.0|None|1.0|True | ||
ParameterNumber|shift|Shift factor for input|0.0|None|0.0|True | ||
ParameterString|range|Ignore values outside this range (min,max)|-10000000000,10000000000|False|True | ||
ParameterString|limits|Lower and upper accumulation limits (lower,upper)|10,30|False|True | ||
ParameterBoolean|-n|Propagate NULLs|False | ||
*ParameterBoolean|-f|Create a FCELL map (floating point single precision) as output|False | ||
OutputRaster|output|Accumulated |