Skip to content

Commit

Permalink
fix url defense
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrhea committed Sep 11, 2023
1 parent 1c94298 commit 6882e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/src/data_prep_final.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ only_processe_new_boundaries <- T


#### Download Boundaries from geoconnex ####
boundaries <- sf::read_sf('https://urldefense.com/v3/__https://reference.geoconnex.us/collections/pws/items?state_code=NC&limit=10000&f=json__;!!OToaGQ!vMRRMCW-1Nb6i0rC2DarRFkssxktKHSEa1RFjVrXkr3p1xPh_10Gl3IVLFk29TDV-JfqVmCTvIxvMl7mJIK0f-A$')%>%
boundaries <- sf::read_sf('https://reference.geoconnex.us/collections/pws/items?state_code=NC&limit=3000&f=json')%>%
rename(pwsid = id) %>%
select(-service_area_type)

Expand Down

0 comments on commit 6882e86

Please sign in to comment.