ICES-DOME Pilot Database

A pilot study to evaluate the database structure using the ICES-DOME data

This site presents the initial version of the database design and its potential applications using the publicly available ICES-DOME dataset.

Source Data

Search criteria

Parameter Group

  • Metals and matalloids (Cobalt, Copper, Manganese, Molybdenum, Selenium, Zinc)
  • Major inorganic constituents (Iodine)

Count of Sediment Sites

The table below summarizes the number of sediment sites collected across 19 countries between 1985 and 2024.

Database Design and Creation

After creating the ER (Entity–Relationship) diagram, the tables were implemented in a single SQLite file containing 10 tables. All required data were extracted from the ICES-DOME export file and imported into the corresponding tables.

  • See the DB Schema page for details on the database architecture.

Geospatial Analysis

To facilitate efficient core and sample selection, distances to the nearest coastline were calculated for the ICES-DOME data. In addition, the nearest country and municipality, as well as the sea and ocean names, were identified based on the core locations.

  • See the Distance Calculation page for the methods and results of calculating the distance to the nearest coastline.
  • See the Location Names page for the estimation of location names from geographic coordinates.
  • See the Interactive Map page for an interactive visualization of site locations with meta-information.

Data Export

Data can be exported for both exploration and submission purposes.

  • See the Export to Tabular File page for a description of a single tabular file format (.tsv.gz) that is extracted and merged from all database tables for data exploration.

Tools