I've been working on a little set of charts to plot coronavirus growth globally, based on data from John Hopkins. Rather than putting them on a map I find it more useful to have graphs per country/region.
The data is based on the nightly time series from John Hopkins, based in turn on collated data from WHO and governments, which they have plotted here on a world map:
I'd quite like to do a bar chart of cumulative deaths/cases per country as well. Unfortunately deaths is probably the most reliable measure when looking at growth. There are a few irregularities in the data I'd like to fix too - for example the UK has no regional breakdown.
For example here is the US:
https://coronavirus.projectpage.app/us
https://github.com/kennygrant/coronavirus
The data is based on the nightly time series from John Hopkins, based in turn on collated data from WHO and governments, which they have plotted here on a world map:
https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.h...
I'd quite like to do a bar chart of cumulative deaths/cases per country as well. Unfortunately deaths is probably the most reliable measure when looking at growth. There are a few irregularities in the data I'd like to fix too - for example the UK has no regional breakdown.