Skip to content

chookee/striplog

 
 

Repository files navigation

striplog

Travis build status

Development status

Latest version

Python version

Coveralls

Codacy code review

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

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

SciPy 2015

Here's a presentation about Striplog.

About

Lithology and stratigraphic logs for wells or outcrop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%