Kriging and geostatistics tools.
Project description
geostatsmodels
This is an implementation of ideas from Clayton V. Deutsch and Michael Pyrcz's book Geostatistical Reservoir Modeling in order to better understand geostatistics. I am working through things first in Python in order to prototype things quickly and make sure I understand them.
There is also an R package for geostatistics named gstat, but I have not used it much.
This software is licensed under the MIT License.
Installation and Dependencies
This package depends on:
numpy
, the fundamental package for scientific computing with Python.matplotlib
, a Python 2D plotting library which produces publication quality figures.- scipy, a Python library which provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.
pandas
, a Python library which implements excellent tools for data analysis and modeling.
The best/easiest way to install these packages is to use one of the Python distributions described here. Anaconda has been successfully tested with geostatsmodels.
Most of those distributions should include pip
or conda
, which are command line tools for installing and
managing Python packages. You can use pip
to install geostatsmodels itself.
You may need to open a new terminal window to ensure that the newly installed versions of python and pip are in your path.
To install geostatsmodels:
pip install git+git://github.com/cjohnson318/geostatsmodels.git
Uninstalling and Updating
To uninstall:
pip uninstall geostatsmodels
To update:
pip install -U git+git://github.com/cjohnson318/geostatsmodels.git
Usage
Some notebooks exploring the functionality of geostatsmodels
are included below.
More to come!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file geostatsmodels-0.3.3.tar.gz
.
File metadata
- Download URL: geostatsmodels-0.3.3.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1d067fb05585a8f58ebe31057cb188201b1b5b21c8b287184850548bec76f24 |
|
MD5 | 65c625cc85eb9a74128aa2d232fa8918 |
|
BLAKE2b-256 | 729c9eed7c655c3d3ce4cc26bb1b06a4afb87185344e4ae8fde01604db91db0f |
File details
Details for the file geostatsmodels-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: geostatsmodels-0.3.3-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf188f4a1e71bb5670ce1651c87f38e64e09432d978d820e8f3796d2287f9a0 |
|
MD5 | 8265ea1567aa631be200cd3e55f080a2 |
|
BLAKE2b-256 | a7ce4dac0fad63c582ba5ac4ed4bbcf69eb10ffe7a27fe365694071f319ba1d7 |