This repository contains Jupyter notebooks to bes used in connection with the EPOS data portal.
- Prerequisites for using these notebooks
- Combining timerseries and activity
- Space Weather analysis
- Analyzing MT data
All provided notebooks make use of Python >= 3.7. It is highly recommended to use a specific python environment. On Linux you can install such environment as follows:
$ apt install python3-virtualenv
Then you can create a new environment called magpy as follows:
$ virtualenv ~/env/epos
Switch to this environment
$ source ~/env/epos/bin/activate
On Windows ...
(epos)$ pip install geomagpy
(epos)$ pip install notebook
Clone or download the jupyter notebooks to your local directory.
Go to that directory and run
jupyter notebook
Open the notebook of your choice
to be written