mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Update r.clump.txt
Add missing threshold parameter. It sets a threshold to identify similar cells. Floating number, valid range: 0 = identical to < 1 = maximal difference. Default: 0
This commit is contained in:
parent
e04499a633
commit
643b42277a
@ -5,3 +5,4 @@ QgsProcessingParameterRasterLayer|input|Input layer|None|False
|
||||
QgsProcessingParameterString|title|Title for output raster map|None|True
|
||||
*QgsProcessingParameterBoolean|-d|Clump also diagonal cells|False
|
||||
QgsProcessingParameterRasterDestination|output|Clumps
|
||||
QgsProcessingParameterNumber|threshold|Threshold to identify similar cells|QgsProcessingParameterNumber.Double|0|False|0|1
|
||||
|
Loading…
x
Reference in New Issue
Block a user