https://github.com/simpeg/geoana
Interactive geoscience (mostly) analytic functions.
https://github.com/simpeg/geoana
electromagnetics geophysics geoscience geosciences python science science-research
Last synced: 3 months ago
JSON representation
Interactive geoscience (mostly) analytic functions.
- Host: GitHub
- URL: https://github.com/simpeg/geoana
- Owner: simpeg
- License: mit
- Created: 2016-09-02T00:41:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T05:02:24.000Z (5 months ago)
- Last Synced: 2026-02-03T18:38:47.437Z (5 months ago)
- Topics: electromagnetics, geophysics, geoscience, geosciences, python, science, science-research
- Language: Python
- Homepage: https://geoana.simpeg.xyz/
- Size: 11.6 MB
- Stars: 27
- Watchers: 18
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
| `getting_started`_ | `connecting`_ | `installing`_ | `license`_ | `documentation `_ |
geoana
======
.. image:: https://img.shields.io/pypi/v/geoana.svg
:target: https://pypi.python.org/pypi/geoana
:alt: Latest PyPI version
.. image:: https://anaconda.org/conda-forge/geoana/badges/version.svg
:target: https://anaconda.org/conda-forge/geoana
:alt: Latest conda-forge version
.. image:: https://img.shields.io/github/license/simpeg/geoana.svg
:target: https://github.com/simpeg/geoana/blob/main/LICENSE
:alt: MIT license
.. image:: https://codecov.io/gh/simpeg/geoana/branch/main/graph/badge.svg
:target: https://codecov.io/gh/simpeg/geoana
:alt: Coverage 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 `_
.. _getting_started:
Getting started
---------------
- If you do not already have python installed, we recommend downloading and installing it through `anaconda `_
- `installing`_ `geoana`
- Browse the `gallery `_ for ideas and example usage
- Read the `documentation `_ 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 `_ 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 `_
- 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 `_ 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
pip install .
.. _license:
License
-------
geoana is licensed under the `MIT license `_ .