Skip to content

Commit

Permalink
Fix issue w/ missing geometry in inspire_plans
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Mar 30, 2024
1 parent 65b9da9 commit 7ad2381
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data-raw/inspire_plans.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ inspire_path <- "https://services1.arcgis.com/43Lm3JYE3nM91DAF/ArcGIS/rest/servi
inspire_source <-
sfext::read_sf_ext(url = inspire_path) %>%
sfext::rename_sf_col() %>%
dplyr::mutate(
plan_name_short = if_else(
plan_name_short == "Mary E Rodman ES",
"Mary E. Rodman ES",
plan_name_short
)
) |>
sf::st_transform(2804)

baybrook <- inspire_source %>%
Expand Down
Binary file modified data/inspire_plans.rda
Binary file not shown.

0 comments on commit 7ad2381

Please sign in to comment.