Software Open Access
Mirko Mälicke;
Egil Möller;
Helge David Schneider;
Sebastian Müller
Description
SciKit-Gstat is a scipy-styled analysis module for geostatistics. It includes two base classes Variogram
and OrdinaryKriging
. Additionally, various variogram classes inheriting from Variogram are available for solving directional or space-time related tasks. The module makes use of a rich selection of semi-variance estimators and variogram model functions while being extensible at the same time.
This version may be the last minor version before the first stable release 1.0
is released!
Version 0.6
brings several smaller adjustments. A new interface was introduced to export a Variogram
directly into a gstools.Krige instance. This makes kriging even more seamless between scikit-gstat
and gstools
. The Variogram
has a new method called cross_validate
to validate variograms by a leave-one-out Kriging interpolation. This is accompanied by some internals to estimate observation uncertainty and plot error bars in the default plot. Proper uncertainty estimation is still a long way to go and possible a good objective for version 1.1
. Finally, SciKit-GStat has a skgstat.data
submodule, that can return sample data.
Documentation
Changes since 0.5
Version 0.5.6
MetricSpace
instance used to calculate the distance matrix is now available as the Variogram.metric_space
property.Variogram.metric_space
is now read-only.Version 0.5.5
skgstat.data
contains sample random fields and methods for sampling these fields in a reproducible way at random locations and different sample sizes.Version 0.5.4
cross_validation
utility module to cross-validate variograms with leave-one-out Kriging cross validations.Version 0.5.3
skgstat.MetricSpace.ProbabilisticMetricSpace
that extends the metric space by a stochastic element to draw samples from the input data, instead of using the full dataset.Version 0.5.2
skgstat.Variogram.to_gs_krige
. This interface will return a gstools.Krige
instance from the fitted variogram.Version 0.5.1
Name | Size | |
---|---|---|
mmaelicke/scikit-gstat-v0.6.0.zip
md5:4c053a0bdd3b68edcf0ac2811e52c840 |
10.1 MB | Download |
All versions | This version | |
---|---|---|
Views | 2,155 | 94 |
Downloads | 151 | 17 |
Data volume | 427.5 MB | 170.9 MB |
Unique views | 1,821 | 81 |
Unique downloads | 130 | 16 |