-
-
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.
- Loading branch information
Showing
3 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
15 changes: 8 additions & 7 deletions
15
python/plugins/processing/algs/saga/description/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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
Flow Accumulation (Flow Tracing) | ||
ta_hydrology | ||
ParameterRaster|ELEVATION|Elevation|False | ||
ParameterSelection|FLOW_UNIT|Flow Accumulation Units|[0] Number of Cells;[1] Cell Area|1 | ||
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 | ||
ParameterRaster|WEIGHTS|Weights|True | ||
ParameterRaster|ACCU_MATERIAL|Material for Accumulation|True | ||
ParameterRaster|VAL_INPUT|Input for Mean over Catchment|True | ||
ParameterRaster|ACCU_TARGET|Accumulation 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 | ||
ParameterBoolean|CORRECT|Flow Correction|False | ||
OutputRaster|FLOW|Flow Accumulation | ||
OutputRaster|VAL_MEAN|Mean over Catchment | ||
OutputRaster|ACCU_TOTAL|Total accumulated Material | ||
OutputRaster|ACCU_TOTAL|Accumulated Material | ||
OutputRaster|ACCU_LEFT|Accumulated Material from left side | ||
OutputRaster|ACCU_RIGHT|Accumulated Material from right side | ||
OutputRaster|ACCU_RIGHT|Accumulated Material from right side |
17 changes: 10 additions & 7 deletions
17
python/plugins/processing/algs/saga/description/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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
Flow Accumulation (Recursive) | ||
ta_hydrology | ||
ParameterRaster|ELEVATION|Elevation|False | ||
ParameterSelection|FLOW_UNIT|Flow Accumulation Units|[0] Number of Cells;[1] Cell Area|1 | ||
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 | ||
ParameterRaster|WEIGHTS|Weights|True | ||
ParameterRaster|ACCU_MATERIAL|Material for Accumulation|True | ||
ParameterRaster|VAL_INPUT|Input for Mean over Catchment|True | ||
ParameterRaster|ACCU_TARGET|Accumulation 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 | ||
ParameterBoolean|NO_NEGATIVES|Prevent Negative Flow Accumulation|True | ||
OutputRaster|FLOW|Catchment Area | ||
OutputRaster|VAL_MEAN|Mean over Catchment | ||
OutputRaster|ACCU_TOT|Total accumulated Material | ||
OutputRaster|ACCU_TOTAL|Accumulated Material | ||
OutputRaster|ACCU_LEFT|Accumulated Material from left side | ||
OutputRaster|ACCU_RIGHT|Accumulated Material from right side | ||
OutputRaster|FLOWLEN|Flow Path Length | ||
OutputRaster|FLOW_LENGTH|Flow Path Length | ||
OutputRaster|WEIGHT_LOSS|Loss through Negative Weights |
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