Skip to content
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

Open
MatMoore opened this issue Mar 11, 2020 · 4 comments
Open

Some related projects #16

MatMoore opened this issue Mar 11, 2020 · 4 comments

Comments

@MatMoore
Copy link
Collaborator

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)

@audreyfeldroy
Copy link
Collaborator

audreyfeldroy commented Mar 11, 2020

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)

@audreyfeldroy
Copy link
Collaborator

More potentially useful projects here: https://weileizeng.github.io/Open-Source-COVID-19/world

@MatMoore
Copy link
Collaborator Author

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?

@andreagrandi
Copy link
Owner

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 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants