A sf
object as provided by GISCO (2016 version).
Format
A POLYGON
sf
object (resolution: 1:20million, EPSG:4326)
with 3 variables:
- COAS_ID
Coast ID.
- FID
FID.
- geometry
geometry field.
See also
Other dataset:
gisco_countries
,
gisco_countrycode
,
gisco_db
,
gisco_nuts
Examples
data("gisco_coastallines")
head(gisco_coastallines)
#> Simple feature collection with 6 features and 2 fields
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: -180 ymin: -89 xmax: 179.9948 ymax: 83.65187
#> Geodetic CRS: WGS 84
#> COAS_ID FID geometry
#> 1 1 1 POLYGON ((113.6472 22.70988...
#> 2 2 2 POLYGON ((-58.83353 -63.552...
#> 3 3 3 POLYGON ((-94.64807 74.0768...
#> 4 4 4 POLYGON ((143.5061 -12.9617...
#> 5 6 6 POLYGON ((-76.4565 83.10617...
#> 6 5 5 POLYGON ((-34.8436 83.57385...