Unmarked Assignment: Data Collection and Working Environment

This worksheet focuses on getting remote sensing data and its I/O in R.

After completing this worksheet, you should have a structured working environment and be able to read and write raster geo-data in R.

Things you need for this worksheet

  • R — the interpreter can be installed on any operation system.
  • RStudio — we recommend to use R Studio for (interactive) programming with R.
  • Git environment for your operating system. For Windows users with little experience on the command line we recommend GitHub Desktop.
  • Remote sensing data provided by the course instructors.

Remote sensing data I/O

Please create the working environment for this course following the mandatory settings provided by the info on assignments.

Download the aerial images required for this course using the link provided by the course instructors.

Please write an R markdown script with html output which describes how to read and (very basically) visualize the provided aerial images in R.

Save your Rmd file in your course repository, knitr it, update (i.e. commit) your local repository and publish (i.e. push) it to the GitHub classroom. Make sure that the created html file is also part of your GitHub repository.

The R package raster is a good starting point for raster data I/O.