fix growth map and restructure storm explorer cards

This commit is contained in:
2026-04-07 23:48:22 -04:00
parent b69812942c
commit 4b3901ff29
2 changed files with 28 additions and 31 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ get_normalized_metric_growth <- function(storm, full_lf_id) {
select(state_fips, county_fips)
query <- tbl(con, I("metrics.pop_housing_normalized_growth")) %>%
filter(base_year_population == storm$storm_year) %>%
#filter(base_year_population == storm$storm_year) %>%
inner_join(affected_counties, by = c("state_fips", "county_fips")) %>%
inner_join(
tbl(con, I("public.counties")),