Skip to content

Commit

Permalink
Use siane version to avoid issues on GISCO bad requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Jun 10, 2024
1 parent bd1b3fa commit 1c82dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/municipios.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Import the geometry shapes for the municipalities using [mapSpain](https://githu

```{r}
library(mapSpain)
shp <- esp_get_munic(year = "2016") %>% select(LAU_CODE)
shp_ccaa <- mapSpain::esp_get_ccaa()
shp <- esp_get_munic_siane(year = "2016") %>% select(LAU_CODE)
shp_ccaa <- mapSpain::esp_get_ccaa_siane()
```


Expand Down

0 comments on commit 1c82dd1

Please sign in to comment.