A harmonised EMODnet Digital Terrain Model (DTM) has been generated for European sea regions (36W,15N; 43E,90N) from selected bathymetric survey data sets, composite DTMs, Satellite Derive Bathymetry (SDB) data products, while gaps with no data coverage are completed by integrating the GEBCO Digital Bathymetry.
|
Access metadata from landing page
Visualise and access data with Openlayer
## [1] "West-Longitude: 0.29"
## [1] "South-Latitude: 50.08"
## [1] "East-Longitude: 2.46"
## [1] "North-Latitude: 51.18"
Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.
values <- getValues(bathy_img$emodnet.mean)
# calcualte the average depth
m <- mean(values,na.rm=T)
m
## [1] 15.8902
# calculate the standard deviation
std_dev <- sd(values,na.rm=T)
std_dev
## [1] 16.9997
Download data for the defined geographical extent:
Data | Georeferenced image | Isobaths |
netcdf | geotiff (RVB) | geojson |