Skip to content

Commit a0da85f

Browse files
committed
Merge branch 'saga-223'
2 parents 30a738f + 5c62a17 commit a0da85f

File tree

235 files changed

+2112
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+2112
-0
lines changed

python/plugins/processing/algs/saga/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
44
FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
55
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
66
FILE(GLOB DESCR222_FILES description/2.2.2/*.txt)
7+
FILE(GLOB DESCR223_FILES description/2.2.3/*.txt)
78
FILE(GLOB HELP_FILES help/*.rst)
89

910
ADD_SUBDIRECTORY(ext)
@@ -14,4 +15,5 @@ PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
1415
PLUGIN_INSTALL(processing algs/saga/description/2.1.4 ${DESCR214_FILES})
1516
PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
1617
PLUGIN_INSTALL(processing algs/saga/description/2.2.2 ${DESCR222_FILES})
18+
PLUGIN_INSTALL(processing algs/saga/description/2.2.3 ${DESCR223_FILES})
1719
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Accumulated Cost (Anisotropic)
2+
grid_analysis
3+
ParameterRaster|COST|Cost Grid|False
4+
ParameterRaster|DIRECTION|Direction of max cost|False
5+
ParameterRaster|POINTS|Destination Points|False
6+
ParameterNumber|K|k factor|None|None|1
7+
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0
8+
OutputRaster|ACCCOST|Accumulated Cost
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Accumulated Cost (Isotropic)
2+
grid_analysis
3+
ParameterRaster|COST|Cost Grid|False
4+
ParameterRaster|POINTS|Destination Points|False
5+
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0.0
6+
OutputRaster|ACCCOST|Accumulated Cost
7+
OutputRaster|CLOSESTPT|Closest Point
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Add Coordinates to points
2+
shapes_points
3+
ParameterVector|INPUT|Points|0|False
4+
OutputVector|OUTPUT|Points with coordinates
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Add Grid Values to Points
2+
shapes_grid
3+
ParameterVector|SHAPES|Points|0|False
4+
ParameterMultipleInput|GRIDS|Grids|3|False
5+
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
6+
OutputVector|RESULT|Result
7+
AllowUnmatching
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Add Grid Values to Shapes
2+
shapes_grid
3+
ParameterVector|SHAPES|Shapes|-1|False
4+
ParameterMultipleInput|GRIDS|Grids|3|False
5+
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
6+
OutputVector|RESULT|Result
7+
AllowUnmatching
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Add Polygon Attributes to Points
2+
shapes_points
3+
ParameterVector|INPUT|Points|0|False
4+
ParameterVector|POLYGONS|Polygons|2|False
5+
ParameterTableField|FIELDS|Attribute|POLYGONS|-1|False
6+
OutputVector|OUTPUT|Result
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Aggregate
2+
grid_tools
3+
ParameterRaster|INPUT|Grid|False
4+
ParameterNumber|SIZE|Aggregation Size|None|None|3
5+
ParameterSelection|METHOD|Method|[0] Sum;[1] Min;[2] Max
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Aggregate Point Observations
2+
shapes_points
3+
ParameterVector|REFERENCE|Reference Points|-1|False
4+
ParameterTableField|REFERENCE_ID|ID|REFERENCE|-1|False
5+
ParameterTable|OBSERVATIONS|Observations|False
6+
ParameterTableField|X|X|OBSERVATIONS|-1|False
7+
ParameterTableField|Y|Y|OBSERVATIONS|-1|False
8+
ParameterTableField|TRACK|Track|OBSERVATIONS|-1|False
9+
ParameterTableField|DATE|Date|OBSERVATIONS|-1|False
10+
ParameterTableField|TIME|Time|OBSERVATIONS|-1|False
11+
ParameterTableField|PARAMETER|Parameter|OBSERVATIONS|-1|False
12+
ParameterNumber|EPS_TIME|Maximum Time Span (Seconds)|None|None|60.0
13+
ParameterNumber|EPS_SPACE|Maximum Distance|None|None|0.002
14+
OutputTable|AGGREGATED|Aggregated
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Aggregation Index
2+
grid_analysis
3+
ParameterRaster|INPUT|Input Grid|False
4+
ParameterNumber|MAXNUMCLASS|Max. Number of Classes|None|None|5
5+
OutputTable|RESULT|Result
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Analytical Hierarchy Process
2+
grid_analysis
3+
ParameterMultipleInput|GRIDS|Input Grids|3|False
4+
ParameterTable|TABLE|Pairwise Comparisons Table|False
5+
OutputRaster|OUTPUT|Output Grid
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Analytical Hillshading
2+
ta_lighting
3+
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterSelection|METHOD|Shading Method|[0] Standard;[1] Standard (max. 90Degree);[2] Combined Shading;[3] Ray Tracing
5+
ParameterNumber|AZIMUTH|Azimuth [Degree]|None|None|315.0
6+
ParameterNumber|DECLINATION|Declination [Degree]|None|None|45.0
7+
ParameterNumber|EXAGGERATION|Exaggeration|None|None|4.0
8+
OutputRaster|SHADE|Analytical Hillshading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
B-Spline Approximation
2+
grid_spline
3+
ParameterVector|SHAPES|Points|0|False
4+
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5+
Hardcoded|-TARGET_DEFINITION 0
6+
ParameterNumber|LEVEL|Resolution|0.001|None|1.0
7+
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10+
OutputRaster|TARGET_OUT_GRID|Grid
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Burn Stream Network into DEM
2+
ta_preprocessor
3+
ParameterRaster|DEM|DEM|False
4+
ParameterRaster|STREAM|Streams|False
5+
ParameterRaster|FLOWDIR|Flow direction|False
6+
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
7+
ParameterNumber|EPSILON|Epsilon|0.0|None|1.0
8+
OutputRaster|BURN|Processed DEM
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Cell Balance
2+
ta_hydrology
3+
ParameterRaster|DEM|Elevation|False
4+
ParameterRaster|WEIGHTS|Parameter|True
5+
ParameterNumber|WEIGHTS_DEFAULT|Default Weight|0.0|None|1.0
6+
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Multiple Flow Direction
7+
OutputRaster|BALANCE|Cell Balance
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Change Date Format
2+
table_tools
3+
ParameterTable|TABLE|Table|False
4+
ParameterTableField|FIELD|Date Field|TABLE|-1|False
5+
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
6+
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
7+
OutputTable|OUTPUT|Output
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Change Detection
2+
imagery_classification
3+
ParameterRaster|INITIAL|Initial State|False
4+
ParameterTable|INI_LUT|Look-up Table|True
5+
ParameterTableField|INI_LUT_MIN|Value|INI_LUT|-1|False
6+
ParameterTableField|INI_LUT_MAX|Value (Maximum)|INI_LUT|-1|False
7+
ParameterTableField|INI_LUT_NAM|Name|INI_LUT|-1|False
8+
ParameterRaster|FINAL|Final State|False
9+
ParameterTable|FIN_LUT|Look-up Table|True
10+
ParameterTableField|FIN_LUT_MIN|Value|FIN_LUT|-1|False
11+
ParameterTableField|FIN_LUT_MAX|Value (Maximum)|FIN_LUT|-1|False
12+
ParameterTableField|FIN_LUT_NAM|Name|FIN_LUT|-1|False
13+
ParameterBoolean|NOCHANGE |Report Unchanged Classes|True
14+
ParameterSelection|OUTPUT|Output as...|[0] cells;[1] percent;[2] area
15+
OutputRaster|CHANGE|Changes
16+
OutputTable|CHANGES|Changes
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Change Grid Values
2+
grid_tools
3+
ParameterRaster|GRID_IN|Grid|False
4+
ParameterSelection|METHOD|Replace Condition|[0] Grid value equals low value;[1] Low value < grid value < high value;[2] Low value <= grid value < high value
5+
ParameterFixedTable|LOOKUP|Lookup Table|3|Low Value;High Value;Replace with|False
6+
OutputRaster|GRID_OUT|Changed Grid
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Change Time Format
2+
table_tools
3+
ParameterTable|TABLE|Table|False
4+
ParameterTableField|FIELD|Time Field|TABLE|-1|False
5+
ParameterSelection|FMT_IN|Input Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds
6+
ParameterSelection|FMT_OUT|Output Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds
7+
OutputTable|OUTPUT|Output
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Channel Network
2+
ta_channels
3+
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterRaster|SINKROUTE|Flow Direction|True
5+
ParameterRaster|INIT_GRID|Initiation Grid|False
6+
ParameterSelection|INIT_METHOD|Initiation Type|[0] Less than;[1] Equals;[2] Greater than
7+
ParameterNumber|INIT_VALUE|Initiation Threshold|None|None|0.0
8+
ParameterRaster|DIV_GRID|Divergence|True
9+
ParameterNumber|DIV_CELLS|Tracing: Max. Divergence|None|None|10
10+
ParameterRaster|TRACE_WEIGHT|Tracing: Weight|True
11+
ParameterNumber|MINLEN|Min. Segment Length|0.0|None|10
12+
OutputRaster|CHNLNTWRK|Channel Network
13+
OutputRaster|CHNLROUTE|Channel Direction
14+
OutputVector|SHAPES|Channel Network
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Channel Network and Drainage Basins
2+
ta_channels
3+
ParameterRaster|DEM|Elevation|False
4+
ParameterNumber|THRESHOLD|Threshold|None|None|5.0
5+
OutputRaster|DIRECTION|Flow Direction
6+
OutputRaster|CONNECTION|Flow Connectivity
7+
OutputRaster|ORDER|Strahler Order
8+
OutputRaster|BASIN|Drainage Basins
9+
OutputVector|SEGMENTS|Channels
10+
OutputVector|BASINS|Drainage Basins
11+
OutputVector|NODES|Junctions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Clip Grid with Polygon
2+
shapes_grid
3+
ParameterRaster|INPUT|Input|False
4+
ParameterVector|POLYGONS|Polygons|2|False
5+
OutputRaster|OUTPUT|Clipped
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Clip Points with Polygons
2+
shapes_points
3+
ParameterVector|POINTS|Points|0|False
4+
ParameterVector|POLYGONS|Polygons|2|False
5+
ParameterTableField|FIELD|Add Attribute to Clipped Points|POLYGONS|-1|False
6+
ParameterSelection|METHOD|Clipping Options|[0] one layer for all points;[1] separate layer for each polygon
7+
OutputVector|CLIPS|Clipped Points
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Close Gaps
2+
grid_tools
3+
ParameterRaster|INPUT|Grid|False
4+
ParameterRaster|MASK|Mask|True
5+
ParameterNumber|THRESHOLD|Tension Threshold|None|None|0.1
6+
OutputRaster|RESULT|Changed Grid
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Close Gaps with Spline
2+
grid_tools
3+
ParameterRaster|GRID|Grid|False
4+
ParameterRaster|MASK|Mask|True
5+
ParameterNumber|MAXGAPCELLS|Only Process Gaps with Less Cells|None|None|0
6+
ParameterNumber|MAXPOINTS|Maximum Points|None|None|1000
7+
ParameterNumber|LOCALPOINTS|Number of Points for Local Interpolation|None|None|10
8+
ParameterBoolean|EXTENDED |Extended Neighourhood|True
9+
ParameterSelection|NEIGHBOURS|Neighbourhood|[0] Neumann;[1] Moore
10+
ParameterNumber|RADIUS|Radius (Cells)|None|None|0
11+
ParameterNumber|RELAXATION|Relaxation|None|None|0.0
12+
OutputRaster|CLOSED|Closed Gaps Grid
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Close One Cell Gaps
2+
grid_tools
3+
ParameterRaster|INPUT|Grid|False
4+
OutputRaster|RESULT|Changed Grid
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Cluster Analysis for Grids
2+
imagery_classification
3+
ParameterMultipleInput|GRIDS|Grids|3.0|False
4+
ParameterSelection|METHOD|Method|[0] Iterative Minimum Distance (Forgy 1965);[1] Hill-Climbing (Rubin 1967);[2] Combined Minimum Distance / Hillclimbing
5+
ParameterNumber|NCLUSTER|Clusters|None|None|5
6+
ParameterBoolean|NORMALISE |Normalise|True
7+
ParameterBoolean|OLDVERSION |Old Version|True
8+
OutputRaster|CLUSTER|Clusters
9+
OutputTable|STATISTICS|Statistics
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Contour Lines from Grid
2+
shapes_grid
3+
ParameterRaster|GRID|Grid|False
4+
ParameterSelection|VERTEX|Vertex type|[0] x,y;[1] x,y,z
5+
ParameterNumber|ZMIN|Minimum Contour Value|None|None|0.0
6+
ParameterNumber|ZMAX|Maximum Contour Value|None|None|10000.0
7+
ParameterNumber|ZSTEP|Equidistance|None|None|100.0
8+
OutputVector|CONTOUR|Contour Lines
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Convergence Index (Search Radius)
2+
ta_morphometry
3+
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterNumber|RADIUS|Radius [Cells]|1.0|None|10.0
5+
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6+
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1.0
7+
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
8+
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|1.0
9+
ParameterBoolean|SLOPE|Gradient|True
10+
ParameterSelection|DIFFERENCE|Weighting Function|[0] direction to the center cell;[1] center cell's aspect direction
11+
OutputRaster|CONVERGENCE|Convergence Index
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Convergence Index
2+
ta_morphometry
3+
ParameterRaster|ELEVATION|Elevation|False
4+
ParameterSelection|METHOD|Method|[0] Aspect;[1] Gradient
5+
ParameterSelection|NEIGHBOURS|Gradient Calculation|[0] 2 x 2;[1] 3 x 3
6+
OutputRaster|RESULT|Convergence Index
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Convert Data Storage Type
2+
grid_tools
3+
ParameterRaster|INPUT|Grid|False
4+
ParameterSelection|TYPE|Data storage type|[0] bit;[1] unsigned 1 byte integer;[2] signed 1 byte integer;[3] unsigned 2 byte integer;[4] signed 2 byte integer;[5] unsigned 4 byte integer;[6] signed 4 byte integer;[7] 4 byte floating point number;[8] 8 byte floating point number
5+
OutputRaster|OUTPUT|Converted Grid
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Convert Lines to Points
2+
shapes_points
3+
ParameterVector|LINES|Lines|1|False
4+
ParameterBoolean|ADD |Insert Additional Points|True
5+
ParameterNumber|DIST|Insert Distance|0.0|None|1.0
6+
OutputVector|POINTS|Points
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Convert Lines to Polygons
2+
shapes_polygons
3+
ParameterVector|LINES|Lines|1|False
4+
OutputVector|POLYGONS|Polygons
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Convert Multipoints to Points
2+
shapes_points
3+
ParameterVector|MULTIPOINTS|Multipoints|0|False
4+
OutputVector|POINTS|Points
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Convert Points to Line(s)
2+
shapes_lines
3+
ParameterVector|POINTS|Points|0|False
4+
ParameterTableField|ORDER|Order by...|POINTS|-1|False
5+
ParameterTableField|SEPARATE|Separate by...|POINTS|-1|False
6+
OutputVector|LINES|Lines
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Convert Polygon/Line Vertices to Points
2+
shapes_polygons
3+
ParameterVector|SHAPES|Shapes|-1|False
4+
OutputVector|POINTS|Points
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Convert Polygons to Lines
2+
shapes_lines
3+
ParameterVector|POLYGONS|Polygons|2|False
4+
OutputVector|LINES|Lines
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Convex Hull
2+
shapes_points
3+
ParameterVector|SHAPES|Points|0|False
4+
ParameterSelection|POLYPOINTS|Hull Construction|[0] one hull for all shapes;[1] one hull per shape;[2] one hull per shape part
5+
OutputVector|HULLS|Convex Hull
6+
OutputVector|BOXES|Minimum Bounding Box
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Create Graticule
2+
shapes_tools
3+
ParameterVector|EXTENT|Extent|-1|True
4+
Extent EXTENT_X_MIN EXTENT_X_MAX EXTENT_Y_MIN EXTENT_Y_MAX
5+
ParameterNumber|DISTX|Division Width|None|None|1.0
6+
ParameterNumber|DISTY|Division Height|None|None|1.0
7+
ParameterSelection|TYPE|Type|[0] Lines;[1] Rectangles
8+
OutputVector|GRATICULE|Graticule
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Crop to Data
2+
grid_tools
3+
ParameterRaster|INPUT|Input layer|False
4+
OutputRaster|OUTPUT|Cropped
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Cross-Classification and Tabulation
2+
grid_analysis
3+
ParameterRaster|INPUT|Input Grid 1|False
4+
ParameterRaster|INPUT2|Input Grid 2|False
5+
ParameterNumber|MAXNUMCLASS|Max. Number of Classes|None|None|5
6+
OutputRaster|RESULTGRID|Cross-Classification Grid
7+
OutputTable|RESULTTABLE|Cross-Tabulation Table
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Cross Profiles
2+
ta_profiles
3+
ParameterRaster|DEM|DEM|False
4+
ParameterVector|LINES|Lines|1|False
5+
ParameterNumber|DIST_LINE|Profile Distance|0.0|None|10.0
6+
ParameterNumber|DIST_PROFILE|Profile Length|0.0|None|10.0
7+
ParameterNumber|NUM_PROFILE|Profile Samples|1.0|None|10.0
8+
OutputVector|PROFILES|Cross Profiles
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Cubic Spline Approximation
2+
grid_spline
3+
ParameterVector|SHAPES|Points|0|False
4+
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5+
Hardcoded|-TARGET_DEFINITION 0
6+
ParameterNumber|NPMIN|Minimal Number of Points|0|None|3
7+
ParameterNumber|NPMAX|Maximal Number of Points|11|59|20
8+
ParameterNumber|NPPC|Points per Square|1|None|5
9+
ParameterNumber|K|Tolerance|0|None|140.0
10+
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
11+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
12+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13+
OutputRaster|TARGET_OUT_GRID|Grid
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Curvature Classification
2+
ta_morphometry
3+
ParameterRaster|DEM|Elevation|False
4+
ParameterNumber|THRESHOLD|Threshold for plane|0.0000|None|0.0005
5+
OutputRaster|CLASS|Curvature Classification
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Cut Shapes Layer
2+
shapes_tools
3+
ParameterVector|SHAPES|Vector layer to cut|-1|False
4+
ParameterSelection|METHOD|Method|[0] completely contained;[1] intersects;[2] center
5+
Hardcoded|-TARGET 3
6+
ParameterVector|POLYGONS_POLYGONS|Cutting polygons|2|False
7+
OutputVector|CUT|Result
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DTM Filter (slope-based)
2+
grid_filter
3+
ParameterRaster|INPUT|Grid to filter|False
4+
ParameterNumber|RADIUS|Search Radius|1.0|None|2
5+
ParameterNumber|TERRAINSLOPE|Approx. Terrain Slope|None|None|30.0
6+
ParameterBoolean|STDDEV |Use Confidence Interval|True
7+
OutputRaster|GROUND|Bare Earth
8+
OutputRaster|NONGROUND|Removed Objects

0 commit comments

Comments
 (0)