Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Arctic Ocean: Near Real Time, regional product (AR)

Regional Near Real Time product. Each source file holds a single platform.

File summary

Coverage of the core measurement variables and the two profile-level QC flags across the source NetCDF files. A file counts as having one if the variable is present, regardless of how many of its values are valid. “Extra parameters” lists the non-core variables seen in any file.

  • File: report/header/nrt_ar_ar.yaml.tsv
MetricCount% of files
Files204
with TEMP20399.5%
with PSAL19495.1%
with PRES20299.0%
with DEPH21.0%
with TIME_QC204100.0%
with POSITION_QC19595.6%
Extra parametersCDOM, CHLT, CNDC, DENS, DOX1, DOX2, FLU2, LGH4, OSAT, SIGT, SVEL, TUR4

Conversion

Counts after converting the source NetCDF files to Parquet, before any profile is dropped. These are the “original” numbers every later stage is compared against.

  • File: report/convert/nrt_ar_ar.parquet.tsv
MetricCount
Platforms204
Profiles358,350
Observations93,203,306

Cleaning

Stages that drop whole profiles that are unusable or out of scope. They run in the order below, each on the output of the previous one, so the counts fall monotonically.

Drop bad QC

Drops whole profiles whose profile-level quality flags are bad. A profile is kept only if both its time and position QC are good (flag 1) or absent. Many files ship no profile-level QC, and those profiles are kept.

  • File: report/clean/dropqc/nrt_ar_ar.parquet.tsv
MetricCount% of originalDeleted
Platforms204100.0%0.0%
Profiles356,11399.4%0.6%
Observations92,976,53199.8%0.2%

Drop all-NA profiles

Drops whole profiles that carry no valid measurement at all in any one of temperature, salinity, or pressure. A profile is kept only if each of the three has at least one valid observation.

  • File: report/clean/dropna/nrt_ar_ar.parquet.tsv
MetricCount% of originalDeleted
Platforms19495.1%4.9%
Profiles346,21296.6%3.4%
Observations87,016,10393.4%6.6%

Filter by region

Keeps only the profiles whose position falls inside the region’s bounding box. A profile with a missing position counts as outside and is dropped.

  • File: report/clean/filter/nrt_ar_ar.parquet.tsv
MetricCount% of originalDeleted
Platforms19193.6%6.4%
Profiles306,09185.4%14.6%
Observations80,667,51286.6%13.4%

Bounding box

Geographic extent of the profiles that survived the filter, in decimal degrees. The “Original” column, when present, is the extent of the converted data before any cleaning stage ran, so the two columns show how much the bounding box tightened. Profiles with a missing position are ignored.

MetricFilteredOriginal
Longitude min-179.987-179.987
Longitude max179.998179.998
Latitude min60.000-74.355
Latitude max89.98489.984

Deduplication

Stages that find and remove profiles measuring the same time and place. Profiles match on date and rounded longitude/latitude. The platform is not part of the key, so duplicates are found across platforms as well as within one.

Mark duplicates

Flags every profile that shares its (date, position) key with at least one other. Nothing is removed here, so the counts match the previous stage; “Duplicate profiles” is the pool the next stage picks a survivor from.

  • File: report/dedup/markdup/nrt_ar_ar.parquet.tsv
  • File: output/dedup/markdup/nrt_ar_ar.dups.tsv
MetricCount% of originalDeletedCleaned% of cleanedDeleted (cleaned)
Platforms19193.6%6.4%191100.0%0.0%
Profiles306,09185.4%14.6%306,091100.0%0.0%
Observations80,667,51286.6%13.4%80,667,512100.0%0.0%
Duplicate profiles17,5784.9%306,0915.7%

Duplicates within a platform

Duplicate groups whose profiles all carry the same platform code: one platform reporting the same cast more than once. Percentages are shares of all duplicate profiles.

MetricCount% of duplicates
Duplicate groups4,267
Duplicate profiles12,52071.2%
Platforms116
Observations1,908,49560.8%

Duplicates across platforms

Duplicate groups whose profiles carry two or more different platform codes: the same cast reaching the archive under more than one platform, typically via overlapping products. Percentages are shares of all duplicate profiles.

MetricCount% of duplicates
Duplicate groups2,376
Duplicate profiles5,05828.8%
Platforms22
Observations1,230,50639.2%

Duplicate group sizes

How many profiles each duplicate group holds. A group of 2 is a cast recorded twice; larger groups are the same cast repeated more often. Sizes above 10 are pooled into the final row.

Profiles per groupGroupsProfiles% of duplicates
25,31510,63060.5%
35031,5098.6%
42911,1646.6%
51829105.2%
6764562.6%
7664622.6%
8443522.0%
9373331.9%
10292901.6%
11+1001,4728.4%

Remove duplicates

Keeps one profile per duplicate key and drops the rest. The survivor is the profile with the most observations, with ties broken by first appearance. Profiles with no key (missing time or position) are never treated as duplicates and always survive.

  • File: report/dedup/dedup/nrt_ar_ar.parquet.tsv
MetricCount% of originalDeletedCleaned% of cleanedDeleted (cleaned)
Platforms19193.6%6.4%191100.0%0.0%
Profiles295,15682.4%17.6%306,09196.4%3.6%
Observations79,134,05584.9%15.1%80,667,51298.1%1.9%