Skip to content

Commit

Permalink
Minor fixes to SAGA modules, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Jun 4, 2015
1 parent 5b3a96d commit 8cdd617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Expand Up @@ -2,4 +2,4 @@ Clip Grid with Polygon
shapes_grid
ParameterRaster|INPUT|Input|False
ParameterVector|POLYGONS|Polygons|2|False
OutputRaster|OUTPUT|Output
OutputRaster|OUTPUT|Clipped
Expand Up @@ -3,6 +3,6 @@ ta_hydrology
ParameterRaster|SLOPE|Slope|False
ParameterRaster|AREA|Catchment Area|False
ParameterRaster|TRANS|Transmissivity|True
ParameterSelection|CONV|Area Conversion|[0] no conversion (areas already given as specific catchment area);[1] 1 / cell size (pseudo specific catchment area)
ParameterSelection|CONV|Area Conversion|[0] no conversion (areas already given as specific catchment area);[1] 1 / cell size (pseudo specific catchment area)|1
ParameterSelection|METHOD|Method (TWI)|[0] Standard;[1] TOPMODEL
OutputRaster|TWI|Topographic Wetness Index
@@ -1,7 +1,7 @@
Vectorising Grid Classes
shapes_grid
ParameterRaster|GRID|Grid|False
ParameterSelection|CLASS_ALL|Class Selection|[0] one single class specified by class identifier;[1] all classes
ParameterSelection|CLASS_ALL|Class Selection|[0] one single class specified by class identifier;[1] all classes|1
ParameterNumber|CLASS_ID|Class Identifier|None|None|0
ParameterSelection|SPLIT|Vectorised class as...|[0] one single (multi-)polygon object;[1] each island as separated polygon
ParameterSelection|SPLIT|Vectorised class as...|[0] one single (multi-)polygon object;[1] each island as separated polygon|1
OutputVector|POLYGONS|Polygons
Expand Up @@ -3,6 +3,6 @@ ta_hydrology
ParameterRaster|SLOPE|Slope|False
ParameterRaster|AREA|Catchment Area|False
ParameterRaster|TRANS|Transmissivity|True
ParameterSelection|CONV|Area Conversion|[0] no conversion (areas already given as specific catchment area);[1] 1 / cell size (pseudo specific catchment area)
ParameterSelection|CONV|Area Conversion|[0] no conversion (areas already given as specific catchment area);[1] 1 / cell size (pseudo specific catchment area)|1
ParameterSelection|METHOD|Method (TWI)|[0] Standard;[1] TOPMODEL
OutputRaster|TWI|Topographic Wetness Index

0 comments on commit 8cdd617

Please sign in to comment.