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

Support new RKI spreadsheet structure #3

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

The RKI changed their spreadsheet structure. In addition to the structural changes, there are now many more data points included, such as vaccine dosage count per specific vaccine (BioNTech/Moderna so far).

We have to rewrite https://github.com/mathiasbynens/covid-19-vaccinations-germany/blob/main/process-xlsx.js accordingly. Unfortunately, we’ll need to change the data/data.csv structure as well.