swildermann / COVID-19

public accessible data for CoVid19
MIT License
20 stars 4 forks source link

RKI datasets for Germany have not been updated properly for days #26

Open kremb opened 3 years ago

kremb commented 3 years ago

Provided csv files https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-federalstates.csv https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-counties.csv https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-counties-nuts3.csv do not contain latest data.

EmTee70 commented 3 years ago

https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-federalstates.csv Is missing data from 2021-04-23, 2021-04-24 is included and last data set. Would be cool if it can be fixed.

EmTee70 commented 3 years ago

Yesterday, the data from 2021-04-25, and 2021-04-26 were added, but today the update hangs again. (The data set of 2021-04-23 is missing, to avoid the resulting error in my seven days averages I used the following to insert, the data of 2021-04-23 twice: cat data/rki-f.csv | sed 's/^\(.*\),2021-04-22\(.*$\)/\0\n\1,2021-04-23\2/g' |tail -n +2 | sort -t ',' -k6,6 -k3,3 > data/rki.csv

EmTee70 commented 3 years ago

Now every thing regarding https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-federalstates.csv looks ok! Thank you!

EmTee70 commented 3 years ago

The update process this morning hangs again, just to inform you. Sometimes the data just comes later. :-)