Skip to content

Commit

Permalink
Update r.clump.txt
Browse files Browse the repository at this point in the history
Add missing threshold parameter. It sets a threshold to identify similar cells. Floating number, valid range: 0 = identical to < 1 = maximal difference. Default: 0
  • Loading branch information
Paulo van Breugel authored and nyalldawson committed May 21, 2021
1 parent 602df12 commit 3684c4c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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

0 comments on commit 3684c4c

Please sign in to comment.