Materials for the workshop on magnetic observatories and modelling. Tutorials are written in Python as Jupyter Notebooks and can be found in the notebooks
directory.
Authors: David Kerridge, Grace Cox, Ashley Smith (for info, contact ashley.smith@ed.ac.uk)
- Visualising Geomagnetic Observatory Data
- plotting observatory time series data, from years to seconds
- K Index Calculation
- how to calculate the activity "K" index
- Magnetic Field Line Tracing
- moving along field lines and finding magnetically conjugate points
- Spherical Harmonic Models 1
- representation and evaluation of the IGRF
- Spherical Harmonic Models 2
- building SH models, and using a satellite-derived virtual observatory (VO) dataset
- Accessing Swarm Data and Models Using VirES (viresclient)
Use nbviewer to view the notebooks non-interactively
Use Binder to launch them interactively
The VRE provides cloud-based JupyterLab servers where the tutorials can be run interactively. Students at the summer school will be given access.
- Login at https://vre.vires.services/
- Open a terminal (File/New/Terminal)
- (You should be in your home directory)
git clone https://github.com/smithara/IAGA_SummerSchool2019.git
This will get the newer version and overwrite any local changes:
cd ~/IAGA_SummerSchool2019/
git fetch
git reset --hard origin/master
Prerequisite: You will need an installation of Python 3.6+ with recent versions of numpy, matplotlib, pandas, scipy, jupyter. Anaconda is the recommended way to install all this.
Download the project to the location of your choice (the green button near the top right of this page). Or using git, just:
git clone https://github.com/smithara/IAGA_SummerSchool2019.git
.
├── LICENSE
├── README.md
├── data
│ ├── external <- Data that is sourced from elsewhere
│ ├── downloaded <- (currently empty)
├── notebooks <- Jupyter notebooks (tutorials)
└── src <- Source code for this project (modules)
data/external/pulsations/
- 1Hz observatory data from Hartland (HAD)
- (two days on which pulsation activity was observed: 14-12-2018 and 11-06-2019)
- figures showing the pulsations on these days.
data/external/k_inds/
- Observatory K indices
- http://geomag.bgs.ac.uk/data_service/data/magnetic_indices/k_indices.html
data/external/ESK_hourly/
data/external/ESK_2003/
- INTERMAGNET 1-minute data from Eskdalemuir observatory in IAGA-2002 format
- http://www.intermagnet.org/data-donnee/download-eng.php
- ``data/external/SwarmVO_IAGASummerSchool.dat
- Virtual Observatory (VO) dataset built from Swarm data
data/external/igrf12coeffs.txt
data/external/land_5deg.csv
- A simple binary map of the world with 5-degree resolution
data/external/oamjumpsapplied.dat
data/external/quiet_days.txt
-
MagPySV:
-
viresclient:
-
Setting up a structured repository for reproducible science: