covid19datahub / COVID19

A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution
https://covid19datahub.io
GNU General Public License v3.0
251 stars 92 forks source link

Problem getting Brazil's states and municipalities #151

Closed murillorb closed 3 years ago

murillorb commented 3 years ago

Good day, I tried to retrieve data from Brazil's municipalities and only cities from the state of ESPIRITO SANTO appear. I'd like to have data from all brazilian cities.

Command: corona <- COVID19::covid19(country = "Brazil", level =3)

eguidotti commented 3 years ago

Hi @murillorb, we would also like to have data from all brazilian cities. Can you suggest the official data provider for that? We would be happy to add those data in the hub. Thanks!

murillorb commented 3 years ago

I was able to find this database. It does not have all data you have; for example, there is no policy information and the number of tests is computed only statewise.

https://github.com/wcota/covid19br/

murillorb commented 3 years ago

I have found a complete reference of vaccinations city-wise here: https://opendatasus.saude.gov.br/dataset/covid-19-vacinacao

eguidotti commented 3 years ago

Work in progress... almost done :) Stay tuned!

eguidotti commented 3 years ago

The full data for Brazil are now implemented. Let me know if you think something is still missing or find any inconsistency. Otherwise I'm going to close the issue. Thanks!

murillorb commented 3 years ago

Thank you very much! Just a small issue: the state of Espírito Santo shows all caps, in contrast to all other states.

eguidotti commented 3 years ago

Thanks, this shoud be fixed in the latest commit