From b0606764812a835982a49148c2494cacbde74e0c Mon Sep 17 00:00:00 2001 From: dylanbenzi Date: Thu, 1 Jan 2026 17:35:20 -0500 Subject: [PATCH] update county names --- app/storm_report.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/storm_report.qmd b/app/storm_report.qmd index 24a9c55..59da3c2 100644 --- a/app/storm_report.qmd +++ b/app/storm_report.qmd @@ -481,8 +481,6 @@ for(lf in unique_lf_ids) { ) ) - growth <- get_county_and_state(growth) - growth_sf <- growth %>% st_as_sf(wkt = "geom_wkt", crs = 4326) %>% filter(year == max(year))