Skip to content

Commit

Permalink
Merge pull request #27 from spedas/mth5
Browse files Browse the repository at this point in the history
Including mth5 Jupyter notebook
  • Loading branch information
jameswilburlewis committed May 7, 2024
2 parents b8765e6 + eba52e6 commit a16f848
Show file tree
Hide file tree
Showing 6 changed files with 1,494 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.

31 changes: 31 additions & 0 deletions pyspedas_examples/notebooks/mth5/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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
If you would like to execute the examples you need to install `pyspedas` and `mth5` packages. In addition, you need to have `jupyter` packed installed:
```
pip install pyspedas
pip install mth5
pip install jupyter
```


# Installation from git repositories
If you encounter an installation problem, you can try to install packages from git repositories, including `mt_metadata`.

```
pip install git+https://github.com/spedas/pyspedas.git
pip install git+https://github.com/kujaku11/mt_metadata.git
pip install git+https://github.com/kujaku11/mth5.git
```

0 comments on commit a16f848

Please sign in to comment.