Name | Downloads | Version | Platforms |
---|---|---|---|
geostatista is a statistics package
geostatista
- spatial interpolation (IDW/ISDW)
- Kriging
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
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/geostatista
to install the last release you can easly use pip
pip install geostatista==0.1.6
>>> import geostatista