Skip to content

Commit 7138f63

Browse files
authoredJul 20, 2017
Merge pull request #4895 from NaturalGIS/fix_saga_ltr_catchaments_area
[processing] fix SAGA LTR Catchment Area tools
2 parents 63250dc + 6126a4b commit 7138f63

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed
 
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Flow Accumulation (Flow Tracing)
22
ta_hydrology
33
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterSelection|FLOW_UNIT|Flow Accumulation Units|[0] Number of Cells;[1] Cell Area|1
45
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
6+
ParameterRaster|WEIGHTS|Weights|True
7+
ParameterRaster|ACCU_MATERIAL|Material for Accumulation|True
8+
ParameterRaster|VAL_INPUT|Input for Mean over Catchment|True
9+
ParameterRaster|ACCU_TARGET|Accumulation Target|True
910
ParameterNumber|STEP|Step|None|None|1
1011
ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON
1112
ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0
12-
ParameterBoolean|CORRECT|Flow Correction|True
13+
ParameterBoolean|CORRECT|Flow Correction|False
1314
OutputRaster|FLOW|Flow Accumulation
1415
OutputRaster|VAL_MEAN|Mean over Catchment
15-
OutputRaster|ACCU_TOTAL|Total accumulated Material
16+
OutputRaster|ACCU_TOTAL|Accumulated Material
1617
OutputRaster|ACCU_LEFT|Accumulated Material from left side
17-
OutputRaster|ACCU_RIGHT|Accumulated Material from right side
18+
OutputRaster|ACCU_RIGHT|Accumulated Material from right side
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Flow Accumulation (Recursive)
22
ta_hydrology
33
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterSelection|FLOW_UNIT|Flow Accumulation Units|[0] Number of Cells;[1] Cell Area|1
45
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
6+
ParameterRaster|WEIGHTS|Weights|True
7+
ParameterRaster|ACCU_MATERIAL|Material for Accumulation|True
8+
ParameterRaster|VAL_INPUT|Input for Mean over Catchment|True
9+
ParameterRaster|ACCU_TARGET|Accumulation Target|True
910
ParameterNumber|STEP|Step|None|None|1
1011
ParameterRaster|TARGETS|Target Areas|True
1112
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Deterministic Infinity;[3] Multiple Flow Direction
1213
ParameterNumber|CONVERGENCE|Convergence|None|None|1.1
13-
OutputRaster|CAREA|Catchment Area
14+
ParameterBoolean|NO_NEGATIVES|Prevent Negative Flow Accumulation|True
15+
OutputRaster|FLOW|Catchment Area
1416
OutputRaster|VAL_MEAN|Mean over Catchment
15-
OutputRaster|ACCU_TOT|Total accumulated Material
17+
OutputRaster|ACCU_TOTAL|Accumulated Material
1618
OutputRaster|ACCU_LEFT|Accumulated Material from left side
1719
OutputRaster|ACCU_RIGHT|Accumulated Material from right side
18-
OutputRaster|FLOWLEN|Flow Path Length
20+
OutputRaster|FLOW_LENGTH|Flow Path Length
21+
OutputRaster|WEIGHT_LOSS|Loss through Negative Weights

‎python/plugins/processing/algs/saga/description/FlowAccumulation(Top-Down).txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flow Accumulation (Top-Down)
22
ta_hydrology
33
ParameterRaster|ELEVATION|Elevation|False
44
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
5+
OutputRaster|FLOW|Catchment Area

0 commit comments

Comments
 (0)
Please sign in to comment.