em_examples
April 7, 2019 ยท View on GitHub
๐จ๐จ๐จThis repository is no longer maintained. Please head over to geosci-labs for active development ๐จ๐จ๐จ
em_examples
This is a repository of code used to power the notebooks and interactive examples for http://em.geosci.xyz. The associated notebooks are in the repository em_apps. The notebooks are available on
The examples are based on code available in SimPEG.
Why
Interactive visualizations are a powerful way to interrogate mathematical equations. The goal of this repository is to be the home for code that can be plugged into jupyter notebooks so that we can play with the governing equations of geophysical electromagnetics.
Scope
The repository contains the python code to run the ipython-widget style apps in http://github.com/geoscixyz/em-apps. These are mainly plotting code and some simple analytics. More complex numerical simulations depend on SimPEG
Installing
em_examples is on PyPi
pip install em_examples
For developers you can clone this repo from github:
git clone https://github.com/geoscixyz/em_examples.git
and install
python setup.py install
