An open API service indexing awesome lists of open source software.

https://github.com/consindo/waka-commuter

Discover how we get to work & school, using travel data from the New Zealand 2023 & 2018 Census
https://github.com/consindo/waka-commuter

census commute nz stats

Last synced: 4 months ago
JSON representation

Discover how we get to work & school, using travel data from the New Zealand 2023 & 2018 Census

Awesome Lists containing this project

README

          

# Waka Commuter

[![Netlify Status](https://api.netlify.com/api/v1/badges/366a1f64-192f-4d71-a6d6-3a7a6818b76c/deploy-status)](https://commuter.waka.app)

Waka Commuter is a visualization of the 2018 Census commuter data, built for the [There and back again competition](https://www.stats.govt.nz/2018-census/there-and-back-again-data-visualisation-competition/).

This is competition code, so, well, it's not great. It uses Mapbox GL JS for maps, D3 for the graphs, and lit-element to keep everything from getting too messy. To keep things fast, datasets are pre-processed and served statically, using Netlify.

## Build Instructions

### Prerequisites

You will need node.js installed: https://nodejs.org/en.

Set the environment variable `VITE_MAPBOX_TOKEN` to your Mapbox Token. You can get a free one from the Mapbox website.

### Build Instructions

- `npm run build` - to build everything - JS & datasets. You should run this first.
- `npm start` - to serve the built version

### Development

- `npm run process` - to only process all the datasets into static json.
- `npm run dev` for local development
- Check `package.json` for more scripts.

## Deployment

- Every commit to master is deployed to Netlify automatically
- Available at