2  Resources

Here we list some resources that will be useful to successfully participate in the AGDS Proseminar.

2.1 Essentials of Applied Geodata Science I

We encourage you to review some content in the book used during the AGDS I course, especially to freshen up knowledge on good coding practices and project management, before you start implementing your Proseminar project. The most relevant chapters and topics include:

The remaining chapters of the book focus more on the data wrangling and analysis. We encourage you to go back to those for consultation, whenever you need them for your implementation.

2.2 Handful of Pixels

The Handful of Pixels book covers a wide range of topics, from phenology to land cover classification, using a reduced amount of data (just a handful of pixels). Most relevant for the AGDS Proseminar are:

  • Crash course in R. From project management to tidy data, it’s a condensed version of some AGDS I chapters.
  • Roadmap to finding good data online, listing open source data repositories and guidelines to check the quality of data sources.
  • Tutorial on geospatial data in R. This teaches important skills that were not covered in AGDS I, but will be used in most Proseminar projects. It includes very useful information on reading several types of geospatial data (raster and shape files), performing operations and plotting, with examples with the most used R packages.