https://github.com/sebkrantz/census-mapper
A Shiny Application for Interactive Mapping of Census Data
https://github.com/sebkrantz/census-mapper
census choropleth-map visualization
Last synced: about 1 year ago
JSON representation
A Shiny Application for Interactive Mapping of Census Data
- Host: GitHub
- URL: https://github.com/sebkrantz/census-mapper
- Owner: SebKrantz
- License: gpl-3.0
- Created: 2021-04-10T13:40:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T18:15:34.000Z (over 3 years ago)
- Last Synced: 2025-03-24T07:57:07.742Z (about 1 year ago)
- Topics: census, choropleth-map, visualization
- Language: R
- Homepage: https://sebkrantz.shinyapps.io/Census-Mapper/
- Size: 18 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Census-Mapper
A free `shiny` application to interactively visualize detailed census data with different base maps and spatial disaggregations.
It currently visualizes the Uganda 2014 Population and Housing Census.
**Running Application:** [https://sebkrantz.shinyapps.io/Census-Mapper/](https://sebkrantz.shinyapps.io/Census-Mapper/)
***
To adapt to a different census dataset, use a census and supporting shapefile, create an `sf` data frame and aggregate to different spatial resolutions with `aggregate.sf()`. Use `rmapshaper::ms_simplify` to simplify the shapefile for improved `leaflet` performance at high spatial resolutions.
*Note:* You need an API key if you want to use the [Jawg]() base maps.