mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Add r.series.accumulate algorithm (needs a way to select a raster in the input rasters)
This commit is contained in:
parent
2cb249cbfe
commit
4269a955c6
@ -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
|
Loading…
x
Reference in New Issue
Block a user