jackvfb / south-pole-ozone-hole

Using ozonesonde vertical profiles to generate a cross section of the Antarctic ozone hole.
https://jackvfb.github.io/south-pole-ozone-hole
0 stars 0 forks source link
antarctica nearest-neighbors ozone-datasets ozone-layer ozonesonde south-pole

Reproducing a cross section of the Antarctic ozone hole

Welcome to the repository for my reproducible data analysis project.

The objective of this project is to create a cross section of the Antarctic ozone hole using ozone sonde vertical profiles, emulating figures published by the NOAA Global Monitoring Laboratory – Ozone and Water Vapor division.

Notebook 📖

Visit the project notebook for a final summary of the project, styled after a typical research paper.

Contents

This is a summary of the key contents of the repository and what they do.

Instructions

These instructions apply if you want to execute the analysis pipeline on your own machine, for example if you wanted to examine the model or processed data.

1) You must have R and R Studio installed.

2) Download the raw data into the data/ directory following the instructions provided in data/README.md

Note: You can download a subset of the available data if you want to reduce processing time in step 5.

3) Open south-pole-ozone-hole.Rproj to open the project in R Studio.

4) Follow prompts to install the required packages.

5) In the R Console, type the following command: targets::tar_make()

❗Processing time will vary depending on how many data files you choose to include. The time required to process 4 years worth of data is about 2 minutes on my machine.

6) When the pipeline finishes, you can access any of the targets using the command targets::tar_load(target_name)