1 About this

This document provides material for the SCAR-EGABI Tools for Southern Ocean Spatial Analysis and Modelling Course to be held in Leuven, Belgium in September 2019.

Issues or suggestions about the content can be raised through the issue tracker (GitHub account required).

Technical stuff

This material has been written using bookdown and R.

To build the book locally, clone the repo, open R and run the following lines:

setwd("the/path/to/your/copy/of/the/repo")
bookdown::render_book("index.Rmd")

And view it with:

browseURL("docs/index.html")