Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.43 KB

CoronoTools : Bokeh apps to watch Covid-19 evolution worldwide

This repository contains bokeh applications to follow the spread of the Covid-19 virus worldwide. All the data are fetched from the CSSEGI repository using a dedicated wrapper. An instance may be alive here.

Features

  • Worldmap with daily evolution of the virus propagation worldwide
  • Comparison between countries (barplot and metric over time)
  • A global view of one country / continement evolution over time

Dependancies

How to

All the different applications can be launche using server files, i.e :

bokeh serve --allow-websocket-origin=* server/se_worldmap.py

Ressources

This project has been done as a practical tool for my bokeh training. I tried to make most of the tools reusable here, and most of them can be found in directory componments/base.

Other websites