Submersible Dataset

The submersible survey dataset includes data collected during dives using manned submersibles to explore mesophotic and deep reef habitats. Each dive is treated as a site, and each transect or visual segment within that dive is recorded as a station. This structure enables integration with the broader Pristine Seas schema while preserving method-specific granularity.

Submersibles allow access to depths beyond safe diving limits, providing high-resolution video and visual observations in habitats that are otherwise difficult to survey. These data are particularly important for understanding community structure and species distributions in mesophotic zones, deep slopes, and hard-to-access reef environments.

The dataset consists of two interlinked tables:

Each record is linked by ps_site_id, and species observations (when available) are stored separately in protocol-specific data tables.


Tables


Sites (sub.sites)

Each row represents a submersible deployment (i.e., one complete dive). This table includes spatial coordinates, dive timing, and method-specific metadata such as the submersible name, dive type (e.g., science, media), maximum depth reached, pilot name, and primary scientific observer. • The start of descent provides the standard time, latitude, and longitude values for integration with the expedition-wide schema. • The primary observer is recorded in the lead field, consistent with other methods. • Additional fields track operational highlights and submersible metadata.

Stations (sub.stations)

Each row corresponds to a visual survey segment or transect conducted during a submersible dive. These records capture the spatial and environmental context of each observation unit, including start and end times, depth range, habitat descriptors, and optional video annotations.

Stations allow for detailed stratification of observations within a dive and support both quantitative and qualitative analyses of submersible data. Each record is linked to its parent site via ps_site_id.

Observations (sub.observations)

This table is reserved for future integration of species-level observations or annotations linked to submersible transects. Each row will represent a biological observation, including taxonomic identity, size (if measurable), behavior, and context (e.g., associated substrate or depth). All records will be linked to a ps_station_id.