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 you can use WinPython. Download a recent version and unzip by executing it. Go to the unzipped folder and run a WinPython terminal to continue with the following steps.
On MacOS it is recommended to install Anaconda and follow the anaconda instructions for environments.
(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