Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Italy - changes in provinces in Sardegna region #33

Closed
RamiKrispin opened this issue Apr 25, 2020 · 2 comments
Closed

Italy - changes in provinces in Sardegna region #33

RamiKrispin opened this issue Apr 25, 2020 · 2 comments

Comments

@RamiKrispin
Copy link

Hi,

I am working with Italy data, and I noticed that the provinces of Sardegna region in Italy are not updated:

> italy_map <- rnaturalearth::ne_states(country = "Italy", returnclass = "sf") %>%
    dplyr::filter(region == "Sardegna")
> italy_map$name %>% unique %>% sort
[1] "Cagliari"          "Carbonia-Iglesias" "Medio Campidano"   "Nuoro"            
[5] "Ogliastra"         "Olbia-Tempio"      "Oristrano"         "Sassari" 

On 2016, the provinces Carbonia-Iglesias, Medio Campidano, and some part of Cagliari were merged into new province - South Serdinia (source (Wikipodia)[https://en.wikipedia.org/wiki/Province_of_South_Sardinia]).

Therefore, when plotting Italy provinces, with the new provinces setting, this is the results:

image

Thanks,
Rami

@Nowosad
Copy link

Nowosad commented Apr 25, 2020

@RamiKrispin I believe that the rnaturalearth package is just an interface for the data from https://www.naturalearthdata.com/. You probably should point them to this problem using https://www.naturalearthdata.com/issues/.

@RamiKrispin
Copy link
Author

Thanks, will do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants