andrewharvey / govhack19-greenway

GovHack 2019 Entry: Greenway - Greater Sydney's Cool and Green Routes

Home Page:https://hackerspace.govhack.org/projects/greenway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenway

GovHack 2019 Entry - Greater Sydney's Cool and Green Routes - https://hackerspace.govhack.org/projects/greenway

Demo: https://www.alantgeo.com.au/demos/govhack19-greenway/ (since this was just a working prototype, the routing services have now been turned off but you can still explore the demo)

Normal Pedestrian Routing

The shortest route, but goes through an urbarn heat island.

Cool Pedestrian Routing

The longer route, but bypassed an urban heat island.

Implementation

Front End Web App

Built using Vue/Vuetify, inside www run:

  • yarn install
  • yarn run serve

Routing Engine

Data Processing

All the scripts are in the Makefile, including:

  • Build OSRM routing data
  • Process SEED open data into Vector Tiles for visualisation in the web app.

About

GovHack 2019 Entry: Greenway - Greater Sydney's Cool and Green Routes

https://hackerspace.govhack.org/projects/greenway

License:BSD 2-Clause "Simplified" License


Languages

Language:Lua 83.5%Language:Vue 13.2%Language:Makefile 2.3%Language:JavaScript 0.6%Language:HTML 0.4%