Skip to content

Commit 5c62a17

Browse files
committed
[processing] added descriptions for SAGA 2.2.3
1 parent 61a92e2 commit 5c62a17

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

0 commit comments

Comments
 (0)