How Dunedin Gets to Work was built for the There and back again data visualisation competetion from Stats NZ.
The purpose of this app to allow residents of Dunedin to visualise commuting paterns within thier city. I wanted to encourage visitors to reflect on their own transportation choices, while considering their neighbors and wider community. I hope this project is a starting point for considering why residents make the choices they make around commuting.
This app was built using Shiny from RStudio. The interactive map is built using Leaflet for R. Data processing and development are done using R and the tidyverse packages.
This app is open source and available at Github
If you like this, please consider reaching out to me on Twitter or check my personal website: adam-campbell.com
app.R
contains the Shiny apppreprocess_data.Rmd
processes census data into the scoring data in the Shiny appsubmission_description.txt
is the Submission Description text supplied for the competition.