-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giovanni Manghi
committed
Nov 12, 2015
1 parent
81acd07
commit be56358
Showing
4 changed files
with
59 additions
and
63 deletions.
There are no files selected for viewing
33 changes: 15 additions & 18 deletions
33
python/plugins/processing/algs/saga/description/2.1.2/OrdinaryKriging(Global).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 16 additions & 18 deletions
34
python/plugins/processing/algs/saga/description/2.1.2/UniversalKriging(Global).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
45 changes: 23 additions & 22 deletions
45
python/plugins/processing/algs/saga/description/2.1.2/UniversalKriging.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |