Skip to content

Instantly share code, notes, and snippets.

@mrecos
Created September 18, 2020 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrecos/83b215df77001972701156c0c5a2dd0c to your computer and use it in GitHub Desktop.
Save mrecos/83b215df77001972701156c0c5a2dd0c to your computer and use it in GitHub Desktop.
lancCounty <- st_read("C:/Users/matthew.d.harris/Documents/GitHub/Public-Policy-Analytics-Landing/DATA/Chapter2/LancasterCountyBoundary.geojson") %>%
st_transform('ESRI:102728')
uga <- st_read("C:/Users/matthew.d.harris/Documents/GitHub/Public-Policy-Analytics-Landing/DATA/Chapter2/Urban_Growth_Boundary.geojson") %>%
st_transform('ESRI:102728')
studyAreaTowns <- st_read("C:/Users/matthew.d.harris/Documents/GitHub/Public-Policy-Analytics-Landing/DATA/Chapter2/StudyAreaTowns.geojson") %>%
st_transform('ESRI:102728')
buildings <- st_read("C:/Users/matthew.d.harris/Documents/GitHub/Public-Policy-Analytics-Landing/DATA/Chapter2/LancasterCountyBuildings.geojson") %>% st_transform('ESRI:102728')
greenSpace <- st_read("C:/Users/matthew.d.harris/Documents/GitHub/Public-Policy-Analytics-Landing/DATA/Chapter2/LancasterGreenSpace.geojson") %>% st_transform('ESRI:102728')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment