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
146 stars 48 forks source link

A tool using your API #36

Open cjolowicz opened 4 years ago

cjolowicz commented 4 years ago

Thank you for providing this API!

I'm using your API to simulate COVID-19 transmission for Germany, together with some other data sources: https://github.com/cjolowicz/covid19

This is probably a rather naive model. I am grateful for any feedback, to learn more about modelling virus spread. The core algorithm is here: https://github.com/cjolowicz/covid19/blob/master/src/covid19/simulation.py

jgehrcke commented 4 years ago

@cjolowicz for now a big big THANK YOU for doing this, and of course for sharing this here. I'll have a look!