-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some related projects #16
Comments
https://github.com/simonw/covid-19-datasette also uses the Johns Hopkins dataset. It seems to do a lot of the work of auto-updating the data hourly. I'm not sure how reshapable the data from it is - datasette may provide that functionality. We might be able to even wrap it for covid-api to save some coding effort 🙂 As a use case I thought it would just be a matter of forking a cool visualization like https://observablehq.com/@fil/ncov2019-data and changing the data source to https://covid-19.datasettes.com/covid/daily_reports.csv, but it seems like some reshaping is needed. (I know this example takes CSV rather than consuming REST API data...just trying to come up with a good use case) |
More potentially useful projects here: https://weileizeng.github.io/Open-Source-COVID-19/world |
Actually I found another API for this data here as well: https://github.com/ExpDev07/coronavirus-tracker-api. I'm not sure if it covers the same use cases we have in mind for this one? |
I apologise for being slow to reply in these days. I haven't abandoned the project or anything, but I struggle to find spare time after work. Let's hope for the weekend 🤞 |
I just came across this list of covid-19 datasets: https://coronavirustechhandbook.com/data
There are a couple of others related to the John Hopkins dataset we're using that have cleaned the data in various ways. Maybe we can incorporate some of this work into the API?
https://github.com/datasets/covid-19 (python)
https://github.com/jmcastagnetto/covid-19-data-cleanup (R)
The text was updated successfully, but these errors were encountered: