Skip to content

simpeg/geoana

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 .