Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:56:24.000Z (5 months ago)
- Last Synced: 2024-10-28T04:58:33.824Z (3 months ago)
- Topics: climate-change, heat, r, shiny-apps
- Language: R
- Homepage: https://andypicke.shinyapps.io/uhi_explorer/
- Size: 32.2 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