Skip to content

Commit

Permalink
[processing] set correct default for r.stream.extract algorithm (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 22, 2019
1 parent 30f2594 commit 44db2d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ Raster (r.*)
QgsProcessingParameterRasterLayer|elevation|Input map: elevation map|None|False
QgsProcessingParameterRasterLayer|accumulation|Input map: accumulation map|None|True
QgsProcessingParameterRasterLayer|depression|Input map: map with real depressions|None|True
QgsProcessingParameterNumber|threshold|Minimum flow accumulation for streams|QgsProcessingParameterNumber.Double|None|False|0.0|None
QgsProcessingParameterNumber|threshold|Minimum flow accumulation for streams|QgsProcessingParameterNumber.Double|1.0|False|0.001|None
QgsProcessingParameterNumber|mexp|Montgomery exponent for slope|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterNumber|stream_length|Delete stream segments shorter than cells|QgsProcessingParameterNumber.Integer|0|True|0|None
QgsProcessingParameterNumber|d8cut|Use SFD above this threshold|QgsProcessingParameterNumber.Double|None|True|0|None
Expand Down

0 comments on commit 44db2d9

Please sign in to comment.