Skip to content

Commit 454e1fe

Browse files
committed
Merge pull request #2098 from NaturalGIS/fix_several_modules
[processing] fix several SAGA and GRASS modules
2 parents ded11b3 + 43cf6b0 commit 454e1fe

29 files changed

+231
-208
lines changed

python/plugins/processing/algs/grass7/description/r.plane.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ParameterNumber|azimuth|Azimuth of the plane. Value must be between 0 and 360 de
66
ParameterNumber|easting|Easting coordinate of a point on the plane|None|None|0.0
77
ParameterNumber|northing|Northing coordinate of a point on the plane|None|None|0.0
88
ParameterNumber|elevation|Elevation coordinate of a point on the plane|None|None|0.0
9-
ParameterSelection|type|Data type of resulting layer|int;float;double
9+
ParameterSelection|type|Data type of resulting layer|CELL;FCELL;DCELL
1010
OutputRaster|output|Plane

python/plugins/processing/algs/saga/description/2.1.3/B-SplineApproximation.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ grid_spline
33
ParameterVector|SHAPES|Points|0|False
44
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
55
Hardcoded|-TARGET_DEFINITION 0
6-
ParameterNumber|LEVEL|Resolution|None|None|1.0
6+
ParameterNumber|LEVEL|Resolution|0.001|None|1.0
77
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
8-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
9-
OutputRaster|USER_GRID|Grid
8+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
9+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
10+
ParameterRaster|TARGET_TEMPLATE|Target System|True
11+
OutputRaster|TARGET_OUT_GRID|Grid

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ grid_spline
33
ParameterVector|SHAPES|Points|0|False
44
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
55
Hardcoded|-TARGET_DEFINITION 0
6-
ParameterNumber|NPMIN|Minimal Number of Points|None|None|3
7-
ParameterNumber|NPMAX|Maximal Number of Points|None|None|20
8-
ParameterNumber|NPPC|Points per Square|None|None|5
9-
ParameterNumber|K|Tolerance|None|None|140.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
1010
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
11-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
12-
OutputRaster|USER_GRID|Grid
11+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
12+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13+
ParameterRaster|TARGET_TEMPLATE|Target System|True
14+
OutputRaster|TARGET_OUT_GRID|Grid

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ shapes_tools
33
ParameterVector|SHAPES|Vector layer to cut|-1|False
44
ParameterSelection|METHOD|Method|[0] completely contained;[1] intersects;[2] center
55
Hardcoded|-TARGET 3
6-
ParameterVector|POLYGONS_POLYGONS|Cutting polygons|-1|False
7-
OutputVector|CUT|Result
8-
OutputVector|EXTENT|Extent
6+
ParameterVector|POLYGONS_POLYGONS|Cutting polygons|2|False
7+
OutputVector|CUT|Result
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
Geographically Weighted Multiple Regression (Points)
1+
GWR for Multiple Predictors
22
statistics_regression
33
ParameterVector|POINTS|Points|-1|False
44
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
5-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
6-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
7-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
8-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
9-
ParameterSelection|RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
10-
ParameterNumber|RADIUS|Search Radius|None|None|100
11-
ParameterSelection|MODE|Search Mode|[0] all directions;[1] quadrants
12-
ParameterSelection|NPOINTS|Number of Points|[0] maximum number of observations;[1] all points
13-
ParameterNumber|MAXPOINTS|Maximum Number of Observations|None|None|10
14-
ParameterNumber|MINPOINTS|Minimum Number of Observations|None|None|4
15-
OutputVector|REGRESSION|Regression
5+
ParameterTableField|PREDICTORS|Predictor|POINTS|-1|False
6+
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
7+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
8+
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
9+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
10+
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
11+
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
12+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
13+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
14+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
15+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
16+
OutputVector|REGRESSION|Regression
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Geographically Weighted Multiple Regression (Points/Grids)
1+
GWR for Multiple Predictor Grids
22
statistics_regression
33
ParameterMultipleInput|PREDICTORS|Predictors|3.0|False
4-
ParameterBoolean|PARAMETERS |Output of Regression Parameters|True
54
ParameterVector|POINTS|Points|0|False
65
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
7-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
9-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
10-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
11-
ParameterSelection|RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
12-
ParameterNumber|RADIUS|Search Radius|None|None|100
13-
ParameterSelection|MODE|Search Mode|[0] all directions;[1] quadrants
14-
ParameterSelection|NPOINTS|Number of Points|[0] maximum number of observations;[1] all points
15-
ParameterNumber|MAXPOINTS|Maximum Number of Observations|None|None|10
16-
ParameterNumber|MINPOINTS|Minimum Number of Observations|None|None|4
6+
ParameterSelection|RESOLUTION|Model Resolution|[0] same as predictors;[1] user defined|1
7+
ParameterNumber|RESOLUTION_VAL|Resolution|0|None|1
8+
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
9+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
10+
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
11+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
12+
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
13+
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
14+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
15+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
16+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
17+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
1718
OutputRaster|REGRESSION|Regression
1819
OutputRaster|QUALITY|Coefficient of Determination
19-
OutputRaster|SLOPES|Regression Parameters
2020
OutputVector|RESIDUALS|Residuals
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
Geographically Weighted Multiple Regression
1+
GWR for Multiple Predictors (Gridded Model Output)
22
statistics_regression
33
ParameterVector|POINTS|Points|0|False
44
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
5+
ParameterTableField|PREDICTORS|Predictor|POINTS|-1|False
56
Hardcoded|-TARGET_DEFINITION 0
6-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
7-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
8-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
9-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
10-
ParameterSelection|RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
11-
ParameterNumber|RADIUS|Search Radius|None|None|100
12-
ParameterSelection|MODE|Search Mode|[0] all directions;[1] quadrants
13-
ParameterSelection|NPOINTS|Number of Points|[0] maximum number of observations;[1] all points
14-
ParameterNumber|MAXPOINTS|Maximum Number of Observations|None|None|10
15-
ParameterNumber|MINPOINTS|Minimum Number of Observations|None|None|4
7+
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
9+
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
10+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
11+
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
12+
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
13+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
14+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
15+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
16+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
1617
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
17-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
18-
OutputRaster|USER_QUALITY|Quality
19-
OutputRaster|USER_INTERCEPT|Intercept
20-
OutputRaster|GRID_QUALITY|Quality
21-
OutputRaster|GRID_INTERCEPT|Intercept
18+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
19+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
20+
ParameterRaster|TARGET_TEMPLATE|Target System|True
21+
OutputVector|REGRESSION|Regression
22+
OutputRaster|SLOPES|Slopes
23+
OutputRaster|TARGET_INTERCEPT|Intercept
24+
OutputRaster|TARGET_QUALITY|Quality

python/plugins/processing/algs/saga/description/2.1.3/GeographicallyWeightedRegression(PointsGrid).txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Geographically Weighted Regression (Points/Grid)
1+
GWR for Single Predictor Grid
22
statistics_regression
33
ParameterRaster|PREDICTOR|Predictor|False
44
ParameterVector|POINTS|Points|0|False
55
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
6-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
7-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|1
8-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
9-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
10-
ParameterSelection|RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
11-
ParameterNumber|RADIUS|Search Radius|None|None|0
12-
ParameterSelection|MODE|Search Mode|[0] all directions;[1] quadrants
13-
ParameterSelection|NPOINTS|Number of Points|[0] maximum number of observations;[1] all points
14-
ParameterNumber|MAXPOINTS|Maximum Number of Observations|None|None|10
15-
ParameterNumber|MINPOINTS|Minimum Number of Observations|None|None|4
6+
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
7+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
8+
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
9+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
10+
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
11+
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
12+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
13+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
14+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
15+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
1616
OutputRaster|REGRESSION|Regression
1717
OutputRaster|QUALITY|Coefficient of Determination
1818
OutputRaster|INTERCEPT|Intercept
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
Geographically Weighted Regression
1+
GWR for Single Predictor (Gridded Model Output)
22
statistics_regression
33
ParameterVector|POINTS|Points|0|False
44
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
55
ParameterTableField|PREDICTOR|Predictor|POINTS|-1|False
66
Hardcoded|-TARGET_DEFINITION 0
7-
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8-
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|None|None|0
9-
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
10-
ParameterNumber|DISTANCE_WEIGHTING_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|0.0
11-
ParameterSelection|RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
12-
ParameterNumber|RADIUS|Search Radius|None|None|100
13-
ParameterSelection|MODE|Search Mode|[0] all directions;[1] quadrants
14-
ParameterSelection|NPOINTS|Number of Points|[0] maximum number of observations;[1] all points
15-
ParameterNumber|MAXPOINTS|Maximum Number of Observations|None|None|10
16-
ParameterNumber|MINPOINTS|Minimum Number of Observations|None|None|4
7+
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
8+
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
9+
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
10+
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
11+
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
12+
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
13+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
14+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
15+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
16+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
1717
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
18-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
19-
OutputRaster|USER_GRID|Grid
20-
OutputRaster|USER_QUALITY|Quality
21-
OutputRaster|USER_INTERCEPT|Intercept
22-
OutputRaster|USER_SLOPE|Slope
18+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
19+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
20+
ParameterRaster|TARGET_TEMPLATE|Target System|True
21+
OutputRaster|TARGET_OUT_GRID|Grid
22+
OutputRaster|TARGET_INTERCEPT|Intercept
23+
OutputRaster|TARGET_SLOPE|Slope
24+
OutputRaster|TARGET_QUALITY|Quality

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Inverse Distance Weighted
22
grid_gridding
33
ParameterVector|SHAPES|Points|0|False
44
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5-
ParameterRaster|TARGET_TEMPLATE|Target System|True
65
ParameterSelection|WEIGHTING|Distance Weighting|[0] inverse distance to a power;[1] linearly decreasing within search radius;[2] exponential weighting scheme;[3] gaussian weighting scheme
76
ParameterNumber|WEIGHT_POWER|Inverse Distance Power|0.0|None|2
87
ParameterNumber|WEIGHT_BANDWIDTH|Exponential and Gaussian Weighting Bandwidth|0.0|None|1
@@ -13,4 +12,5 @@ Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1312
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
1413
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
1514
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
16-
OutputRaster|TARGET_OUT_GRID|Grid
15+
ParameterRaster|TARGET_TEMPLATE|Target System|True
16+
OutputRaster|TARGET_OUT_GRID|Grid

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ ParameterSelection|KERNEL|Kernel|[0] quartic kernel;[1] gaussian kernel
77
Hardcoded|-TARGET_DEFINITION 0
88
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
99
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
10-
ParameterSelection|TARGET_USER_FITS|Fit Choice|[0] nodes;[1] cells
11-
OutputRaster|TARGET_OUT_GRID|Grid
10+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
11+
ParameterRaster|TARGET_TEMPLATE|Target System|True
12+
OutputRaster|TARGET_OUT_GRID|Grid

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ grid_gridding
33
ParameterVector|SHAPES|Points|0|False
44
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
55
Hardcoded|-TARGET_DEFINITION 0
6-
ParameterNumber|QUADRATIC_NEIGHBORS|Quadratic Neighbors|1.0|None|13
7-
ParameterNumber|WEIGHTING_NEIGHBORS|Weighting Neighbors|1.0|None|19
8-
ParameterNumber|USER_XMIN|Left|None|None|0.0
9-
ParameterNumber|USER_XMAX|Right|None|None|0.0
10-
ParameterNumber|USER_YMIN|Bottom|None|None|0.0
11-
ParameterNumber|USER_YMAX|Top|None|None|0.0
12-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
13-
OutputRaster|USER_GRID|Grid
6+
ParameterNumber|QUADRATIC_NEIGHBORS|Quadratic Neighbors|5.0|None|13
7+
ParameterNumber|WEIGHTING_NEIGHBORS|Weighting Neighbors|3.0|None|19
8+
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
9+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
10+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
11+
ParameterRaster|TARGET_TEMPLATE|Target System|True
12+
OutputRaster|TARGET_OUT_GRID|Grid

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ Mosaick raster layers|Mosaicking
22
grid_tools
33
AllowUnmatching
44
ParameterMultipleInput|GRIDS|Input Grids|3|False
5-
ParameterMultipleInput|GRID_GRID|Grid (Optional Input)|3|True
65
ParameterSelection|TYPE|Preferred data storage type|[0] 1 bit;[1] 1 byte unsigned integer;[2] 1 byte signed integer;[3] 2 byte unsigned integer;[4] 2 byte signed integer;[5] 4 byte unsigned integer;[6] 4 byte signed integer;[7] 4 byte floating point;[8] 8 byte floating point|7
76
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0
87
ParameterSelection|OVERLAP|Overlapping Areas|[0] first;[1] last;[2] minimum;[3] maximum;[4] mean;[5] blend boundary;[6] feathering|1
98
ParameterNumber|BLEND_DIST|Blending Distance|0.0|None|10.0
109
ParameterSelection|MATCH|Match|[0] none;[1] regression|0
1110
Hardcoded|-TARGET_DEFINITION 0
12-
ParameterSelection|USER_FIT|Fit|[0] nodes;[1] cells|0
1311
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
14-
OutputRaster|USER_GRID|Mosaicked Grid
12+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
13+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
14+
ParameterRaster|TARGET_TEMPLATE|Target System|True
15+
OutputRaster|TARGET_OUT_GRID|Grid
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Multilevel B-Spline Interpolation (from Grid)
22
grid_spline
3-
ParameterRaster|GRIDPOINTS|Grid|False
3+
ParameterRaster|GRID|Grid|False
44
Hardcoded|-TARGET_DEFINITION 0
55
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
6-
ParameterNumber|EPSILON|Threshold Error|None|None|0.0001
7-
ParameterNumber|LEVEL_MAX|Maximum Level|None|None|11.0
6+
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
7+
ParameterNumber|LEVEL_MAX|Maximum Level|1|14|11.0
8+
ParameterBoolean|UPDATE|Update View|False
89
ParameterSelection|DATATYPE|Data Type|[0] same as input grid;[1] floating point
910
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1011
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
12+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13+
ParameterRaster|TARGET_TEMPLATE|Target System|True
1114
OutputRaster|TARGET_OUT_GRID|Grid

python/plugins/processing/algs/saga/description/2.1.3/MultilevelB-SplineInterpolation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Multilevel B-Spline Interpolation
22
grid_spline
33
ParameterVector|SHAPES|Points|0|False
44
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
5-
ParameterRaster|TARGET_TEMPLATE|Target System|True
65
ParameterSelection|METHOD|Method|[0] without B-spline refinement;[1] with B-spline refinement
7-
ParameterNumber|EPSILON|Threshold Error|None|None|0.0001
6+
ParameterNumber|EPSILON|Threshold Error|0|None|0.0001
87
ParameterBoolean|UPDATE|Update View|False
8+
Hardcoded|-TARGET_DEFINITION 0
99
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1010
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
11-
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
1211
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
13-
OutputRaster|TARGET_OUT_GRID|Grid
12+
ParameterRaster|TARGET_TEMPLATE|Target System|True
13+
OutputRaster|TARGET_OUT_GRID|Grid

0 commit comments

Comments
 (0)