datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

Dashboard for this #24

Closed rufuspollock closed 4 years ago

rufuspollock commented 4 years ago

Create a simple dashboard similar to e.g. https://carbon.datahub.io or https://london.datahub.io to present this information and provide an open source basis for others to create their own dashboards quickly esp per country.

Tasks

Implement

Analysis

Mockup

Screen Shot 2020-04-09 at 16 18 29

Charting libraries

v1 - worldwide data with key figures and choropleth map

v2 - added line chart with cumulative cases in top 5 countries

Screen Shot 2020-04-14 at 22 40 46

v3 - ability to select a country and showing a graph with cumulative cases, deaths per day and new cases per day

dashboard v3

v4 - added figure for showing cases per 100k population

dashboard v4

v5 - added choropleth map (again)

dashboard v5


Charts to do

Needs Analysis

Domain Model

Value: (new confirmed) cases, deaths, recovered

Dimensions:

Job Stories

Key figures (for world and per country)

When wanting to know about the situation I want to see key figures such as total number of people infected/recovered/died, so that I understand current status of the situation in the World.

Specific items:

"What's happening in my country" => Ditto but just with my country

What's changed

Secondary

Tertiary

Meta

Akuukis commented 4 years ago

Hello! During another hackathon in Latvia our team have built a dashboard based on the same data, that also estimates real cases based on Tomas Pueyo model. It's currently in polishing phase, and should be finished & open-sourced in 1-3 days. You can check it out here: https://pandemic-estimator.net

I would be more than happy to unite forces. Let me know if you see us a good fit & what's missing.

deleugpn commented 4 years ago

I'm maintaining https://corona.deleu.dev using the data provided here

rufuspollock commented 4 years ago

@deleugpn that's great to hear! @Akuukis too.

Do you have the source code for these anywhere?

Akuukis commented 4 years ago

@rufuspollock yes, I will publish it in open-source once I finish up cleanup. Here's the placeholder repo https://github.com/akuukis/pandemic-estimator

Akuukis commented 4 years ago

@rufuspollock It's open-sourced now

I would be more than happy to unite forces. Let me know if you see us a good fit & what's missing.

dslakind commented 4 years ago

Using your data I have created a mathematical model that seems to closely predict the total global deaths on a daily basis (at least for the last three days). I don't know when the number of deaths will peak or when the rate of change will slow down so the model doesn't take these factors into consideration. The model can be found on Desmos at the following link: https://www.desmos.com/calculator/r0dbwemr7i

rufuspollock commented 4 years ago

@dslakind great do you want to edit this page and add a link to your work https://datahub.io/collections/coronavirus - you can edit it here https://github.com/datasets/awesome-data/blob/master/coronavirus.md

Ditto @akuukis - this is great. Could you add this to the coronavirus collections page with a link and description.

Akuukis commented 4 years ago

@rufuspollock I checked the links but don't see how I could fit that nicely in. Feel free to do a quick oneliner yourself if you wish, or let me know a bit more details please.

anuveyatsu commented 4 years ago

Closing this as we have moved our dashboard work to https://github.com/datopian/covid-19