vicent3rod / covid19-canada-interactive-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Interactive Map for Provinces/territories of Canada

Overview

Interactive map showing changes (total cases, recovered and deaths) by administrative divisions.

  • Covid-19 Data - Updated data from the Canadian Government.
  • Shapefile - Provincial and territorial boundaries of Canada.

Running the sample:

$ docker-compose up -d
$ docker exec -it xxxxxxxxxxxx bash
$ bokeh serve --show canada_covid19_map.py

Browse the interactive map:

The map is rendered by bokeh-server at http://localhost:5006/canada_covid19_map

Captures:

Capture 1 Capture 2 Capture 3
alt-text-1 alt-text-2 alt-text-3

About


Languages

Language:Python 97.6%Language:Dockerfile 2.4%