File tree 1 file changed +12
-0
lines changed
python/plugins/processing/algs/grass7/description
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments