gena / corona-ee-dashboard

A dashboard to visualize COVID19 outbreak dynamics
Apache License 2.0
4 stars 4 forks source link

Feature Request: Allow toggling between national and subnational view #2

Open tylere opened 4 years ago

tylere commented 4 years ago

The current mix of aggregation areas (i.e. mixing of countries and states/provinces) makes it difficult to compare information between countries. For example, visually the United States appears to be less prominent than European countries, because the US data is shown for individual states. It would be better if there was a toggle to switch between country-level and sub-national-level statistics.

gena commented 4 years ago

The data from JHU comes very messy and changes every day (counties+cities, then cities, then state, etc. things did not add up). I hope they have fixed it yesterday, and then add:

But for every level, new raster tiles need to be generated, will see if I can get it working ... maybe use on-the-fly generation for the last day data, read and parse as JSON from GCS.

Maybe it makes sense to show a table as well, even there are plenty of dashboards developed already, e.g.: https://www.worldometers.info/coronavirus/.

gena commented 4 years ago

This is an example of local data at admin level 1: https://gena.users.earthengine.app/view/corona-virus-nl, but I'm not sure where to find data at this level for all countries.