### #| include: false
library(tidyverse)
library(stringr)
library(tmap)
<- "EPSG:4326"
googlecrs
<- "/home/ajackson/Dropbox/Rprojects/Curated_Data_Files/"
Curated_path
<- TRUE
Local_test
# Directory where data is stored
<- "https://www.ajackson.org/ERD/"
DataLocation
if ( Local_test ) {
<- readRDS(paste0(Curated_path, "SeaLevel/UCS_sfdata.rds"))
df else {
} <- url(paste0(DataLocation, "UCS_sfdata.rds"), method="libcurl")
z <- readRDS(z)
df close(z)
}
<- c("2030 High", "2045 High", "2060 High",
Scenarios "2080 High", "2100 High", "2035 Intermediate",
"2060 Intermediate", "2080 Intermediate",
"2100 Intermediate", "2060 Low", "2100 Low" )
Chronic Inundation Dashboard
Mapping
Sea Level
Data
Episcopal Relief and Development
The Union of Concerned Scientists developed a spreadsheet of chronically inundated propeties by zipcode, climate scenario, and year. This shiny app allows the user to explore the data
This tool is meant to be used to identify areas that are or will be affected by chronic inundatiom due to sea level rise, and are also largely below the poverty line. The shiny app may be accessed