daviddbird / team-waste-viz

Team Waste - Shiny Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Waste - Shiny Dashboard

Screenshot1.png

Introduction

This repro shows an example of visualising waste processing for local authorities and the number of levels of processing that can happen until the waste reaches its final destination. The data populating this dashboard has been synthetically created and is not actual data. It has been created for the purposes of illustrating the dashboard only.

The dashboard was built using R Shiny as part of a group project at CodeClan's Data Analysis course in Edinburgh.

Processing steps

The data was provided in an Excel spreadsheet along with a data dictionary. After reading and becoming familiar with the data dictionary, we were able to determine the key fields to include and identify some features we would need to create. Regular expressions were used to pull out postcode information where possible. This postcode file was then run through a geocoding service to fetch the latitude and longitude information required for mapping.

Packages and other infomation used

The leaflet package was used to show the interactive mapping elements. The rworldmap package was used to display the static world map. A shape file was added to display the boundary areas of the different Welsh councils (used as an example of a range of authorities who will typically have to manage waste processes).

Following presentation to the client, the data was replaced with synthetic data using the r package synthpop.

Team members

David Bird, Jenny Wales and Matthew Moffitt.

Images

Screenshot2.png Screenshot3.png Screenshot1.png

Credits

Office for National Statistics (2011). 2011 Census: boundary data (England and Wales) [data collection]. UK Data Service. SN:5819 UKBORDERS: Digitised Boundary Data, 1840- and Postcode Directories, 1980-. http://discover.ukdataservice.ac.uk/catalogue/?sn=5819&type=Data%20catalogue, Retrieved from http://census.ukdataservice.ac.uk/get-data/boundary-data.aspx. Contains public sector information licensed under the Open Government Licence v3.

Welsh population statistics from https://statswales.gov.wales/Catalogue/Population-and-Migration/Population/Estimates/Local-Authority/populationestimates-by-localauthority-year

About

Team Waste - Shiny Dashboard


Languages

Language:R 87.5%Language:HTML 12.5%