Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] minor fixes to param descriptions in saga algs
  • Loading branch information
volaya committed Jun 26, 2015
1 parent 0094544 commit 768485d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -4,7 +4,7 @@ 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|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
Expand All @@ -13,5 +13,5 @@ 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
OutputRaster|ACCU_LEFT|Accumulated Material from left side
OutputRaster|ACCU_RIGHT|Accumulated Material from right side
Expand Up @@ -4,7 +4,7 @@ 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|VAL_INPUT|Input for Mean over Catchment Calculation|True
ParameterRaster|TARGET|Target|True
ParameterNumber|STEP|Step|None|None|1
ParameterRaster|TARGETS|Target Areas|True
Expand All @@ -13,6 +13,6 @@ 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|ACCU_LEFT|Accumulated Material from left side
OutputRaster|ACCU_RIGHT|Accumulated Material from right side
OutputRaster|FLOWLEN|Flow Path Length

0 comments on commit 768485d

Please sign in to comment.