sociepy / covid19-vaccination-subnational

🌍💉 Global COVID-19 vaccination data at the regional level.
https://sociepy.org/covid19-vaccination-subnational
GNU General Public License v3.0
61 stars 15 forks source link

Uruguay, alternative data source #54

Closed 3dgiordano closed 3 years ago

3dgiordano commented 3 years ago

In the case of Uruguay, you can take the information from the following repository: https://github.com/3dgiordano/covid-19-uy-vacc-data/blob/main/data/Uruguay.csv

The same repository that is used in OWID for its data. I added columns to reflect the sub-national data in the last few weeks.

If you want to migrate, the actual column format is total_[sub_id] where [sub_id] is the identification of the ISO format region in lowercase. Example: total_ar is total_vaccinations of UY-AR

In the next week I hope to resolve the data for people_vaccinated and people_fully_vaccinated. I will notify you when it is available.

lucasrodes commented 3 years ago

Great, thanks for your work and for letting me know. I'll be changing the script soon 😃

@3dgiordano

3dgiordano commented 3 years ago

Hi @lucasrodes

The data structure is already handling the concept of vaccinated and fully vaccinated people both at the country level and by region. people_id and fully_id where id is the id of the iso region, without the country id.

https://github.com/3dgiordano/covid-19-uy-vacc-data/blob/main/data/Uruguay.csv

Currently the data are estimates based on vaccination plans. We are waiting for official data to begin to be published to update with real data.

We have just started to give the second dose, in the course of the week I hope to have the final data and make adjustments to the actual data.

Regards

lucasrodes commented 3 years ago

This is great @3dgiordano ! Thanks for letting me know

I have been looking at your data and seems a good option to migrate for now. I will need to spend some time however as the formating is slightly different and will need to do some column/row transformations.

I'll try to do this in the upcoming days.

Regards

lucasrodes commented 3 years ago

Hi @3dgiordano, I am currently a bit busy at work and can't update the script to update Uruguay's data.

I might do it soon, but for the time if you want to work on this I am more than happy. Thanks!

3dgiordano commented 3 years ago

Hi @lucasrodes

Maybe I can work on it over the weekend.

Next week if you have a PR to review it is because I was able to dedicate it.

Regards.

3dgiordano commented 3 years ago

Hi @lucasrodes

Apologies for closing the issue, it was a mistake.

Now my project generates in the format of your project. I did not have the time to make the modifications in your python project to change and test the new source.

Surely I already did the most difficult part and I made it much easier for you.

https://raw.githubusercontent.com/3dgiordano/covid-19-uy-vacc-data/main/data/Subnational.csv

PS: Region names also have accent removal, it generates exactly the same format as your project.

Regards

lucasrodes commented 3 years ago

Muchas gracias @3dgiordano !

It now looks like it could be smoothly integrated with this dataset. I'll try to do it today and will let you know!

Regards

lucasrodes commented 3 years ago

Once again, thanks for your work @3dgiordano