Skip to content

geomagpy/EPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Jupyter notebooks of TCS Geomagnetism for EPOS

This repository contains Jupyter notebooks to bes used in connection with the EPOS data portal.

Table of contents:

  1. Prerequisites for using these notebooks
  2. Combining timerseries and activity
  3. Space Weather analysis
  4. Analyzing MT data

1. Prerequisites for using these notebooks

1.1 Installing Python and setup of environments

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.

1.2 Installation of the requires python packages

    (epos)$ pip install geomagpy
    (epos)$ pip install notebook

1.3 Running and editing the jupyter notebooks

Clone or download the jupyter notebooks to your local directory.

Go to that directory and run

     jupyter notebook

Open the notebook of your choice

2. Combining geomagnetic timeseries and geomagnetic activity information

to be written

3. Space Weather analysis

4. Analyzing MT data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •