Skip to content

Commit

Permalink
mth5 jupyter notebook examples are added
Browse files Browse the repository at this point in the history
  • Loading branch information
xandrd committed Feb 17, 2024
1 parent bb9e36e commit 8419fac
Show file tree
Hide file tree
Showing 6 changed files with 1,444 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

323 changes: 323 additions & 0 deletions pyspedas_examples/notebooks/mth5/explore_station_availability.ipynb

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions pyspedas_examples/notebooks/mth5/load_fdsn_example.ipynb

Large diffs are not rendered by default.

133 changes: 133 additions & 0 deletions pyspedas_examples/notebooks/mth5/miniGEM2023_load_fdsn_example.ipynb

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions pyspedas_examples/notebooks/mth5/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# PySPEDAS MTH5 examples

This folder contains Jupyter notebooks illustrating how to work with PySPEDAS mth5 tool.
mth5 tools allow user to load ground-based magnetic field measurements from International Federation of Digital Seismographic Networks.

| Notebook | Description |
|-----------------------------------------------------|---------------------------------------------------------------------------|
| load_fdsn_example.ipynb | Basic example of loading and plotting data from FDSN network |
| explore_station_availability.ipynb | Instruction of how to explore availability of the stations |
| comparison_with_published_results.ipynb | Step-by-step guide of mth5 tool use and comparison with published results |
| miniGEM2023_load_fdsn_example.ipynb | Notebook presented at min-GEM 2023 |
| THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb | Notebook presented at THEMIS/ARTEMIS Post AGU 2023 |

# Installation note

PySPEDAS mth5 tool is under active development. If you would like to execute the examples you need to install appropriate `pyspedas` (mth5 branch), `mt_metadata` (main branch), and `mth5` (master branch) packages.
```
pip install git+https://github.com/spedas/pyspedas.git@mth5
pip install git+https://github.com/kujaku11/mt_metadata.git
pip install git+https://github.com/kujaku11/mth5.git
```

In addition, you need to have `jupyter` packed installed:
```
pip install jupyter
```

0 comments on commit 8419fac

Please sign in to comment.