Meeting 08 - Geoprocessing - Merge, Dissolve, Centroids, and Buffer


Please submit Lab-07 as well as Waypoint 4 for the final project. Your fourth waypoint should be submitted via your final project repository.

Meeting Goals

This course meeting has an emphasis on the following goals:

  1. Describe features that make for effective map layouts.
  2. Perform additional geoprocessing operations including merges and dissolves.
  3. Calculate centroids and buffers for features.

Meeting Resources

  • An overview of the meeting can be on the syllabus
  • Prep videos and entry ticket are on Blackboard
  • Meeting materials are available on GitHub in the module-3-dissolve repository
  • You can follow along with the complete code for Exercise 2 here

Before Class

Tasks

Please complete the tasks listed on the syllabus, and see Blackboard for the entry ticket link.


During Class

Agenda

  1. Exercise 1 - Explaining Maps
  2. Exercise 2 - Additional Geoprocessing in R
  3. Short Break
  4. Lab-08 and one-on-one meetings

Exercise 1 - Explaining Maps

Take a look at the following three maps, thinking about the three core characteristics that Brewer lays out at the beginning of Chapter 3:

  1. “an informative legend that shows the meaning of map symbols”
  2. “hierarchies in text content, descriptions of mapped calculations, and logical line breaks and spacing”
  3. “well-designed marginal elements, including indicators of scale and direction”

The maps we’ll discuss are all maps from the CDC’s website:

  1. Stroke Death Rates, Total Population 35+
  2. Stroke Mortality Rates and Population Distribution, Non-Hispanic Whites, by County, Texas
  3. Map Details - Percent of Population Adherent to Blood Pressure Medication and Location of Practices with Collaborative Practice Agreements (CPAs), Rhode Island, 2018-2019

As you look at each map and consider the three core characteristics, think about what elements are present on each map, how hirearchies in content are being used, and how informative the legend is.

Exercise 2 - Additional Geoprocessing in R

For our work in R today, we’ll dig into some additional geoprocessing operations using dplyr’s group_by() and summarise(). We’ll also discuss using rbind() in greater detail, and will talk about st_centroid() and st_buffer() as well..

The data and example notebook are available in this course meeting’s repository, named module-3-dissolve. You can find them in examples/meeting-examples.Rmd. You can also follow along with the completed code here. Note that there are some issues with how my code is rendering right now with RStudio, and these are incomplete.


After Class

The Lab-08 instructions are available in module-3-dissolve or can viewed online here.


Meeting Reminders

Please don’t forget about what is due for next week, which is listed on the syllabus. In addition to Lab-08, there are also some upcoming deadlines in April I want to remind you of:

  • the fifth final project waypoint is due in two weeks for all students
  • students in SOC 5650 will have a draft paper due on April 12th
  • all students will have a draft ArcGIS story map due April 26th

Course Trajectory

We are heading into our fourth module next week, focused on creating map products with ArcGIS Online. Now that we’ve discussed basics of cartography (in Module 1), data cleaning (in Module 2), projections (in Module 3), and geoprocessing (also in Module 3), we’re ready to talk about using ESRI’s tools for creating interactive maps and Story Maps. You should browse ESRI’s gallery of story maps to start to get a sense of options, designs, and how interactive maps are used.

Previous
Next