mathiasbynens / covid-19-vaccinations-germany

Historical data on COVID-19 vaccination doses administered in Germany, per state.
https://mathiasbynens.github.io/covid-19-vaccinations-germany/
MIT License
52 stars 10 forks source link

Upstream changes w.r.t. deliveries #39

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

Impfdashboard inexplicably exposes DE-Betriebe as a new “region”. e4c726f5894bea923f3703975b47ca68af8b2338 restored the roll, but we should check if build-chart.js needs updating (it might not account for this new “region” yet).

The charts page currently says “65,865,011 total doses that have been delivered to Germany as of 2021-06-13”. However, summing up all the deliveries in the source .tsv file gives 67,563,010.

67,563,010 - 65,865,011 = 1,697,999

mathiasbynens commented 3 years ago

The charts page currently says “65,865,011 total doses that have been delivered to Germany as of 2021-06-13”. However, summing up all the deliveries in the source .tsv file gives 67,563,010.

67,563,010 - 65,865,011 = 1,697,999

Fixed in eec84a8f0604df2a59cf9360d416d7697f591399.

It's really unfortunate that we can no longer tell how many total doses have been delivered to any given state. Summing up all the entries for that state presumably no longer results in the full total, since any doses that were delivered to companies within that state are included separately. 🙄