Skip to content

simpeg/geoana

Repository files navigation

geoana

Latest PyPI version

Latest conda-forge version

MIT license

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

  • 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

Connecting with the community

geoana is a part of the larger SimPEG ecosystem. There are several avenues for connecting:

Installing

geoana is on conda-forge

conda install -c conda-forge geoana

geoana is available on pypi and can be installed by opening a command window and running:

pip install geoana

To install from source, you can

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

License

geoana is licensed under the MIT license .