mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
fix growth map and restructure storm explorer cards
This commit is contained in:
+1
-1
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user