gena / corona-ee-dashboard

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

Feature Request: Add toggle for viewing counts vs. per capita rates #3

Open tylere opened 4 years ago

gena commented 4 years ago

Do you mean like this: https://observablehq.com/@joewdavies/coronavirus-covid-19-percentage-of-national-population-in? It's a huge limitation that everything in EE apps has to be done server-side using raster layers. The lack of vector visualizations client-side makes it slow to develop with GMap.

tylere commented 4 years ago

Sorry, I used the wrong terminology.

I meant that the app currently shows (count for each admin area) but it would also be useful to be able to visualize (% of the population for each admin area).

gena commented 4 years ago

Ah, I see. That would be possible, but the input data is frequently in different admin levels (sometimes city, sometimes county, sometimes country). It should be easy to find population for every area listed in the original dataset and add additional column here. ... however, toggling quickly would require caching these in separate raster tiles as well.