stevenliuyi / covid19

an interactive, animated COVID-19 coronavirus map to track the outbreak over time by country and by region for selected countries
MIT License
325 stars 97 forks source link

Add confirmedCount for "Comunas" in Chile #36

Open pescap opened 4 years ago

pescap commented 4 years ago

Hi, I am currently working with @estebaniglesias towards adding the "confirmedCount" for "Comunas" in Chile. Comunas are equivalent to subRegions.

Data are available at: https://github.com/ivanMSC/COVID19_Chile/blob/master/historial_comunas.csv with: Date | Region | Comuna | confirmedCount

It sounds like Italy (data_processing_italy.js) has a a rather simple structure and could be a good starting point.

We plan to start by adding the data for comunas, and then try to figure out how to incorporate Comunas to the Map.

Do you have any recommendation/advice? Best wishes, Paul

stevenliuyi commented 4 years ago

Thank you! As you mentioned, the data for comunas would be similar to the Italian provinces. I think it's fairly straightforward to transform the data from csv to json, but adding the corresponding map files may not be that straightforward. Please let me know if you encounter any issue, and I'll try to help.