jgehrcke / covid-19-germany-gae

COVID-19 statistics for Germany. For states and counties. With time series data. Daily updates. Official RKI numbers.
MIT License
145 stars 48 forks source link

Data source German "Intensivregister" #96

Open Schmidtpk opened 4 years ago

Schmidtpk commented 4 years ago

There is a new great official data source that gets reports by each hospital for intensive care Covid cases they have (and free ventilators).

https://www.intensivregister.de/#/intensivregister

Unfortunately, they only provide a daily snapshot here in form of a picture of a table and no historic data. My request hasn't been answered now for days. Any interest in starting to include those numbers?

jgehrcke commented 4 years ago

@Schmidtpk thanks for opening this issue!

Any interest in starting to include those numbers?

Certainly! Let's see what time allows in the next couple of days. Getting more familiar with that data source has already been on my todo list. It's definitely a good sign that we have something like that now in Germany.

adhusch commented 4 years ago

In the meantime they are providing a daily .json with the data of the individual hospitals (red/yellow/green) and a .csv with the state/district numbers so it should be much easier to fetch and store the time series from the .csv now.