Week 4
Transforming spatial data attributes
weeks
Overview
This week is to learn to use {dplyr} and {sf} in combination to create and manipulate attributes associated with spatial data.
Key Objectives
- Review key concepts of simple features in R
- Introduce key concepts for spatial attribute data (e.g. point vs. block support)
- Practice using
{sf}functions for geometric confirmation (st_intersects(),st_disjoint()) and geometric measurement (st_area(),st_length(),st_distance()) - Discuss ideas for final projects
Prepare
Required readings
- Edzer Pebesma “3. Manipulating Simple Feature Geometries” (sf, November 28, 2016), https://r-spatial.github.io/sf/articles/sf3.html.
- Ch. 4 Spatial data operations in Robin Lovelace, Jakub Nowosad, and Jannes Muenchow Geocomputation with R, 2nd ed. (CRC Press, 2025), https://r.geocompx.org.
Participate
Practice
Exercise details to be provided.