Skip to content

Commit 4548fbb

Browse files
author
Giovanni Manghi
committed
fix saga catchment area modules
1 parent 1973c97 commit 4548fbb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

python/plugins/processing/algs/saga/description/2.1.3/CatchmentArea(FlowTracing).txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False
44
ParameterRaster|SINKROUTE|Sink Routes|True
55
ParameterRaster|WEIGHT|Weight|True
66
ParameterRaster|MATERIAL|Material|True
7+
ParameterRaster|VAL_INPUT|nput for Mean over Catchment Calculation|True
78
ParameterRaster|TARGET|Target|True
89
ParameterNumber|STEP|Step|None|None|1
910
ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON
1011
ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0
11-
ParameterBoolean|CORRECT |Flow Correction|True
12+
ParameterBoolean|CORRECT|Flow Correction|True
1213
OutputRaster|CAREA|Catchment Area
13-
OutputRaster|CHEIGHT|Catchment Height
14-
OutputRaster|CSLOPE|Catchment Slope
14+
OutputRaster|VAL_MEAN|Mean over Catchment
1515
OutputRaster|ACCU_TOT|Total accumulated Material
1616
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
1717
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side

python/plugins/processing/algs/saga/description/2.1.3/CatchmentArea(Parallel).txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Catchment Area|Catchment Area (Parallel)
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|CAREA|Catchment Area

python/plugins/processing/algs/saga/description/2.1.3/CatchmentArea(Recursive).txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False
44
ParameterRaster|SINKROUTE|Sink Routes|True
55
ParameterRaster|WEIGHT|Weight|True
66
ParameterRaster|MATERIAL|Material|True
7+
ParameterRaster|VAL_INPUT|nput for Mean over Catchment Calculation|True
78
ParameterRaster|TARGET|Target|True
89
ParameterNumber|STEP|Step|None|None|1
910
ParameterRaster|TARGETS|Target Areas|True
1011
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Deterministic Infinity;[3] Multiple Flow Direction
1112
ParameterNumber|CONVERGENCE|Convergence|None|None|1.1
1213
OutputRaster|CAREA|Catchment Area
13-
OutputRaster|CHEIGHT|Catchment Height
14-
OutputRaster|CSLOPE|Catchment Slope
14+
OutputRaster|VAL_MEAN|Mean over Catchment
1515
OutputRaster|ACCU_TOT|Total accumulated Material
1616
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
1717
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side

0 commit comments

Comments
 (0)