Skip to content

Commit ec3fb23

Browse files
author
Giovanni Manghi
committedOct 15, 2015
fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files added.
1 parent 2bf1e68 commit ec3fb23

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
 
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.