Skip to content

Commit 5aaa125

Browse files
committed
Better output names for SAGA models
1 parent 686ba43 commit 5aaa125

14 files changed

+14
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Add Coordinates to points
22
shapes_points
33
ParameterVector|INPUT|Points|0|False
4-
OutputVector|OUTPUT|Output
4+
OutputVector|OUTPUT|Points with coordinates
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Crop to Data
22
grid_tools
33
ParameterRaster|INPUT|Input layer|False
4-
OutputRaster|OUTPUT|Cropped layer
4+
OutputRaster|OUTPUT|Cropped

python/plugins/processing/algs/saga/description/2.1.3/GridCalculator.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ParameterMultipleInput|XGRIDS|Additional layers|3|True
66
ParameterString|FORMULA|Formula|
77
ParameterBoolean|USE_NODATA|Use NoData|False
88
ParameterSelection|TYPE|Output Data 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|7
9-
OutputRaster|RESULT|Result layer
9+
OutputRaster|RESULT|Calculated

python/plugins/processing/algs/saga/description/2.1.3/NaturalNeighbour.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Hardcoded|-TARGET_DEFINITION 0
66
ParameterBoolean|SIBSON |Sibson|True
77
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
88
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
9-
OutputRaster|USER_GRID|Grid
9+
OutputRaster|USER_GRID|Natural neighbour

python/plugins/processing/algs/saga/description/2.1.3/NearestNeighbour.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ParameterTableField|FIELD|Attribute|SHAPES|-1|False
55
Hardcoded|-TARGET_DEFINITION 0
66
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
77
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
8-
OutputRaster|USER_GRID|Grid
8+
OutputRaster|USER_GRID|Nearest neighbour

python/plugins/processing/algs/saga/description/2.1.3/OrdinaryKriging(Global).txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ParameterNumber|POW_B|Power Function - B|None|None|0.5
1818
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
1919
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
2020
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
21-
OutputRaster|GRID|Grid
21+
OutputRaster|GRID|Ordinary kriging global
2222
OutputRaster|VARIANCE|Variance

python/plugins/processing/algs/saga/description/2.1.3/OrdinaryKriging.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ ParameterBoolean|USER_BVARIANCE |Create Quality Grid|True
2121
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
2222
ParameterNumber|USER_SIZE|Cellsize|0|None|1.0
2323
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
24-
OutputRaster|USER_GRID|Grid
24+
OutputRaster|USER_GRID|Ordinary kriging
2525
OutputRaster|USER_VARIANCE|Variance

python/plugins/processing/algs/saga/description/2.1.3/PolynomialRegression.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ParameterSelection|TARGET|Trend Surface|[0] user defined
1010
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1111
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
1212
OutputVector|RESIDUALS|Residuals
13-
OutputRaster|USER_GRID|Grid
13+
OutputRaster|USER_GRID|Regression

python/plugins/processing/algs/saga/description/2.1.3/Resampling.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ParameterSelection|SCALE_UP_METHOD|Interpolation Method (Scale Up)|[0] Nearest N
77
ParameterSelection|SCALE_DOWN_METHOD|Interpolation Method (Scale Down)|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
88
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
99
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
10-
OutputRaster|USER_GRID|Grid
10+
OutputRaster|USER_GRID|Resampled

python/plugins/processing/algs/saga/description/2.1.3/Separatepointsbydirection.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ shapes_points
33
ParameterVector|POINTS|Points|0|False
44
ParameterNumber|DIRECTIONS|Number of Directions|1.0|None|4
55
ParameterNumber|TOLERANCE|Tolerance (Degree)|0.0|None|5
6-
OutputVector|OUTPUT|Ouput
6+
OutputVector|OUTPUT|Point direction

python/plugins/processing/algs/saga/description/2.1.3/TransformShapes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ParameterNumber|SCALEX|Scale Factor X|None|None|1.0
88
ParameterNumber|SCALEY|Scale Factor Y|None|None|1.0
99
ParameterNumber|ANCHORX|X|None|None|0.0
1010
ParameterNumber|ANCHORY|Y|None|None|0.0
11-
OutputVector|OUT|Output
11+
OutputVector|OUT|Transformed

python/plugins/processing/algs/saga/description/2.1.3/Triangulation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ParameterTableField|FIELD|Attribute|SHAPES|-1|False
55
Hardcoded|-TARGET_DEFINITION 0
66
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
77
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
8-
OutputRaster|USER_GRID|Grid
8+
OutputRaster|USER_GRID|Triangulated

python/plugins/processing/algs/saga/description/2.1.3/UniversalKriging(Global).txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear
2020
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
2121
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
2222
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
23-
OutputRaster|GRID|Grid
23+
OutputRaster|GRID|Universal kriging global
2424
OutputRaster|VARIANCE|Variance

python/plugins/processing/algs/saga/description/2.1.3/UniversalKriging.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ ParameterNumber|NPOINTS_MAX|Max. Number of m_Points|None|None|20
2222
ParameterNumber|MAXRADIUS|Maximum Search Radius (map units)|None|None|1000.0
2323
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
2424
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
25-
OutputRaster|GRID|Grid
25+
OutputRaster|GRID|Universal kriging
2626
OutputRaster|VARIANCE|Variance

0 commit comments

Comments
 (0)