Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing flags in r.reclass.area GRASS alg
Fixes #33569
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jan 2, 2020
1 parent 19465c6 commit ef9b8c2
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,8 +1,10 @@
r.reclass.area
Reclassifies a raster layer, selecting areas lower than a user specified size
Reclassifies a raster layer, greater or less than user specified area size (in hectares)
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
QgsProcessingParameterNumber|value|Value option that sets the area size limit [hectares]|QgsProcessingParameterNumber.Double|1.0|False|0|None
QgsProcessingParameterEnum|mode|Lesser or greater than specified value|lesser;greater|False|0|False
QgsProcessingParameterEnum|method|Method used for reclassification|reclass;rmarea|False|0|True
*QgsProcessingParameterBoolean|-c|Input map is clumped|False
*QgsProcessingParameterBoolean|-d|Clumps including diagonal neighbors|False
QgsProcessingParameterRasterDestination|output|Reclassified

0 comments on commit ef9b8c2

Please sign in to comment.