This app was developed for the StatsNZ "There and back again" data visualisation competition. It visualises data from the 2018 NZ Census (travel for work & education) by overlaying selected data as "hops" on a map. Each hop's thickness is proportional to the number of people travelling between the areas at either end of the "hop".
All rights reserved, Darren Bruning, 2020
Contact: darren@bruning.net.nz
Source code: github
- Work & Education datasets are from statsNZ
- New Zealand map is Statistical Area 2 2018 Generalised (also from statsNZ) but has been simplified for performance with mapshaper.org
- Three.js for visualisation (map and hops)
- Papa Parse for download & parsing of csv data
- topojson-client and d3.js for processing of map data
- Vue.js, BootstrapVue and Bootstrap for application framework.
npm install
npm run serve
npm run build
npm run lint