File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
python/plugins/processing/algs/saga/description/2.2.0 Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ Flow Accumulation (Flow Tracing)
2
+ ta_hydrology
3
+ ParameterRaster|ELEVATION|Elevation|False
4
+ ParameterRaster|SINKROUTE|Sink Routes|True
5
+ ParameterRaster|WEIGHT|Weight|True
6
+ ParameterRaster|MATERIAL|Material|True
7
+ ParameterRaster|VAL_INPUT|Input for Mean over Catchment Calculation|True
8
+ ParameterRaster|TARGET|Target|True
9
+ ParameterNumber|STEP|Step|None|None|1
10
+ ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON
11
+ ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0
12
+ ParameterBoolean|CORRECT|Flow Correction|True
13
+ OutputRaster|CAREA|Catchment Area
14
+ OutputRaster|VAL_MEAN|Mean over Catchment
15
+ OutputRaster|ACCU_TOT|Total accumulated Material
16
+ OutputRaster|ACCU_LEFT|Accumulated Material from left side
17
+ OutputRaster|ACCU_RIGHT|Accumulated Material from right side
Original file line number Diff line number Diff line change
1
+ Flow Accumulation (Recursive)
2
+ ta_hydrology
3
+ ParameterRaster|ELEVATION|Elevation|False
4
+ ParameterRaster|SINKROUTE|Sink Routes|True
5
+ ParameterRaster|WEIGHT|Weight|True
6
+ ParameterRaster|MATERIAL|Material|True
7
+ ParameterRaster|VAL_INPUT|Input for Mean over Catchment Calculation|True
8
+ ParameterRaster|TARGET|Target|True
9
+ ParameterNumber|STEP|Step|None|None|1
10
+ ParameterRaster|TARGETS|Target Areas|True
11
+ ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Deterministic Infinity;[3] Multiple Flow Direction
12
+ ParameterNumber|CONVERGENCE|Convergence|None|None|1.1
13
+ OutputRaster|CAREA|Catchment Area
14
+ OutputRaster|VAL_MEAN|Mean over Catchment
15
+ OutputRaster|ACCU_TOT|Total accumulated Material
16
+ OutputRaster|ACCU_LEFT|Accumulated Material from left side
17
+ OutputRaster|ACCU_RIGHT|Accumulated Material from right side
18
+ OutputRaster|FLOWLEN|Flow Path Length
Original file line number Diff line number Diff line change
1
+ Flow Accumulation (Top-Down)
2
+ ta_hydrology
3
+ ParameterRaster|ELEVATION|Elevation|False
4
+ ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Braunschweiger Reliefmodell;[3] Deterministic Infinity;[4] Multiple Flow Direction;[5] Multiple Triangular Flow Directon
5
+ OutputRaster|CAREA|Catchment Area
You can’t perform that action at this time.
0 commit comments