thohan88 / covid19-nor-data

Cleaned public data about Covid-19 in Norway
https://www.covid19data.no/
16 stars 5 forks source link

use trees api to fetch github data #12

Open minrk opened 3 years ago

minrk commented 3 years ago

contents api truncates to 1000 files, which means some test data (data/03_covid_tests/national_tests_lab.csv) hasn't been updated since October.

trees api is more tedious, but not truncated. Results of running code/04_fhi_daily_reports/01_get_number_of_tests.py can be seen at https://github.com/minrk/covid19-nor-data/commit/71463609537ac81263f7ea6c683082d242064585

minrk commented 3 years ago

FWIW, I'm using this for https://github.com/minrk/covid19-norway which is how I came across this. Thanks for putting it together!