Priesemann-Group / covid19_inference

Bayesian python toolbox for inference and forecast of the spread of the Coronavirus
GNU General Public License v3.0
73 stars 70 forks source link

Faster download of RKI data #12

Closed joaopn closed 4 years ago

joaopn commented 4 years ago

Since we always use the full RKI dataset, it is faster to download the data one-shot instead of by Landkreise. The RKI now offers that: https://www.arcgis.com/sharing/rest/content/items/f10774f1c63e40168479a1feb6c7ca74/data

This fixes an issue:

But creates another:

We could use first try the csv, then fall back to the api if it fails.

jdehning commented 4 years ago

Seems a good proposal to me