Skip to content

Commit 5065b80

Browse files
author
Giovanni Manghi
committed
fix SAGA 2.2.2 kriging tools
1 parent 824fd7b commit 5065b80

File tree

4 files changed

+50
-33
lines changed

4 files changed

+50
-33
lines changed

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

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Ordinary Kriging (Global)
1+
Universal Kriging
22
statistics_kriging
33
ParameterVector|POINTS|Points|0|False
4-
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
4+
ParameterTableField|FIELD|Attribute|POINTS|-1|False
55
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
66
ParameterBoolean|LOG|Logarithmic Transformation|True
77
ParameterBoolean|BLOCK|Block Kriging|True
@@ -14,5 +14,14 @@ Hardcoded|-TARGET_DEFINITION 0
1414
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
1515
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
1616
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
17-
OutputRaster|TARGET_PREDICTION|Prediction
18-
OutputRaster|TARGET_VARIANCE|Quality Measure
17+
OutputRaster|PREDICTION|Prediction
18+
OutputRaster|VARIANCE|Quality Measure
19+
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
20+
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
21+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
22+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
23+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
24+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
25+
ParameterMultipleInput|PREDICTORS|Predictors|3|True
26+
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
27+
ParameterBoolean|COORDS|Coordinates|False
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Ordinary Kriging
22
statistics_kriging
33
ParameterVector|POINTS|Points|0|False
4-
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
5-
Hardcoded|-TARGET_DEFINITION 0
4+
ParameterTableField|FIELD|Attribute|POINTS|-1|False
65
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
76
ParameterBoolean|LOG|Logarithmic Transformation|True
87
ParameterBoolean|BLOCK|Block Kriging|True
@@ -11,14 +10,15 @@ ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
1110
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
1211
ParameterNumber|VAR_NSKIP|Skip|1|None|1
1312
ParameterString|VAR_MODEL|Variogram Model|a + b * x
13+
Hardcoded|-TARGET_DEFINITION 0
14+
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
15+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
16+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
17+
OutputRaster|PREDICTION|Prediction
18+
OutputRaster|VARIANCE|Quality Measure
1419
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
1520
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
1621
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
1722
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
1823
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
1924
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
20-
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
21-
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
22-
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
23-
OutputRaster|TARGET_PREDICTION|Prediction
24-
OutputRaster|TARGET_VARIANCE|Quality Measure
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
Universal Kriging (Global)
1+
Regression Kriging
22
statistics_kriging
33
ParameterVector|POINTS|Points|0|False
4-
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
4+
ParameterTableField|FIELD|Attribute|POINTS|-1|False
5+
ParameterMultipleInput|PREDICTORS|Predictors|3|False
6+
OutputRaster|REGRESSION|Regression
7+
OutputRaster|PREDICTION|Prediction
8+
OutputRaster|RESIDUALS|Residuals
9+
OutputRaster|VARIANCE|Quality Measure
510
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
611
ParameterBoolean|LOG|Logarithmic Transformation|True
712
ParameterBoolean|BLOCK|Block Kriging|True
@@ -10,12 +15,18 @@ ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
1015
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
1116
ParameterNumber|VAR_NSKIP|Skip|1|None|1
1217
ParameterString|VAR_MODEL|Variogram Model|a + b * x
13-
ParameterMultipleInput|GRIDS|Input Grids|3|True
18+
OutputTable|INFO_COEFF|Regression: Coefficients
19+
OutputTable|INFO_MODEL|Regression: Model
20+
OutputTable|INFO_STEPS|Regression: Steps
21+
ParameterBoolean|COORD_X|Include X Coordinate|False
22+
ParameterBoolean|COORD_Y|Include Y Coordinate|False
23+
ParameterBoolean|INTERCEPT|Intercept|True
24+
ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise|3
25+
ParameterNumber|P_VALUE|Significance Level|0|100.0|5.0
1426
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
15-
ParameterBoolean|COORDS|Coordinates|False
16-
Hardcoded|-TARGET_DEFINITION 0
17-
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
18-
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
19-
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
20-
OutputRaster|TARGET_PREDICTION|Prediction
21-
OutputRaster|TARGET_VARIANCE|Quality Measure
27+
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
28+
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
29+
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
30+
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
31+
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
32+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Universal Kriging
1+
Simple Kriging
22
statistics_kriging
33
ParameterVector|POINTS|Points|0|False
4-
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
4+
ParameterTableField|FIELD|Attribute|POINTS|-1|False
55
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
66
ParameterBoolean|LOG|Logarithmic Transformation|True
77
ParameterBoolean|BLOCK|Block Kriging|True
@@ -10,18 +10,15 @@ ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
1010
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
1111
ParameterNumber|VAR_NSKIP|Skip|1|None|1
1212
ParameterString|VAR_MODEL|Variogram Model|a + b * x
13-
ParameterMultipleInput|GRIDS|Input Grids|3|True
14-
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
15-
ParameterBoolean|COORDS|Coordinates|False
13+
Hardcoded|-TARGET_DEFINITION 0
14+
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
15+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
16+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
17+
OutputRaster|PREDICTION|Prediction
18+
OutputRaster|VARIANCE|Quality Measure
1619
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
1720
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
1821
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
1922
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
2023
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
21-
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
22-
Hardcoded|-TARGET_DEFINITION 0
23-
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
24-
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
25-
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
26-
OutputRaster|TARGET_PREDICTION|Prediction
27-
OutputRaster|TARGET_VARIANCE|Quality Measure
24+
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants

0 commit comments

Comments
 (0)