Lithology and stratigraphic logs for wells or outcrop.
.. image:: https://img.shields.io/travis/agile-geoscience/striplog.svg :target: https://travis-ci.org/agile-geoscience/striplog :alt: Travis build status
.. image:: https://readthedocs.org/projects/striplog/badge/?version=latest :target: https://striplog.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://img.shields.io/pypi/status/striplog.svg :target: https://pypi.python.org/pypi/striplog/ :alt: Development status
.. image:: https://img.shields.io/pypi/v/striplog.svg :target: https://pypi.python.org/pypi/striplog/ :alt: Latest version
.. image:: https://img.shields.io/pypi/pyversions/striplog.svg :target: https://pypi.python.org/pypi/striplog/ :alt: Python version
.. image:: https://img.shields.io/pypi/l/striplog.svg :target: http://www.apache.org/licenses/LICENSE-2.0 :alt: License
Lithology and stratigraphic logs for wells and outcrop.
A blog post about striplog_
Another one, with a video_
Read The Docs_
These are best installed with Anaconda, see Install, below.
NumPy_
matplotlib_
pip install striplog
I recommend setting up a virtual environment:
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
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 pytestfirst.
The tests can be run with::
python run_tests.py
To run the latest version of the code, you should be on the
developbranch:
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.
Here's a presentation about Striplog._