An sf object containing spatial data for the Seal Aerial Survey.
data('seal_stations')An sf object:
POINT
NA
xmin: -70.9 ymin: 41.3 xmax: -67 ymax: 44.9
WGS 84
1026 x 14
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(seal_stations)
# Plot the geometry
plot(sf::st_geometry(seal_stations))
} # }