-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Recovered values all set to 0 #161
Comments
Our main data provided (JHU) has decided to drop support for recovery data, hence, the API will show 0 until an alternative source is added for world data. There’s a notice regarding this change on the top of the README. Unfortunately little I can do besides change data source, which again, many people will get upset with. |
Will this be fixed soon? :( |
@jaime-chur hopefully ! |
"Our main data provided (JHU) has decided to drop support for recovery data" ... Where its mentioned ? |
(from CSSEGISandData/COVID-19#1250). |
According to a recent interview IBM's CEO they are working on getting the recovered numbers for their new Weather Channel map to track coronavirus. They could be working with CDC to aggregate this data. This might be a creditable data source to get this recovery information from in the future. |
@codedawi Awesome! |
Even in v1, the recovered data are dropped. |
It seems like JHU are starting to track recoveries again (or at least they've added a file for it: https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv), however, the indexing is not compatible with the confirmed and deaths so it won't show up in v2 yet and it also appears the file is a bit corrupted/broken. I'll give them some time to fix it then add back recoveries :). |
@ExpDev07 will https://coronavirus-tracker-api.herokuapp.com/all be updated also? |
@Zrna yes. |
@Zrna recoveries for https://coronavirus-tracker-api.herokuapp.com/all is working again. It will still be a little bit before it's fixed for v2. |
@ExpDev07 thank you for all the hard work! |
Recoveries in Canada is not showing up properly for V1. |
Why? |
Hi, |
Thanks for this excellent API :) |
Is there any future plan to showing recovered data for /v2 ? |
Will recoveries be added to v2? |
@itsamirrezah @Sajantoor coronavirus-tracker-api/app/services/location/jhu.py Lines 131 to 142 in 05e67bd
The issue is the recovered data set doesn't match the other data sets 1-to-1, so they need to be merged. |
Other Idea for try to fix (for the moment) the recovered cases. Add https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv to other route for fetch, and for example in my web application I can "merge" with any functions every country, that would great almost for my web application. |
Will the recovery stats ever be added in the API? |
@ahmedfaaid That is the plan but no-one has gotten around to implementing it yet. See the rest of the thread. I'm currently working on a major redesign to simplify the codebase (hopefully making it more friendly to new contributors). |
@Kilo59 Okay that sounds good. Hopefully someone can help implement soon. I would have contributed if I was a Python dev. |
No description provided.
The text was updated successfully, but these errors were encountered: