Metadata-Version: 1.1
Name: TotalDepth
Version: 0.3.1
Summary: TotalDepth is a software collection that can process petrophysical data such as wireline logs and seismic data.
Home-page: https://github.com/paulross/TotalDepth
Author: Paul Ross
Author-email: apaulross@gmail.com
License: GPLv2
Description: ==========
        TotalDepth
        ==========
        
        .. image:: https://img.shields.io/pypi/v/TotalDepth.svg
                :target: https://pypi.python.org/pypi/TotalDepth
        
        .. image:: https://img.shields.io/travis/paulross/TotalDepth.svg
                :target: https://travis-ci.org/paulross/TotalDepth
        
        .. image:: https://readthedocs.org/projects/TotalDepth/badge/?version=latest
                :target: https://TotalDepth.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/paulross/TotalDepth/shield.svg
             :target: https://pyup.io/repos/github/paulross/TotalDepth/
             :alt: Updates
        
        Petrophysical software capable of processing wireline logs.
        
        * Free software: GPL 2.0
        * Documentation: https://TotalDepth.readthedocs.io
        
        Features
        --------
        
        * Reads LIS, LAS (1.2, 2.0), RP66V1 (DLIS) file formats for analysis or conversion to other formats.
        * Creates Numpy arrays of log data.
        * Plots log data as SVG viewable in any modern browser.
        * Plots can be made with a wide variety of plot formats.
        * TotalDepth can generate HTML summaries of log data.
        * TotalDepth is written in Python so it is fast to develop with.
        * Special indexing techniques are used to be able to randomly access sequential files.
        
        Here is an example of a LAS file plotted with the Tripple Combo plot format as seen in a browser, this includes the API header:
        
        .. image:: images/TrippleCombo.png
                :alt: Tripple Combo
        
        An example of a High Resolution Dipmeter plotted at 1:25 scale:
        
        .. image:: images/HDT_25_no_hdr.png
                :alt: High Resolution Dipmeter
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        ***********
        History
        ***********
        
        0.3.1 (2020-06-15)
        ====================
        
        * Fixes for builds on Linux and Windows.
        
        0.3.0 (2020-01-01)
        ====================
        
        * Adds full RP66V1 support.
        * Tested against multi GB data set.
        
        0.2.1 (2018-04-21)
        ====================
        
        * Minor fixes.
        
        
        0.2.0 (2017-09-25)
        ======================
        
        * Moved to Github: https://github.com/paulross/TotalDepth
        * First release on PyPI.
        
        0.1.0 (2012-03-03)
        =====================
        
        * First release on Sourceforge: https://sourceforge.net/projects/TotalDepth/ registered: 2011-10-02
        
        Earlier versions (unreleased):
        
        * OpenLis - 2010-11-11 to 2011-08-01
        * PyLis - 2009 to 2010
        
Keywords: TotalDepth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
