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
- 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
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/
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
geoana is licensed under the MIT license .