Skip to content

geomagpy/EPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 ...

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

Releases

No releases published

Packages

No packages published