Skip to contents

spain_provinces

Usage

spain_provinces

Format

spain_provinces

A sf object with 60 rows and 4 columns:

OBJECTID
codigo
nombre
geometry

Examples

library(sf)
data(spain_provinces)
head(spain_provinces)
#> Simple feature collection with 6 features and 3 fields
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: -1.8386 ymin: 3.6739 xmax: 0.7771 ymax: 4.2623
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 4
#>   OBJECTID codigo nombre                                                geometry
#>      <int>  <int> <chr>                                            <POLYGON [°]>
#> 1        1     20 Guipúzcoa  ((0.3515 4.0509, 0.2355 4.1197, 0.2355 4.2006, 0.2…
#> 2        2     15 Coruña (A) ((-1.601 3.7516, -1.6469 3.7784, -1.6845 3.7593, -…
#> 3        3     48 Vizcaya    ((0.053 4.0646, -0.01 4.1035, -0.01 4.1277, 0.0123…
#> 4        4     31 Navarra    ((0.6115 3.6739, 0.5459 3.7058, 0.5465 3.7752, 0.3…
#> 5        5     39 Cantabria  ((-0.1907 3.9288, -0.3244 4.0103, -0.3652 3.988, -…
#> 6        6     33 Asturias   ((-1.0583 3.8709, -1.0583 3.9308, -1.1265 3.9792, …