Git Product home page Git Product logo

Comments (1)

dieghernan avatar dieghernan commented on September 20, 2024

Hola @perezcalderon

Por lo que veo es un problema del IGN. Para resolution = 10 parece que no están incluidos, sin embargo en resolution = 3 si que aparecen:

library(mapSpain)
library(dplyr)
municipios <- esp_get_munic_siane(epsg = 4326, moveCAN = FALSE, 
                                  resolution = 3)
# Aqui si que está
municipios %>%
  filter(LAU_CODE %in% c("34242", "39101","48074")) 
#> Simple feature collection with 3 features and 7 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -4.111872 ymin: 42.13155 xmax: -2.955765 ymax: 43.26689
#> Geodetic CRS:  WGS 84
#>   codauto   ine.ccaa.name cpro ine.prov.name cmun                name LAU_CODE
#> 1      06       Cantabria   39     Cantabria  101 Valle de Villaverde    39101
#> 2      07 Castilla y León   34      Palencia  242          Villodrigo    34242
#> 3      16      País Vasco   48       Bizkaia  074       Urduña/Orduña    48074
#>                         geometry
#> 1 MULTIPOLYGON (((-3.285106 4...
#> 2 MULTIPOLYGON (((-4.076154 4...
#> 3 MULTIPOLYGON (((-3.049804 4...

Created on 2023-07-21 with reprex v2.0.2

from mapspain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.