r.series.accumulate.txt 1.3 KB

1234567891011121314
  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. QgsProcessingParameterMultipleLayers|input|Input raster layer(s)|3|None|False
  5. QgsProcessingParameterRasterLayer|lower|Raster map specifying the lower accumulation limit|None|True
  6. QgsProcessingParameterRasterLayer|upper|Raster map specifying the upper accumulation limit|None|True
  7. QgsProcessingParameterEnum|method|This method will be applied to compute the accumulative values from the input maps|gdd;bedd;huglin;mean|False|0|False
  8. QgsProcessingParameterNumber|scale|Scale factor for input|QgsProcessingParameterNumber.Double|1.0|True|0.0|None
  9. QgsProcessingParameterNumber|shift|Shift factor for input|QgsProcessingParameterNumber.Double|0.0|True|0.0|None
  10. QgsProcessingParameterRange|range|Ignore values outside this range (min,max)|QgsProcessingParameterNumber.Double|None|True
  11. QgsProcessingParameterRange|limits|Lower and upper accumulation limits (lower,upper)|QgsProcessingParameterNumber.Integer|10,30|True
  12. QgsProcessingParameterBoolean|-n|Propagate NULLs|False
  13. *QgsProcessingParameterBoolean|-f|Create a FCELL map (floating point single precision) as output|False
  14. QgsProcessingParameterRasterDestination|output|Accumulated