QGIS/python/plugins/processing/algs/saga/description/FlowAccumulation(FlowTracing).txt

19 lines
1.1 KiB
Plaintext
Raw Normal View History

Flow Accumulation (Flow Tracing)
ta_hydrology
2017-08-15 04:20:09 +10:00
QgsProcessingParameterRasterLayer|ELEVATION|Elevation|None|False
ParameterSelection|FLOW_UNIT|Flow Accumulation Units|[0] Number of Cells;[1] Cell Area|1
2017-08-15 04:20:09 +10:00
QgsProcessingParameterRasterLayer|SINKROUTE|Sink Routes|None|True
QgsProcessingParameterRasterLayer|WEIGHTS|Weights|None|True
QgsProcessingParameterRasterLayer|ACCU_MATERIAL|Material for Accumulation|None|True
QgsProcessingParameterRasterLayer|VAL_INPUT|Input for Mean over Catchment|None|True
QgsProcessingParameterRasterLayer|ACCU_TARGET|Accumulation Target|None|True
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|STEP|Step|QgsProcessingParameterNumber.Integer|1|False|None|None
ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|MINDQV|DEMON - Min. DQV|QgsProcessingParameterNumber.Double|0.0|False|None|None
ParameterBoolean|CORRECT|Flow Correction|False
OutputRaster|FLOW|Flow Accumulation
OutputRaster|VAL_MEAN|Mean over Catchment
OutputRaster|ACCU_TOTAL|Accumulated Material
OutputRaster|ACCU_LEFT|Accumulated Material from left side
OutputRaster|ACCU_RIGHT|Accumulated Material from right side