Distance Calculation

Distance calculation to the nearest coastline from core locations

As the initial data analysis will be performed on the ICES-DOME sites located within European coastlines, the distances to the nearest coastline were calculated.

The distance data is available in the dist_to_coast column of the Site table.

Methods

Coastline data were derived from the Global Self-consistent, Hierarchical, High-resolution Geography (GSHHG) database. High-resolution shoreline polygons were extracted for the region covering European countries. The coastline geometry was cleaned and filtered to ensure topological validity before calculation.

To ensure accurate measurements at high latitudes, where standard global projections (like Mercator) distort distances, all spatial data were projected to the ETRS89-extended Lambert Azimuthal Equal Area projection (EPSG:3035). This Coordinate Reference System is the standard for pan-European statistical mapping and minimizes distortion across the region. The shortest Euclidean distance from each sampling site to the nearest European coastline geometry was then calculated in meters.

The calculation was performed using the sf library in R.

Sediment Site Locations with Distances to Coast