Community Fishers Vertical Cross Section 

Overview

This data product presents the vertical cross section of an ocean property (e.g., temperature, salinity, etc.) along a transect. 

Transects

A transect is a predefined geospatial area, often consisting of spatially consecutive stations, with an associated origin (latitude, longitude) point.,

Note: Transects may overlap and can include casts that are not associated with a specific station but fall within the geospatial extent of the transect.

Data Requirements

In order to produce this product the data must meet the following requirements:

Formats

The data product is distributed in the following formats:

  1. PNG Plot - A colour contour plot of the parameter against distance vs depth axes.
  2. CSV Table - A tabular summary of the data.
  3. MAT File - A binary, compressed file containing structured arrays with the data.

All formats are based on the same data which includes:

Note: The amount of metadata varies slightly from format to format. PNG plots have the least metadata, presented in the header and comment. CSV tables have it in the table headers. MAT files have raw metadata as a separate structured array.

Data Collection Methodology

Data Processing Workflow

Individual Casts

Each cast (sensor deployment) yields a profile of the ocean property vs depth at a particular location. The measurements from the various sensors attached to and within the instrument are processed to filter, smooth, align, and average data into depth bins. . Recorded measurements are averaged into 1-meter depth bins, each centered at 1-meter intervals (e.g., 0.5–1.5 m centered at 1 m).

Casts can either be assigned to a station or not (unassigned casts that fall within the transect geospatial area). 

Cast Groupings

Profiles from each station are grouped together. Unassigned casts are evaluated and added to an existing group if they fall within a specified distance of any cast in that group (2% of the transect length). After processing the station-based groups, any unassigned casts that remain are grouped independently, using the same proximity-based logic.

Once all groups are formed, the best cast from each group is selected. The "best" cast is defined as the one with the highest number of valid (non-NaN) values, ensuring the most reliable data is used in the final product.

DIVA Interpolation

Values between cast locations are interpolated from profile data using a Data Interpolating Variational Analysis (DIVA) method:

The two-dimensional domain (distance, depth) is discretized by a Finite Element Method (FEM) grid. A spatial density function is applied to the grid generation process in order to cluster nodes more densely near cast locations. The bathymetry line, interpolated using a Piecewise Cubic Hermite Interpolating Polynomial (pchip) from profile depths, is used as a mask such that no values of the ocean property are interpolated for depths deeper than cast measurements. 

Each FEM grid node, defined by a unique (distance, depth) pair, serves as a query point where ocean property values are interpolated as follows: 

  1. For each cast location, vertical values are linearly interpolated for the query depths,
  2. Each query node is assigned a weight based on its horizontal distance from the surrounding cast locations,
  3. For each query node, a weighted average of the vertically interpolated station values is computed and assigned as the interpolated ocean property value.
Error Calculation

For each value interpolated from more than a single cast measurement, a weighted standard deviation and a distance-normalized weighted standard deviation are computed. These values indicate the local uncertainty of the interpolation, based on the degree of agreement between contributing stations and their proximity to the interpolation point. 

The standard deviations are only included in the csv and mat formats of this data product.

Examples

PNG Plot


Text within the plot

The first title string: "TikKuatikkak Bay • TN001 (TRANSECT 1) • Transect Origin: 56.7583° N, -62.5101° W"

The second title string: "Date Range: 2022-07-05T14:45:15Z to 2022-07-05T17:44:22Z (UTC) • Location Range: 56.6713 to 56.756° N, -62.4887 to -62.0957° W • 1 to 122 m"

The third title string: "Cast Direction: Down Cast • 7 Casts in Plot"

The comment in the footer of the plot: "Comments: Data attribution - Nunatsiavut Government (owner), Ocean Networks Canada (owner, custodian, distributor) Interpolation Method: DIVA with values deeper than casts measurements masked out. See documentation (DP 201) for details."

CSV Table

File:

Origin Section

Location Section

Device Section

Data Section

Measured and Interpolated Data Table

Weighted Standard Deviation Table

Distance Normalized Weighted Standard Deviation

MAT File

File:

Metadata: Structure array with metadata

GridData: Structure array with data interpolated from cast data with fields:

ProfileData: Structure array with profile data, aligned and depth-binned.