This is a side project that I built to visualize the cluster of confirmed cases of the coronavirus disease (COVID-19) in New Zealand. Thanks to NZ Ministry of Health's excellent data collection and transparency, we can keep track of the country's progress in fighting this unprecedented crisis. It will be interesting if we can collect the data everyday and playback after a period of time to observe the changes.
The cases data are pulled from New Zealand Ministry of Health official website.
The District Health Board geospatial data is obtained from StatsNZ, simplified and converted into geojson
format to be used.
- Python 3
- Pipenv (Package manager for Python, try it if you haven't)
$ pipenv install
$ pipenv shell
$ (covid-19) jupyter notebook