Drew An-Pham

Collection of my GIScience Work

View My GitHub Profile

Gravity Model of Spatial Interaction

FINAL DELIVERABLES

OVERVIEW

The Gravity Model of Spatial Interaction created this week takes a set of input and target features, and produces catchments that predict the potential for interaction between the two places. More specifically, our case study applied the gravity model in the context of healthcare. Based on Homeland Security hospital data and New England town data from the American Community Survey 2018 (& processed using Tidy Census in R, courtesy of Professor Joseph Holler aka Joe), we looked at the interactions between hospital clusters and New England towns, then compared the results to preexisting hospital service area boundaries (HSA) from the Dartmouth Atlas of Health Care.

DECONSTRUCTING THE MODEL

gravitymodel workflow right click: open image in new tab for a clearer graphic

While the tutorial videos for the week provided a good base for setting up the model, it’s worth verbalizing how we integrated this model’s workflow from GEOG 0120 into our final product.

The gravity model was broken down into 3 main parts:

APPLYING THE MODEL

In order to apply the model to the larger data sets, we first had to preprocess Homeland Security hospital data and New England town data.

With Hosptial.shp:

With netown.gpkg:

With hospitals_NE_filtered.shp:

To produce the hospital service catchment areas, we used the gravity model we created:

You can view the final map here.

REFLECTIONS

After comparing the map I produced with the current healthcare service areas as established by the Dartmouth Atlas of Health Care, here are some thoughts I had on the topic:

Data Sources

Main Page