Planned intervention: On Wednesday April 3rd 05:30 UTC Zenodo will be unavailable for up to 2-10 minutes to perform a storage cluster upgrade.

There is a newer version of the record available.

Published March 20, 2020 | Version v1.2.0
Software Open

GeoStat-Framework/GSTools: Volatile Violet

  • 1. Helmholtz Centre for Environmental Research - UFZ

Contributors

Supervisor:

  • 1. Helmholtz Centre for Environmental Research - UFZ
  • 2. Hydrogeology Group, Department of Earth Science, Utrecht University, Netherlands

Description

Release Notes

This release comes with a totally reworked kriging sub-module, a new variogram estimator, Python3-only support and a set of minor bugfixes.

A shout out to @banesullivan for his work on the sphinx gallery and the pyvista interface!

Installation

You can install GSTools with conda:

conda install -c conda-forge gstools

or with pip:

pip install gstools
Documentation

The documentation can be found at: https://gstools.readthedocs.io/

What's new? Enhancements
  • different variogram estimator functions can now be used #51
  • the TPLGaussian and TPLExponential now have analytical spectra #67
  • added property is_isotropic to CovModel #67
  • reworked the whole krige sub-module to provide multiple kriging methods #67
    • Simple
    • Ordinary
    • Universal
    • External Drift Kriging
    • Detrended Kriging
  • a new transformation function for discrete fields has been added #70
  • reworked tutorial section in the documentation #63
  • pyvista interface #29
Changes
  • Python versions 2.7 and 3.4 are no longer supported #40 #43
  • CovModel: in 3D the input of anisotropy is now treated slightly different: #67
    • single given anisotropy value [e] is converted to [1, e] (it was [e, e] before)
    • two given length-scales [l_1, l_2] are converted to [l_1, l_2, l_2] (it was [l_1, l_2, l_1] before)
Bugfixes
  • a race condition in the structured variogram estimation has been fixed #51
  • multiple minor bugfixes

Files

GeoStat-Framework/GSTools-v1.2.0.zip

Files (12.0 MB)

Name Size Download all
md5:a615dc591de18f03ee8f65b20cb4619b
12.0 MB Preview Download

Additional details