Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix SAGA 2.1.2 kriging
  • Loading branch information
Giovanni Manghi authored and alexbruy committed Nov 16, 2015
1 parent 8fb2dc2 commit 4f4fe59
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 63 deletions.
@@ -1,22 +1,19 @@
Ordinary Kriging (Global)
statistics_kriging
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
ParameterBoolean|BVARIANCE |Create Variance Grid|True
ParameterVector|POINTS|Points|0|False
ParameterTableField|ZFIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET 0
ParameterSelection|MODEL|Variogram Model|[0] Spherical Model;[1] Exponential Model;[2] Gaussian Model;[3] Linear Regression;[4] Exponential Regression;[5] Power Function Regression
ParameterBoolean|BLOCK |Block Kriging|True
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
ParameterBoolean|LOG|Logarithmic Transformation|True
ParameterBoolean|BLOCK|Block Kriging|True
ParameterNumber|DBLOCK|Block Size|1|None|100
ParameterBoolean|BLOG |Logarithmic Transformation|True
ParameterNumber|NUGGET|Nugget|None|None|0.0
ParameterNumber|SILL|Sill|None|None|0.0
ParameterNumber|RANGE|Range|None|None|0.0
ParameterNumber|LIN_B|Linear Regression|None|None|1.0
ParameterNumber|EXP_B|Exponential Regression|None|None|0.1
ParameterNumber|POW_A|Power Function - A|None|None|1.0
ParameterNumber|POW_B|Power Function - B|None|None|0.5
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|VARIANCE|Variance
ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
ParameterNumber|VAR_NSKIP|Skip|1|None|1
ParameterString|VAR_MODEL|Variogram Model|a + b * x
ParameterBoolean|USER_BVARIANCE|Create Quality Grid|True
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
ParameterNumber|USER_SIZE|Grid Size|0|None|100.0
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
OutputRaster|USER_GRID|Grid
OutputRaster|USER_VARIANCE|Variance
Expand Up @@ -4,8 +4,8 @@ ParameterVector|POINTS|Points|0|False
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
Hardcoded|-TARGET 0
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
ParameterBoolean|LOG |Logarithmic Transformation|True
ParameterBoolean|BLOCK |Block Kriging|True
ParameterBoolean|LOG|Logarithmic Transformation|True
ParameterBoolean|BLOCK|Block Kriging|True
ParameterNumber|DBLOCK|Block Size|0|None|100
ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
Expand All @@ -17,9 +17,9 @@ ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of near
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
ParameterBoolean|USER_BVARIANCE |Create Quality Grid|True
ParameterBoolean|USER_BVARIANCE|Create Quality Grid|True
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|0|None|1.0
ParameterNumber|USER_SIZE|Cellsize|0|None|100.0
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
OutputRaster|USER_GRID|Grid
OutputRaster|USER_VARIANCE|Variance
OutputRaster|USER_VARIANCE|Variance
@@ -1,24 +1,22 @@
Universal Kriging (Global)
statistics_kriging
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
ParameterBoolean|BVARIANCE |Create Variance Grid|True
ParameterVector|POINTS|Points|0|False
ParameterTableField|ZFIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET 0
ParameterSelection|MODEL|Variogram Model|[0] Spherical Model;[1] Exponential Model;[2] Gaussian Model;[3] Linear Regression;[4] Exponential Regression;[5] Power Function Regression
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
ParameterBoolean|LOG|Logarithmic Transformation|True
ParameterBoolean|BLOCK|Block Kriging|True
ParameterNumber|DBLOCK|Block Size|1|None|100
ParameterBoolean|BLOG|Logarithmic Transformation|True
ParameterNumber|NUGGET|Nugget|None|None|0.0
ParameterNumber|SILL|Sill|None|None|0.0
ParameterNumber|RANGE|Range|None|None|0.0
ParameterNumber|LIN_B|Linear Regression|None|None|1
ParameterNumber|EXP_B|Exponential Regression|None|None|0.5
ParameterNumber|POW_A|Power Function - A|None|None|1.0
ParameterNumber|POW_B|Power Function - B|None|None|0.1
ParameterMultipleInput|GRIDS|Grids|3|False
ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
ParameterNumber|VAR_NSKIP|Skip|1|None|1
ParameterString|VAR_MODEL|Variogram Model|a + b * x
ParameterMultipleInput|GRIDS|Input Grids|3|True
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|VARIANCE|Variance
ParameterBoolean|COORDS|Coordinates|False
ParameterBoolean|USER_BVARIANCE|Create Quality Grid|True
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
ParameterNumber|USER_SIZE|Grid Size|0|None|100.0
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
OutputRaster|USER_GRID|Grid
OutputRaster|USER_VARIANCE|Variance
@@ -1,27 +1,28 @@
Universal Kriging
statistics_kriging
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
ParameterBoolean|BVARIANCE |Create Variance Grid|True
ParameterVector|POINTS|Points|0|False
ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
Hardcoded|-TARGET 0
ParameterSelection|MODEL|Variogram Model|[0] Spherical Model;[1] Exponential Model;[2] Gaussian Model;[3] Linear Regression;[4] Exponential Regression;[5] Power Function Regression
ParameterBoolean|BLOCK |Block Kriging|True
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
ParameterBoolean|LOG|Logarithmic Transformation|True
ParameterBoolean|BLOCK|Block Kriging|True
ParameterNumber|DBLOCK|Block Size|0|None|100
ParameterBoolean|BLOG |Logarithmic Transformation|True
ParameterNumber|NUGGET|Nugget|None|None|0.0
ParameterNumber|SILL|Sill|None|None|0.0
ParameterNumber|RANGE|Range|None|None|0.0
ParameterNumber|LIN_B|Linear Regression|None|None|1.0
ParameterNumber|EXP_B|Exponential Regression|None|None|0.1
ParameterNumber|POW_A|Power Function - A|None|None|1
ParameterNumber|POW_B|Power Function - B|None|None|0.5
ParameterMultipleInput|GRIDS|Grids|3.0|False
ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
ParameterNumber|VAR_NSKIP|Skip|1|None|1
ParameterString|VAR_MODEL|Variogram Model|a + b * x
ParameterMultipleInput|GRIDS|Input Grids|3|True
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
ParameterNumber|NPOINTS_MIN|Min.Number of m_Points|None|None|4
ParameterNumber|NPOINTS_MAX|Max. Number of m_Points|None|None|20
ParameterNumber|MAXRADIUS|Maximum Search Radius (map units)|None|None|1000.0
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|VARIANCE|Variance
ParameterBoolean|COORDS|Coordinates|False
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
ParameterBoolean|USER_BVARIANCE|Create Quality Grid|True
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
ParameterNumber|USER_SIZE|Grid Size|0|None|100.0
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
OutputRaster|USER_GRID|Grid
OutputRaster|USER_VARIANCE|Variance

0 comments on commit 4f4fe59

Please sign in to comment.