Skip to content

Commit 4269a95

Browse files
author
Médéric RIBREUX
committed
Add r.series.accumulate algorithm (needs a way to select a raster in the input rasters)
1 parent 2cb249c commit 4269a95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
r.series.accumulate
2+
Makes each output cell value an accumulation function of the values assigned to the corresponding cells in the input raster map layers.
3+
Raster (r.*)
4+
ParameterMultipleInput|input|Input raster layer(s)|3.0|False
5+
ParameterSelection|method|This method will be applied to compute the accumulative values from the input maps|gdd;bedd;huglin;mean|0
6+
ParameterNumber|scale|Scale factor for input|0.0|None|1.0|True
7+
ParameterNumber|shift|Shift factor for input|0.0|None|0.0|True
8+
ParameterString|range|Ignore values outside this range (min,max)|-10000000000,10000000000|False|True
9+
ParameterString|limits|Lower and upper accumulation limits (lower,upper)|10,30|False|True
10+
ParameterBoolean|-n|Propagate NULLs|False
11+
*ParameterBoolean|-f|Create a FCELL map (floating point single precision) as output|False
12+
OutputRaster|output|Accumulated

0 commit comments

Comments
 (0)