Metadata-Version: 2.1
Name: pyavo
Version: 0.1.4
Summary: AVO Analysis in Python
Home-page: https://github.com/TolaAbiodun/pyavo
Author: Tola Abiodun
Author-email: tola.abiodun@fluxgateng.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: las
Requires-Dist: xarray
Requires-Dist: segyio
Requires-Dist: bruges

pyavo
=====

A python library for AVO analysis.

Status
+++++++

.. image:: https://img.shields.io/pypi/v/pyavo.svg
    :target: https://pypi.python.org/pypi/pyavo/
    :alt: Latest version

.. image:: https://img.shields.io/pypi/pyversions/pyavo.svg
    :target: https://pypi.python.org/pypi/pyavo/
    :alt: Python version


.. line-block::
    The pyavo module contains geophysics functions used to generate AVO attributes from Pre-Stack Data, model tuning-wedge/tuning-prestack and perform Gassmann fluid substitution.


Installation
++++++++++++
Install with

.. code-block:: shell

    pip install pyavo

**pyavo** requires Pandas, NumPy, Matplotlib, xarray, segyio.


Links
+++++
* `Documentation <https://tolaabiodun.github.io/pyavo/index.html>`_
* `Project page <https://github.com/TolaAbiodun/pyavo>`_
* `Issue Tracker <https://github.com/TolaAbiodun/pyavo/issues/>`_
* `PyPi <http://pypi.python.org/pypi/pyavo/>`_
* `Tutorials <https://github.com/TolaAbiodun/beta-tests>`_


