Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix saga catchment area modules
- Loading branch information
|
@@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False |
|
|
ParameterRaster|SINKROUTE|Sink Routes|True |
|
|
ParameterRaster|WEIGHT|Weight|True |
|
|
ParameterRaster|MATERIAL|Material|True |
|
|
ParameterRaster|VAL_INPUT|nput 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 |
|
|
ParameterBoolean|CORRECT|Flow Correction|True |
|
|
OutputRaster|CAREA|Catchment Area |
|
|
OutputRaster|CHEIGHT|Catchment Height |
|
|
OutputRaster|CSLOPE|Catchment Slope |
|
|
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 |
|
@@ -2,4 +2,4 @@ Catchment Area|Catchment Area (Parallel) |
|
|
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 |
|
|
OutputRaster|CAREA|Catchment Area
|
|
@@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False |
|
|
ParameterRaster|SINKROUTE|Sink Routes|True |
|
|
ParameterRaster|WEIGHT|Weight|True |
|
|
ParameterRaster|MATERIAL|Material|True |
|
|
ParameterRaster|VAL_INPUT|nput 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|CHEIGHT|Catchment Height |
|
|
OutputRaster|CSLOPE|Catchment Slope |
|
|
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 |
|
|