Metadata-Version: 2.1
Name: geoana
Version: 0.1.2
Summary: Analytic expressions for geophysical responses
Home-page: https://www.simpeg.xyz
Author: SimPEG developers
Author-email: lindseyheagy@gmail.com
License: MIT License
Download-URL: https://github.com/simpeg/geoana
Keywords: geophysics,electromagnetics
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
Requires-Python: >=3.6
Requires-Dist: future
Requires-Dist: numpy (>=1.8)
Requires-Dist: scipy (>=0.13)
Requires-Dist: matplotlib
Requires-Dist: properties
Requires-Dist: vectormath
Requires-Dist: utm
Requires-Dist: empymod

| `getting_started`_ | `connecting`_ | `installing`_ | `license`_ | `documentation <http://geoana.readthedocs.io/en/latest/>`_ |

geoana
======

.. image:: https://readthedocs.org/projects/geoana/badge/?version=latest
    :target: https://geoana.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/github/license/simpeg/geoana.svg
    :target: https://github.com/simpeg/geoana/blob/master/LICENSE
    :alt: MIT license

.. image:: https://travis-ci.org/simpeg/geoana.svg?branch=master
    :target: https://travis-ci.org/simpeg/geoana
    :alt: Travis status

.. image:: https://api.codacy.com/project/badge/Grade/2e32cd28f4424dc1800f1590a64c244f
    :target: https://www.codacy.com/app/lindseyheagy/geoana?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=simpeg/geoana&amp;utm_campaign=Badge_Grade
    :alt: codacy status


`geoana` is a collection of (mostly) analytic functions in geophysics. We take an object oriented
approach with the aim of having users be able to readily interact with the functions using `Jupyter <https://jupyter.org>`_


.. _getting_started:

Getting started
---------------

- If you do not already have python installed, we recommend downloading and installing it through `anaconda <https://www.anaconda.com/download/>`_
- `installing`_ `geoana`
- Browse the `gallery <http://geoana.readthedocs.io/en/latest/auto_examples/>`_ for ideas and example usage
- Read the `documentation <http://geoana.readthedocs.io/en/latest/>`_ for more information on the library and what it can do

.. - See the `contributor guide` and `code of conduct` if you are interested in helping develop or maintain geoana

.. _connecting:

Connecting with the community
-----------------------------

geoana is a part of the larger `SimPEG <https://simpeg.xyz>`_ ecosystem. There are several avenues for connecting:

- a discourse website for questions: https://simpeg.discourse.group/
- a youtube channel where meeting recordings are posted: `GeoSci.xyz <https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw>`_
- a slack group for real-time chat with users and developers of SimPEG: http://slack.simpeg.xyz/

.. _installing:

Installing
----------

**geoana** is on conda-forge

.. code:: shell

    conda install -c conda-forge geoana

**geoana** is available on `pypi <https://pypi.org/project/geoana/>`_ and can be installed by opening a command window and running:

.. code::

    pip install geoana


To install from source, you can

.. code::

    git clone https://github.com/simpeg/geoana.git
    python setup.py install

.. _license:

License
-------

geoana is licensed under the `MIT license <https://github.com/simpeg/geoana/blob/master/LICENSE>`_ .


