:hide-toc: .. container:: noclass :name: forkongithub `Fork on GitHub `_ Welly: Splash About in Well Data ================================ | ``welly`` facilitates the loading, processing, and analysis of subsurface wells and well data, such as striplogs, formation tops, well log curves, and synthetic seismograms. ``welly`` runs on Python 3.6+ and builds on various other libraries, including `pandas` and `matplotlib`. It is licensed under a business-friendly Apache 2.0 license. Please consider supporting this open project! Quick start ----------- .. toctree:: :caption: Quick start To install ``welly``, simply: .. code-block:: shell pip install welly To load some wells from LAS files: .. code-block:: python import welly project = welly.read_las("path/to/well_*.las") The project is a collection of well objects, each of which contains well logs. Plot the gamma-ray like: .. code-block:: python gr = project[0].data['GR'] gr.plot() Carry on exploring with the user guide below. User guide ---------- .. toctree:: :maxdepth: 2 :caption: User guide installation userguide/Quick_start.ipynb userguide/Wells.ipynb userguide/Curves.ipynb userguide/Projects.ipynb API reference ------------- .. toctree:: :maxdepth: 2 :caption: API reference welly Other resources --------------- .. toctree:: :maxdepth: 1 :caption: Other resources development contributing authors license changelog Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. toctree:: :caption: Project links :hidden: PyPI releases Code in GitHub Issue tracker Community guidelines Agile's software Agile's website