mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update county names
This commit is contained in:
@@ -481,8 +481,6 @@ for(lf in unique_lf_ids) {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
growth <- get_county_and_state(growth)
|
|
||||||
|
|
||||||
growth_sf <- growth %>%
|
growth_sf <- growth %>%
|
||||||
st_as_sf(wkt = "geom_wkt", crs = 4326) %>%
|
st_as_sf(wkt = "geom_wkt", crs = 4326) %>%
|
||||||
filter(year == max(year))
|
filter(year == max(year))
|
||||||
|
|||||||
Reference in New Issue
Block a user