Skip to content

Serapieum-of-alex/geostatista

Repository files navigation

Python Versions License: GPL v3 pre-commit Language grade: Python Total alerts

codecov GitHub last commit GitHub forks GitHub Repo stars

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Downloads Downloads Downloads PyPI - Downloads GitHub all releases Conda Version PyPI version Anaconda-Server Badge Conda Platforms Join the chat at https://gitter.im/Hapi-Nile/Hapi

geostatista - Statistics package

geostatista is a statistics package

geostatista

Main Features

  • spatial interpolation (IDW/ISDW)

Future work

  • Kriging

Installing geostatista

Installing geostatista from the conda-forge channel can be achieved by:

conda install -c conda-forge geostatista

It is possible to list all of the versions of geostatista available on your platform with:

conda search geostatista --channel conda-forge

Install from Github

to install the last development to time you can install the library from github

pip install git+https://github.com/MAfarrag/geostatista

pip

to install the last release you can easly use pip

pip install geostatista==0.1.6

Quick start

  >>> import geostatista

other code samples