Open kremb opened 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.
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
Now every thing regarding https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-federalstates.csv looks ok! Thank you!
The update process this morning hangs again, just to inform you. Sometimes the data just comes later. :-)
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.