mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Correct stated maximum value for "size" parameter. Don't know why it would have been 69 - maybe someone intended to make that the default value?
13 lines
1.1 KiB
Plaintext
13 lines
1.1 KiB
Plaintext
r.param.scale
|
|
Extracts terrain parameters from a DEM.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Name of input raster map|None|False
|
|
QgsProcessingParameterNumber|slope_tolerance|Slope tolerance that defines a 'flat' surface (degrees)|QgsProcessingParameterNumber.Double|1.0|True|None|None
|
|
QgsProcessingParameterNumber|curvature_tolerance|Curvature tolerance that defines 'planar' surface|QgsProcessingParameterNumber.Double|0.0001|True|None|None
|
|
QgsProcessingParameterNumber|size|Size of processing window (odd number only, max: 499)|QgsProcessingParameterNumber.Integer|3|True|3|499
|
|
QgsProcessingParameterEnum|method|Morphometric parameter in 'size' window to calculate|elev;slope;aspect;profc;planc;longc;crosc;minic;maxic;feature|False|0|True
|
|
QgsProcessingParameterNumber|exponent|Exponent for distance weighting (0.0-4.0)|QgsProcessingParameterNumber.Double|0.0|True|0.0|4.0
|
|
QgsProcessingParameterNumber|zscale|Vertical scaling factor|QgsProcessingParameterNumber.Double|1.0|True|None|None
|
|
QgsProcessingParameterBoolean|-c|Constrain model through central window cell|False
|
|
QgsProcessingParameterRasterDestination|output|Morphometric parameter
|