Geostatistics¶
Geostatistical Toolbox¶
This toolbox collects all functions needed to run different geostatistical
tasks. Variogram analysis can be done with variogram
,
which wraps the scikit-gstat Variogram class.
Variogram estimation¶
There are two major functions to estimate variograms. The variogram
function and the gridsearch
, which will select optimal
variogram parameters, based on a cross-validated score.
Variogram examples¶
Content of hydrobox.geostat
:
|
Uses scikit-gstat to estimate a Variogram. |
|
Automated GridSerarch for best variogram parameters. |
Kriging¶
Kriging can be performed, after a variogram was estimated. the Variogram
is exported to gstools and one of the Krige
classes will be used for
kriging.
Kriging examples¶
|
Use a scikit-gstat |
|
Use a scikit-gstat |
|
Use a scikit-gstat |
|
Use a scikit-gstat |