2016-02-21 20:01:40 +01:00
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.*)
2017-09-05 18:14:26 +02:00
QgsProcessingParameterMultipleLayers|input|Input raster layer(s)|3|None|False
2017-11-11 14:31:58 +01:00
QgsProcessingParameterRasterLayer|lower|Raster map specifying the lower accumulation limit|None|True
QgsProcessingParameterRasterLayer|upper|Raster map specifying the upper accumulation limit|None|True
2017-09-05 18:14:26 +02:00
QgsProcessingParameterEnum|method|This method will be applied to compute the accumulative values from the input maps|gdd;bedd;huglin;mean|False|0|False
2017-09-04 16:31:31 +02:00
QgsProcessingParameterNumber|scale|Scale factor for input|QgsProcessingParameterNumber.Double|1.0|True|0.0|None
QgsProcessingParameterNumber|shift|Shift factor for input|QgsProcessingParameterNumber.Double|0.0|True|0.0|None
QgsProcessingParameterRange|range|Ignore values outside this range (min,max)|QgsProcessingParameterNumber.Double|None|True
QgsProcessingParameterRange|limits|Lower and upper accumulation limits (lower,upper)|QgsProcessingParameterNumber.Integer|10,30|True
2017-09-03 17:42:13 +02:00
QgsProcessingParameterBoolean|-n|Propagate NULLs|False
*QgsProcessingParameterBoolean|-f|Create a FCELL map (floating point single precision) as output|False
QgsProcessingParameterRasterDestination|output|Accumulated