Skip to contents

spain_ccaas

Usage

spain_ccaas

Format

spain_ccaas

A sf object with 19 rows and 4 columns:

OBJECTID
codigo
nombre
geometry

Examples

library(sf)
#> Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE
data(spain_ccaas)
head(spain_ccaas)
#> Simple feature collection with 6 features and 3 fields
#> Geometry type: MULTIPOLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -2.1165 ymin: -1.7197 xmax: 1.6146 ymax: -0.7477
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 4
#>   OBJECTID codigo nombre                                                geometry
#>      <int>  <int> <chr>                                       <MULTIPOLYGON [°]>
#> 1        1     12 Galicia                      (((-1.7038 -1.5727, -1.7318 -1.5…
#> 2        2     16 País Vasco                   (((-0.1135 -1.1183, -0.1973 -1.0…
#> 3        3     15 Navarra (Comunidad Foral de) (((0.1863 -1.2973, 0.1816 -1.297…
#> 4        4      6 Cantabria                    (((-0.5586 -1.0557, -0.6871 -0.9…
#> 5        5      3 Asturias (Principado de)     (((-1.3841 -1.1094, -1.387 -1.05…
#> 6        6      9 Cataluña                     (((0.8942 -1.7197, 0.8129 -1.667…