crondonm / TrackingR

Python code for "Tracking R of COVID-19 A New Real-Time Estimation Using the Kalman Filter".
MIT License
26 stars 10 forks source link

Test data downloading #8

Closed 3dgiordano closed 2 years ago

3dgiordano commented 2 years ago

Hello.

I noticed that they had a manual step where they used data from the Our World in Data grapher to get data from tests performed.

I made a little routine that uses the test data from the OWID github repository to generate a csv with the same format from the original source.

I have been able to test the routine, but not the complete project.

I hope it will be you useful.

Regards David

crondonm commented 2 years ago

This part of the code is meant to replicate the figures in the paper. Currently we are not updating test data as it is not needed to compute Rt.

Thanks for the suggestion anyways.