-
-
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.
[processing] added descriptions for SAGA 2.2.2
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
- Loading branch information
Showing
234 changed files
with
2,109 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.2/AccumulatedCost(Anisotropic).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 |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.2/AccumulatedCost(Isotropic).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 |
---|---|---|
@@ -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 |
4 changes: 4 additions & 0 deletions
4
python/plugins/processing/algs/saga/description/2.2.2/AddCoordinatestopoints.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Add Coordinates to points | ||
shapes_points | ||
ParameterVector|INPUT|Points|0|False | ||
OutputVector|OUTPUT|Points with coordinates |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.2/AddGridValuestoPoints.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 |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.2/AddGridValuestoShapes.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 |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.2/AddPolygonAttributestoPoints.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 |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.2/Aggregate.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 |
---|---|---|
@@ -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 |
14 changes: 14 additions & 0 deletions
14
python/plugins/processing/algs/saga/description/2.2.2/AggregatePointObservations.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 |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.2/AggregationIndex.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 |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
python/plugins/processing/algs/saga/description/2.2.2/AnalyticalHierarchyProcess.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 |
---|---|---|
@@ -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 |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.2/AnalyticalHillshading.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 |
---|---|---|
@@ -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 |
11 changes: 11 additions & 0 deletions
11
python/plugins/processing/algs/saga/description/2.2.2/B-SplineApproximation.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 |
---|---|---|
@@ -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 |
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/saga/description/2.2.2/BurnStreamNetworkintoDEM.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 |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.2/CellBalance.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 |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.2/ChangeDateFormat.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 |
---|---|---|
@@ -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 |
16 changes: 16 additions & 0 deletions
16
python/plugins/processing/algs/saga/description/2.2.2/ChangeDetection.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 |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.2/ChangeGridValues.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 |
---|---|---|
@@ -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 |
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.2/ChangeTimeFormat.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 |
---|---|---|
@@ -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 |
14 changes: 14 additions & 0 deletions
14
python/plugins/processing/algs/saga/description/2.2.2/ChannelNetwork.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 |
---|---|---|
@@ -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 | ||