Skip to content

Commit

Permalink
[processing] added descriptions for SAGA 2.2.2
Browse files Browse the repository at this point in the history
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
  • Loading branch information
volaya committed Oct 20, 2015
1 parent 4cdf05f commit f2c7522
Show file tree
Hide file tree
Showing 234 changed files with 2,109 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Accumulated Cost (Anisotropic)
grid_analysis
ParameterRaster|COST|Cost Grid|False
ParameterRaster|DIRECTION|Direction of max cost|False
ParameterRaster|POINTS|Destination Points|False
ParameterNumber|K|k factor|None|None|1
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0
OutputRaster|ACCCOST|Accumulated Cost
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Accumulated Cost (Isotropic)
grid_analysis
ParameterRaster|COST|Cost Grid|False
ParameterRaster|POINTS|Destination Points|False
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0.0
OutputRaster|ACCCOST|Accumulated Cost
OutputRaster|CLOSESTPT|Closest Point
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Add Coordinates to points
shapes_points
ParameterVector|INPUT|Points|0|False
OutputVector|OUTPUT|Points with coordinates
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add Grid Values to Points
shapes_grid
ParameterVector|SHAPES|Points|0|False
ParameterMultipleInput|GRIDS|Grids|3|False
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
OutputVector|RESULT|Result
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add Grid Values to Shapes
shapes_grid
ParameterVector|SHAPES|Shapes|-1|False
ParameterMultipleInput|GRIDS|Grids|3|False
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
OutputVector|RESULT|Result
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add Polygon Attributes to Points
shapes_points
ParameterVector|INPUT|Points|0|False
ParameterVector|POLYGONS|Polygons|2|False
ParameterTableField|FIELDS|Attribute|POLYGONS|-1|False
OutputVector|OUTPUT|Result
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Aggregate
grid_tools
ParameterRaster|INPUT|Grid|False
ParameterNumber|SIZE|Aggregation Size|None|None|3
ParameterSelection|METHOD|Method|[0] Sum;[1] Min;[2] Max
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Aggregate Point Observations
shapes_points
ParameterVector|REFERENCE|Reference Points|-1|False
ParameterTableField|REFERENCE_ID|ID|REFERENCE|-1|False
ParameterTable|OBSERVATIONS|Observations|False
ParameterTableField|X|X|OBSERVATIONS|-1|False
ParameterTableField|Y|Y|OBSERVATIONS|-1|False
ParameterTableField|TRACK|Track|OBSERVATIONS|-1|False
ParameterTableField|DATE|Date|OBSERVATIONS|-1|False
ParameterTableField|TIME|Time|OBSERVATIONS|-1|False
ParameterTableField|PARAMETER|Parameter|OBSERVATIONS|-1|False
ParameterNumber|EPS_TIME|Maximum Time Span (Seconds)|None|None|60.0
ParameterNumber|EPS_SPACE|Maximum Distance|None|None|0.002
OutputTable|AGGREGATED|Aggregated
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Aggregation Index
grid_analysis
ParameterRaster|INPUT|Input Grid|False
ParameterNumber|MAXNUMCLASS|Max. Number of Classes|None|None|5
OutputTable|RESULT|Result
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Analytical Hierarchy Process
grid_analysis
ParameterMultipleInput|GRIDS|Input Grids|3|False
ParameterTable|TABLE|Pairwise Comparisons Table|False
OutputRaster|OUTPUT|Output Grid
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Analytical Hillshading
ta_lighting
ParameterRaster|ELEVATION|Elevation|False
ParameterSelection|METHOD|Shading Method|[0] Standard;[1] Standard (max. 90Degree);[2] Combined Shading;[3] Ray Tracing
ParameterNumber|AZIMUTH|Azimuth [Degree]|None|None|315.0
ParameterNumber|DECLINATION|Declination [Degree]|None|None|45.0
ParameterNumber|EXAGGERATION|Exaggeration|None|None|4.0
OutputRaster|SHADE|Analytical Hillshading
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
B-Spline Approximation
grid_spline
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET_DEFINITION 0
ParameterNumber|LEVEL|Resolution|0.001|None|1.0
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
ParameterRaster|TARGET_TEMPLATE|Target System|True
OutputRaster|TARGET_OUT_GRID|Grid
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Burn Stream Network into DEM
ta_preprocessor
ParameterRaster|DEM|DEM|False
ParameterRaster|STREAM|Streams|False
ParameterRaster|FLOWDIR|Flow direction|False
ParameterSelection|METHOD|Method|[0] simply decrease cell's value by epsilon;[1] lower cell's value to neighbours minimum value minus epsilon;[2] trace stream network downstream
ParameterNumber|EPSILON|Epsilon|0.0|None|1.0
OutputRaster|BURN|Processed DEM
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Cell Balance
ta_hydrology
ParameterRaster|DEM|Elevation|False
ParameterRaster|WEIGHTS|Parameter|True
ParameterNumber|WEIGHTS_DEFAULT|Default Weight|0.0|None|1.0
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Multiple Flow Direction
OutputRaster|BALANCE|Cell Balance
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change Date Format
table_tools
ParameterTable|TABLE|Table|False
ParameterTableField|FIELD|Date Field|TABLE|-1|False
ParameterSelection|FMT_IN|Input Format|[0] dd.mm.yy;[1] yy.mm.dd;[2] dd:mm:yy;[3] yy:mm:dd;[4] ddmmyyyy, fix size;[5] yyyymmdd, fix size;[6] ddmmyy, fix size;[7] yymmdd, fix size;[8] Julian Day
ParameterSelection|FMT_OUT|Output Format|[0] dd.mm.yy;[1] yy.mm.dd;[2] dd:mm:yy;[3] yy:mm:dd;[4] ddmmyyyy, fix size;[5] yyyymmdd, fix size;[6] ddmmyy, fix size;[7] yymmdd, fix size;[8] Julian Day
OutputTable|OUTPUT|Output
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Change Detection
imagery_classification
ParameterRaster|INITIAL|Initial State|False
ParameterTable|INI_LUT|Look-up Table|True
ParameterTableField|INI_LUT_MIN|Value|INI_LUT|-1|False
ParameterTableField|INI_LUT_MAX|Value (Maximum)|INI_LUT|-1|False
ParameterTableField|INI_LUT_NAM|Name|INI_LUT|-1|False
ParameterRaster|FINAL|Final State|False
ParameterTable|FIN_LUT|Look-up Table|True
ParameterTableField|FIN_LUT_MIN|Value|FIN_LUT|-1|False
ParameterTableField|FIN_LUT_MAX|Value (Maximum)|FIN_LUT|-1|False
ParameterTableField|FIN_LUT_NAM|Name|FIN_LUT|-1|False
ParameterBoolean|NOCHANGE |Report Unchanged Classes|True
ParameterSelection|OUTPUT|Output as...|[0] cells;[1] percent;[2] area
OutputRaster|CHANGE|Changes
OutputTable|CHANGES|Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change Grid Values
grid_tools
ParameterRaster|GRID_IN|Grid|False
ParameterSelection|METHOD|Replace Condition|[0] Grid value equals low value;[1] Low value < grid value < high value;[2] Low value <= grid value < high value
ParameterFixedTable|LOOKUP|Lookup Table|3|Low Value;High Value;Replace with|False
OutputRaster|GRID_OUT|Changed Grid
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change Time Format
table_tools
ParameterTable|TABLE|Table|False
ParameterTableField|FIELD|Time Field|TABLE|-1|False
ParameterSelection|FMT_IN|Input Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds
ParameterSelection|FMT_OUT|Output Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds
OutputTable|OUTPUT|Output
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Channel Network
ta_channels
ParameterRaster|ELEVATION|Elevation|False
ParameterRaster|SINKROUTE|Flow Direction|True
ParameterRaster|INIT_GRID|Initiation Grid|False
ParameterSelection|INIT_METHOD|Initiation Type|[0] Less than;[1] Equals;[2] Greater than
ParameterNumber|INIT_VALUE|Initiation Threshold|None|None|0.0
ParameterRaster|DIV_GRID|Divergence|True
ParameterNumber|DIV_CELLS|Tracing: Max. Divergence|None|None|10
ParameterRaster|TRACE_WEIGHT|Tracing: Weight|True
ParameterNumber|MINLEN|Min. Segment Length|0.0|None|10
OutputRaster|CHNLNTWRK|Channel Network
OutputRaster|CHNLROUTE|Channel Direction