Underway Meteorological (METS)
CalCOFI METS (Underway TSG/Meteorology)
calcofi_metsCalCOFIv2026.09.05metadata
- years
- 2004–2022
- observations
- 511,459
- sampling events
- 77,795
- stations
- 98
- variables
- 17
- depth
- 0–0 m
Overview
Shipboard underway thermosalinograph (TSG) and meteorology data, ~1-minute resolution, recorded continuously along the cruise track.
Open with the provider
- Q29 license — proposed
- Q30 pi_names — proposed
- Q31 citation_main — proposed
calcofi.org page ↗source ↗ingest notebook ↗record JSON JSON-LD
Coverage
17 variables
air_temp_catm_pressure_mbbottom_depth_mchl_fluorlong_wave_radoxygenpar_surfrel_humidity_pctshort_wave_radsss_psusst_csw_phtsg1_salinity_psutsg1_temp_cuws_flowwind_dir_degall 17
wind_speed_ms
Also contributes to
- Carbonate System — sw_ph
- Physical Oceanography — air_temp_c, atm_pressure_mb, bottom_depth_m, oxygen, rel_humidity_pct, sss_psu, sst_c, tsg1_salinity_psu, tsg1_temp_c, uws_flow
- Productivity & Pigments — chl_fluor, par_surf
Access
Every endpoint this dataset can be reached through, grouped by how you would use it. Every URL is in the release record and answered when the release was cut.
Explore
Apps that read this dataset from the release. A row marked “this dataset” opens with it already selected.
https://calcofi.io/explore/?datasets=calcofi_mets
https://app.calcofi.io/station/?dataset=calcofi_mets
https://app.calcofi.io/hex/?datasets=calcofi_mets
https://app.calcofi.io/cruise/?datasets=calcofi_mets
Query
SQL against the release itself, in the browser — nothing to install and nothing downloaded until a query asks for it. __TBL:obs__ resolves to the pinned release’s parquet.
-- calcofi_mets in the CalCOFI release v2026.09.05
SELECT *
FROM __TBL:obs__
WHERE dataset_key = 'calcofi_mets'
LIMIT 100;
https://calcofi.io/db-query/?sql=--+calcofi_mets+in+the+CalCOFI+release+v2026.09.05%0ASELECT+%2A%0AFROM+__TBL%3Aobs__%0AWHERE+dataset_key+%3D+%27calcofi_mets%27%0ALIMIT+100%3B#sql-shell--shell
Code
The same release, from a script.
con <- calcofi4r::cc_get_db()
calcofi4r::cc_cite("calcofi_mets")
con = calcofi4py.cc_get_db()
calcofi4py.cite("calcofi_mets")
SELECT * FROM read_parquet('https://storage.googleapis.com/calcofi-db/ducklake-staging/tables/obs/dataset_key=calcofi_mets/6c8116516fed4f0059274612/data_0.parquet') LIMIT 100;
Get the data
Every way to have the bytes, by source. Nothing here asks you to register first.
Files from the release (Parquet)
The frozen objects this release is made of. A partition holds only this dataset’s rows; a shared table holds every dataset’s, so filter on dataset_key.
https://storage.googleapis.com/calcofi-db/ducklake-staging/tables/obs/dataset_key=calcofi_mets/6c8116516fed4f0059274612/data_0.parquet
CF netCDF
One self-describing file, for a tool that reads netCDF.
how far this file is CF
Fully CF: an underway series on a moving platform is a CF trajectory. One trajectory per cruise; time, latitude and longitude vary along the observation dimension rather than being fixed per instance.
https://storage.calcofi.io/calcofi-files-public/netcdf/calcofi_mets/v2026.09.04/calcofi_mets.nc
ERDDAP (erddap.calcofi.io)
One ERDDAP dataset per grain, each with its own data formats and its own pages. Subset in the browser or query it from a script.
- full resolution (pre-thinning)
- the unthinned series, every bin as the instrument recorded it
- observations
- one row per measurement, joined to the event it was taken on
- sampling events
- one row per cast, tow or transect — when, where and how it was sampled
From the provider
The dataset as its provider publishes it, before CalCOFI ingested it.
https://calcofi.org/data/oceanographic-data/underway/
Metadata records
Records about the data, in the standards each portal harvests.
https://erddap.calcofi.io/erddap/metadata/iso19115/xml/calcofi_mets_iso19115.xml
https://erddap.calcofi.io/erddap/metadata/fgdc/xml/calcofi_mets_fgdc.xml
https://calcofi.io/datasets/calcofi_mets.jsonld
https://calcofi.io/datasets/calcofi_mets.json
https://calcofi.io/data.json
https://calcofi.io/stac/#/collections/calcofi_mets/collection.json
Archives & portals
Where this dataset is registered outside calcofi.io, by the identifier each portal knows it as.
https://erddap.calcofi.io/erddap/info/calcofi_mets/index.html
https://doi.org/10.5281/zenodo.22281994
Everything here is open — nothing on calcofi.io asks you to register first. If this dataset ends up in something you build or publish, register your use so it can be credited and linked back; to hear when a release changes it, stay informed. Questions: data@calcofi.io.
Cite
CalCOFI. Underway (METS) TSG/Meteorology Data. CalCOFI.org.
BibTeX
@misc{calcofi_mets,
title = {CalCOFI METS (Underway TSG/Meteorology)},
howpublished = {CalCOFI. Underway (METS) TSG/Meteorology Data. CalCOFI.org.}
}
…and the release it came from
CalCOFI (2026). CalCOFI Integrated Database, release v2026.09.05 [Data set]. Scripps Institution of Oceanography, NOAA Fisheries, and California Department of Fish and Wildlife. https://calcofi.io/db-schema/?v=v2026.09.05
BibTeX
@misc{calcofi_release_v2026_09_05,
title = {CalCOFI Integrated Database, release v2026.09.05},
author = {CalCOFI},
year = {2026},
publisher = {Scripps Institution of Oceanography, NOAA Fisheries, and California Department of Fish and Wildlife},
url = {https://calcofi.io/db-schema/?v=v2026.09.05}
}