covidatlas / li

Next-generation serverless crawler for COVID-19 data
Apache License 2.0
57 stars 33 forks source link

Brazil Not Show Records Recovered #431

Closed jzohrab closed 4 years ago

jzohrab commented 4 years ago

Original issue https://github.com/covidatlas/coronadatascraper/issues/875, transferred here on Wednesday Apr 22, 2020 at 08:53 GMT


Brazil not show recovered after 2020-03-29

jzohrab commented 4 years ago

(Transferred comment)

Thank you @rafaelsabino . I opened a PR to fix Brazil today: https://github.com/covidatlas/coronadatascraper/pull/910/files

I'm not sure where to get "Recovered" from though, I only see Cases and Deaths in the data. I'm pulling the data from https://covid.saude.gov.br/.

jzohrab commented 4 years ago

(Transferred comment)

Good Morning @jzohrab . All right? Directly from the health department of brazil, data on recoveries are not reported by state anymore, but globally. You can obtain data on recovered data directly from Johns Hopkins University in the following repository:

https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series

Or the Novel Covid repository. In the link: https://github.com/NovelCOVID/API https://corona.lmao.ninja/docs/ >>> https://corona.lmao.ninja/v2/historical/brazil

Get time series info from the JHU CSSE Data Repository. Every date since 1/22/20 has an entry tracking deaths, cases, and recoveries for each country. Updated each day at 23:59 UTC. Data is updated every 10 minutes: Historical (API JSON): https://disease.sh/v2/historical/brazil

Just choose any of these and you will have the data updated daily and some cases every 10 min. Best regards, Rafael.