GithubHelp home page GithubHelp logo

mshoaib54 / geostatsmodels Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cjohnson318/geostatsmodels

0.0 0.0 0.0 1.23 MB

This is a collection of geostatistical scripts written in Python

License: MIT License

Python 8.91% Jupyter Notebook 91.09%

geostatsmodels's Introduction

geostatsmodels

I am implementing ideas from Clayton V. Deutsch'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. Later I will try to optimize the code for speed.

I used http://people.ku.edu/~gbohling/cpe940 as a starting point to understand kriging. There is also an R package for geostatistics named gstat, but I have not used it yet.

This software is licensed under the MIT License.

Installation and Dependencies

This package depends on:

  • numpy, the fundamental package for scientific computing with Python. http://www.numpy.org/
  • matplotlib, a Python 2D plotting library which produces publication quality figures. <a href="http://matplotlib.org/index.html
  • scipy, a Python library which provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. <a href="http://www.scipy.org/scipylib/index.html
  • 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:

http://www.scipy.org/install.html

Anaconda has been successfully tested with geostatsmodels.

Most of those distributions should include pip, a command line tool 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 some of the functionality of geostatsmodels is included in this repository.

Variogram Analysis

Kriging Example

More of these will follow.

geostatsmodels's People

Contributors

cjohnson318 avatar mhearne-usgs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.