Skip to content

GeoStat-Framework/GSTools-Cython

 
 

Repository files navigation

Welcome to GSTools-Cython

GMD Build Status Coverage Status Documentation Status Code style: black

GSTools-LOGO

Get in Touch!

GH-Discussions Email Twitter Follow

Installation

This is the Cython backend for the Geo-Statistical Toolbox GSTools. It is not ment to be installed directly.

conda

GSTools can be installed via conda on Linux, Mac, and Windows. Install the package by typing the following command in a command terminal:

conda install gstools

In case conda forge is not set up for your system yet, see the easy to follow instructions on conda forge. Using conda, the parallelized version of GSTools should be installed.

pip

GSTools can be installed via pip on Linux, Mac, and Windows. On Windows you can install WinPython to get Python and pip running. Install the package by typing the following command in a command terminal:

pip install gstools

To install the latest development version via pip, see the documentation. One thing to point out is that this way, the non-parallel version of GSTools is installed. In case you want the parallel version, follow these easy steps.

Citation

If you are using GSTools in your publication please cite our paper:

Müller, S., Schüler, L., Zech, A., and Heße, F.: GSTools v1.3: a toolbox for geostatistical modelling in Python, Geosci. Model Dev., 15, 3161–3182, https://doi.org/10.5194/gmd-15-3161-2022, 2022.

You can cite the Zenodo code publication of GSTools by:

Sebastian Müller & Lennart Schüler. GeoStat-Framework/GSTools. Zenodo. https://doi.org/10.5281/zenodo.1313628

If you want to cite a specific version, have a look at the Zenodo site.

Documentation

Cython backend

This package is the cython backend implementation for GSTools.

Requirements

Contact

You can contact us via [email protected].

License

LGPLv3 © 2018-2025

Packages

No packages published

Languages

  • Cython 59.0%
  • Python 41.0%