covid19datahub / COVID19

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

Slovenia, utils::read_excel, South Africa #16

Closed martinbenes1996 closed 4 years ago

martinbenes1996 commented 4 years ago

Just implemented Slovenia at level 1 from datasource: https://www.gov.si/en/topics/coronavirus-disease-covid-19/

The dataformat is xlsx, so I also implemented new utils parser for xlsx reading.

martinbenes1996 commented 4 years ago

Slovenia has several administrative division systems, I added the statistical one. https://en.wikipedia.org/wiki/Statistical_regions_of_Slovenia

I expect the for regional statistical data these will be used.

martinbenes1996 commented 4 years ago

Just made the parser for xlsx able to read specific sheet only or all sheets.

martinbenes1996 commented 4 years ago

South African Republic added. (level 1, confirmed at level 2 ) Source: https://github.com/dsfsi/covid19za

martinbenes1996 commented 4 years ago

I added just very brief csv (TODO), coordinates are lat,lng of region capitals (rather centroids of regions?). https://en.wikipedia.org/wiki/South_Africa#Administrative_divisions https://en.wikipedia.org/wiki/List_of_South_African_provincial_capitals

eguidotti commented 4 years ago

I guess this can be closed. See #21 #20 #19