https://github.com/andypicke/uhi_explorer
Code for a R Shiny App to Display Urban Heat Island Effect Data
https://github.com/andypicke/uhi_explorer
climate-change heat r shiny-apps
Last synced: about 1 month ago
JSON representation
Code for a R Shiny App to Display Urban Heat Island Effect Data
- Host: GitHub
- URL: https://github.com/andypicke/uhi_explorer
- Owner: andypicke
- Created: 2024-08-30T14:15:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T19:00:34.000Z (9 months ago)
- Last Synced: 2025-02-08T08:14:45.860Z (8 months ago)
- Topics: climate-change, heat, r, shiny-apps
- Language: R
- Homepage: https://andypicke.shinyapps.io/uhi_explorer/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UHI Explorer
UHI Explorer is a R Shiny app to dsiplay data on the Urban Heat Island (UHI) Effect in major US cities.
## Using the app
- On the left sidebar, select city to examine
- *Map* tab displays an interactive choropleth map of the UHI data.
- *Population Chart* tab displays a bar chart of the population in different ranges of UHI effect
- *Data Table* tab displays a table of the data.
- *About* tab gives more information on the app.## Data and Processing
- UHI data is from an analysis by Climate Central.
- Census tract geometries and populations were obtained with the {tidycensus} R package. Data are from the 2020 Decennial census.
- To speed up app, census data for all tracts in UHI data were pre-downloaded in get_census_tracts.R