Attribute Data Operations
Content for Monday, September 22, 2025
At this point, you should be (somewhat) familiar with the dplyr
approach to manipulating tabular data. No only that, but you can get spatial data into R
!! Now it’s time to start bringing different datasets together to answer our questions. For the next 3 sessions, we’ll be working towards this. Today, the focus is on creating and manipulating attribute data, with a special focus on using spatial location as the foundation for doing that.
Readings
Setting the Stage
Spatio-temporal modeling of particulate air pollution in the conterminous United States using geographic and meteorological predictors by (Yanosky et al. 2014) illustrates the use of combined vector, raster, and tabular data to generate high-resolution predictions of particulate matter exposure in the US. The authors use ArcGIS for the spatial stuff, but you could easily replicate this analysis in
R
.Quantitative Conservation Geography by (didi2021conservation?) highlights the role that geography plays in environmental issues, identifies the need to integrate datasets, but also makes some pretty big assumptions about the goals of conservation geographers and the applicability of the data at hand.
Manufacturing Desolation: Unauthorized Border Crosser Mortality, Disappearance, and the Sociopolitical Construction of Remoteness in U.S. Boundary Enforcement by (Boyce et al. 2025) is a really interesting example of combining social, environmental, and physiological data to understand how policy changes might alter human mortality through changes in the distribution of water.
Technical Details
Attribute Data Operations from (Lovelace et al. 2019) links
tidyverse
and baseR
approaches to data manipulation to thesf
world.Welcome to
tidyterra
along with the rest of the articles on this page give a sense for the places wheretidyterra
can help integrate rasters into existingdplyr
pipelines.
Objectives
By the end of today, you should be able to:
Define Spatial Analysis and distinguish it from making maps.
Recognize the role of database structure and spatial geometry in generating attributes
Develop appreciation for the link between attribute operations and analysis validity.
Perform attribute operations on vector and raster data.
Slides
The slides for today’s lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys.