-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files …
…added.
- Loading branch information
Giovanni Manghi
committed
Oct 15, 2015
1 parent
2bf1e68
commit ec3fb23
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
python/plugins/processing/algs/saga/description/2.2.0/FlowAccumulation(FlowTracing).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Flow Accumulation (Flow Tracing) | ||
ta_hydrology | ||
ParameterRaster|ELEVATION|Elevation|False | ||
ParameterRaster|SINKROUTE|Sink Routes|True | ||
ParameterRaster|WEIGHT|Weight|True | ||
ParameterRaster|MATERIAL|Material|True | ||
ParameterRaster|VAL_INPUT|Input for Mean over Catchment Calculation|True | ||
ParameterRaster|TARGET|Target|True | ||
ParameterNumber|STEP|Step|None|None|1 | ||
ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON | ||
ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0 | ||
ParameterBoolean|CORRECT|Flow Correction|True | ||
OutputRaster|CAREA|Catchment Area | ||
OutputRaster|VAL_MEAN|Mean over Catchment | ||
OutputRaster|ACCU_TOT|Total accumulated Material | ||
OutputRaster|ACCU_LEFT|Accumulated Material from left side | ||
OutputRaster|ACCU_RIGHT|Accumulated Material from right side |
18 changes: 18 additions & 0 deletions
18
python/plugins/processing/algs/saga/description/2.2.0/FlowAccumulation(Recursive).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Flow Accumulation (Recursive) | ||
ta_hydrology | ||
ParameterRaster|ELEVATION|Elevation|False | ||
ParameterRaster|SINKROUTE|Sink Routes|True | ||
ParameterRaster|WEIGHT|Weight|True | ||
ParameterRaster|MATERIAL|Material|True | ||
ParameterRaster|VAL_INPUT|Input for Mean over Catchment Calculation|True | ||
ParameterRaster|TARGET|Target|True | ||
ParameterNumber|STEP|Step|None|None|1 | ||
ParameterRaster|TARGETS|Target Areas|True | ||
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Deterministic Infinity;[3] Multiple Flow Direction | ||
ParameterNumber|CONVERGENCE|Convergence|None|None|1.1 | ||
OutputRaster|CAREA|Catchment Area | ||
OutputRaster|VAL_MEAN|Mean over Catchment | ||
OutputRaster|ACCU_TOT|Total accumulated Material | ||
OutputRaster|ACCU_LEFT|Accumulated Material from left side | ||
OutputRaster|ACCU_RIGHT|Accumulated Material from right side | ||
OutputRaster|FLOWLEN|Flow Path Length |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.0/FlowAccumulation(Top-Down).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Flow Accumulation (Top-Down) | ||
ta_hydrology | ||
ParameterRaster|ELEVATION|Elevation|False | ||
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Braunschweiger Reliefmodell;[3] Deterministic Infinity;[4] Multiple Flow Direction;[5] Multiple Triangular Flow Directon | ||
OutputRaster|CAREA|Catchment Area |