mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
14 lines
1.2 KiB
Plaintext
14 lines
1.2 KiB
Plaintext
Terrain Surface Convexity
|
|
ta_morphometry
|
|
QgsProcessingParameterRasterLayer|DEM|Elevation|None|False
|
|
QgsProcessingParameterRasterDestination|CONVEXITY|Convexity
|
|
QgsProcessingParameterEnum|KERNEL|Laplacian Filter Kernel|[0] conventional four-neighbourhood;[1] conventional eight-neihbourhood;[2] eight-neihbourhood (distance based weighting)|False|0
|
|
QgsProcessingParameterEnum|TYPE|Type|[0] convexity;[1] concavity|False|0
|
|
QgsProcessingParameterNumber|EPSILON|Flat Area Threshold|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None
|
|
QgsProcessingParameterNumber|SCALE|Scale (Cells)|QgsProcessingParameterNumber.Integer|10|False|1|None
|
|
QgsProcessingParameterEnum|METHOD|Method|[0] counting cells;[1] resampling|False|1
|
|
QgsProcessingParameterEnum|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting|False|3
|
|
QgsProcessingParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|QgsProcessingParameterNumber.Double|1.000000|False|0.000000|None
|
|
QgsProcessingParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
|
|
QgsProcessingParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|QgsProcessingParameterNumber.Double|0.700000|False|0.000000|None
|