COVID Heatmap

Live link

This project uses a data repository that is synced from data from NSW government here. This data identifies the number of cases per postcode.

The geojson data that is a polygon for each postcode is a smoothed out version from here: https://github.com/tonywr71/GeoJson-Data.

Project structure

  • dissolve_polygons: Scripts use to smooth the geojson data (for size/performance reasons)
  • src: Source of client app
  • Data repository
    • repository for synced data
    • has AWS scripts for syncing

Setup

Environment variable VUE_APP_MAPBOX_API is used for Mapbox GLJS. You can set this by adding a .env file in the root of the project.

To run locally, npm install and then npm run serve.