Skip to content

amasend/covid_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

covid_dashboard is a python application based on a dash framework. It presents a user interface to analyze data gathered from: covid19api.com

Dashboard is available via docker: amasend/covid_dashboard:1.7

HOW TO RUN

You need to install a docker on your system, please refer to docker installation process: https://docs.docker.com/get-docker/

After docker installation just run: docker run -ti -p 8050:8050/tcp amasend/covid_dashboard:1.7 and go to 127.0.0.1:8050 in your browser.

POLAND vs GREECE v1.3

image

POLAND vs UKRAINE v1.2

image

CHINA DAILY % CHANGE 1.1

image

Main Screen 1.0

image

POLAND vs CHINA 1.0

image

POLAND vs CHINA logarithmic 1.0

image

POLAND vs CHINA logarithmic started from ~ 100 confirmed cases 1.0

image

Docker container release history:

1.7 - API fix (incorrect last date that crashed data preprocessing) 1.6 - fix for data per 1mln population when population is lower than 1mln
1.5 - added visualization per 1mln population in each country, better API error handling (some countries have corrupted data, eg. USA sometimes will not load because an API does not return data.)
1.4 - added UI revision to be persisted, corrected some locations on map, change in log scale and yaxis info, updated hover info for heat-map
1.3 - added heat-map with world data
1.2 - changed main screen with descriptions, added option to select bar graph type (normal diff or with %)
1.1 - added support for bar plots (only main selected country), bar plots show a daily % change for each category of data
1.0 - initial base container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published