Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
235 changed files
with
2,112 additions
and
0 deletions.
There are no files selected for viewing
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
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 |
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 |
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 |
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 @@ | ||
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 | ||
AllowUnmatching |
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 @@ | ||
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 | ||
AllowUnmatching |
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 |
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 |
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 |
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 |
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 |
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 |
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,10 @@ | ||
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 | ||
OutputRaster|TARGET_OUT_GRID|Grid |
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 |
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 |
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 |
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 |
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 |
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 |
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 | ||
OutputVector|SHAPES|Channel Network |
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 @@ | ||
Channel Network and Drainage Basins | ||
ta_channels | ||
ParameterRaster|DEM|Elevation|False | ||
ParameterNumber|THRESHOLD|Threshold|None|None|5.0 | ||
OutputRaster|DIRECTION|Flow Direction | ||
OutputRaster|CONNECTION|Flow Connectivity | ||
OutputRaster|ORDER|Strahler Order | ||
OutputRaster|BASIN|Drainage Basins | ||
OutputVector|SEGMENTS|Channels | ||
OutputVector|BASINS|Drainage Basins | ||
OutputVector|NODES|Junctions |
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 @@ | ||
Clip Grid with Polygon | ||
shapes_grid | ||
ParameterRaster|INPUT|Input|False | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
OutputRaster|OUTPUT|Clipped |
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 @@ | ||
Clip Points with Polygons | ||
shapes_points | ||