Git Product home page Git Product logo

striplog's Introduction

striplog

Travis build status Development status Latest version Python version License

Lithology and stratigraphic logs for wells and outcrop.

Docs

Dependencies

These are best installed with Anaconda, see Install, below.

Install

  • pip install striplog

I recommend setting up a virtual environment:

  • Install Anaconda if you don't have it already

  • Then do this to create an environment called myenv (or whatever you like), answering Yes to the confirmation question:

    conda create -n myenv python=3.5 numpy matplotlib
    source activate myenv
    
  • Then you can do:

    pip install striplog
    

Development: setting up for testing

There are other requirements for testing, as listed in setup.py. They should install with:

python setup.py test

But I had better luck doing conda install pytest first.

The tests can be run with:

python run_tests.py

Development: running the bleeding edge

To run the latest version of the code, you should be on the develop branch:

git clone https://github.com/agile-geoscience/striplog.git cd striplog git checkout develop

You probably want to continue in your virtual environment (see above).

Then I use these commands, which you can join with ; if you like, to keep the software up to date:

/usr/bin/yes | pip uninstall striplog # Of course you don't need this one if you didn't install it yet. python setup.py sdist pip install dist/striplog-0.6.1.tar.gz # Or whatever was the last version to build.

SciPy 2015

Here's a presentation about Striplog.

striplog's People

Contributors

kwinkunks avatar evanbianco avatar dfcastap avatar ben-bougher avatar zabamund avatar

Watchers

James Cloos 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.