This repository contains scripts from the each quarter of the R Spatial Workshop run at the Center for Spatial Data Science at the University of Chicago.
Workshops are run by Angela Li, R Spatial Advocate, and detailed notes for the workshops can be found online.
Each quarter’s contents can be found in a separate folder in each topic
repository with that quarter’s name, ie
gis-visualization/winter-2019.
| Date | Topic | R Script / R Markdown |
|---|---|---|
| 2019-04-10 | Introduction to spatial data | import-data.R |
| 2019-04-17 | Single-dataset GIS operations | gis-learning.R |
| 2019-04-24 | Multi-dataset GIS operations | gis-learning-2.R |
| 2019-05-01 | Multi-dataset GIS operations pt. 2: spatial join | spatial-join.R |
| 2019-05-08 | No workshop | |
| 2019-05-15 | Working with R Markdown | rmarkdown-practice.Rmd |
| 2019-05-22 | Custom maps with tmap | custom-map.Rmd |
| 2019-05-29 | Interactive map packages | interactive-maps.Rmd |
| Date | Topic | R Script / R Markdown |
|---|---|---|
| 2019-04-10 | Introduction to raster data | raster-intro.R |
| 2019-04-17 | Plotting raster data | raster-plotting.R |
| 2019-04-24 | Projecting raster data | raster-projection.R |
| 2019-05-01 | Multiband raster data, cropping raster to vector data | raster-multiband.R |
| 2019-05-08 | No workshop | |
| 2019-05-15 | Interpolation, pt. 1 | interpolation-meuse.R |
| 2019-05-22 | Interpolation, pt. 2 | interpolation-aot.R |
| Date | Topic | R Script / R Markdown |
|---|---|---|
| 2019-01-15 | Introduction to spatial data | 01-intro.R |
| 2019-01-22 | Single-dataset GIS operations | 02-gis-1.R |
| 2019-01-29 | Multi-dataset GIS operations pt 1 | 03-gis-2.R |
| 2019-02-05 | Multi-dataset GIS operations pt 2 | 04-gis-3.R |
| 2019-02-12 | R Markdown | 05-rmarkdown.Rmd |
| 2019-02-19 | Custom static maps and animated maps | 06-custom-maps.Rmd |
| 2019-02-26 | Interactive maps | 07-interactive-maps.Rmd |
| 2019-02-26 | Interactive maps with Shiny | app.R |