External usage

How to adopt this course

All the required data to run this course or individual practicals is provided in the GitHub repository except for the raw earth observation data used in Advanced raster analysis due to its size. Instructions are provided within the practical to either download the dataset from the USGS website or download it from a shared GoogleDrive folder.

There are two main options to adopt this course:

  1. Adopt the course in its entirety by forking the repository on GitHub and Pulling to your local machine or simply download a .zip file containing the entire course.

  2. Adopt a single practical by downloading the .rmd file and associated data.

Instructions can be found in the section How to download data and files from GitHub

Issues / contributions

To raise an issue simply log it on the GitHub issues tab for the repository.

To propose an edit click on the edit symbol in the top tool bar (see How to use this book) and submit it for review.

If you wish to contribute material or data then please contact the course convenor Andy MacLachlan (details below).

License

If you use this material for teaching, research or anything else please let me (Andy) know via Twitter or email — a [dot] maclachlan [at] ucl [dot] ac [dot] uk).

This practical book is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.

You are free to:

  • Share — copy and redistribute the material in any medium or format

  • Adapt — remix, transform, and build upon the material for any purpose, even commercially.

However, you give appropriate credit, provide a link to the license, and indicate if changes were made. If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

But, you do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.

The code within this pracical book is available under the MIT license; so it is free to use (for any purpose) as long as you cite the source.

Version

This is version 2.0 of the practical book

Packages

This bookdown document was built with:

## Finding R package dependencies ... Done!
##  setting  value                       
##  version  R version 3.6.3 (2020-02-29)
##  os       Windows 10 x64              
##  system   x86_64, mingw32             
##  ui       RTerm                       
##  language (EN)                        
##  collate  English_United Kingdom.1252 
##  ctype    English_United Kingdom.1252 
##  tz       Europe/London               
##  date     2020-06-19

And makes use of the following packages throughout. Thanks to STAT 545 for this code.