Cached catalog of Copernicus Marine ARCO Zarr datasets with URLs for timeChunked and geoChunked stores. Updated periodically via data-raw/update_catalog.R.

cmems_catalog_data

Format

A tibble with columns:

product_id

CMEMS product identifier

dataset_version_id

Full dataset identifier with version suffix

dataset_id

Dataset identifier without version

version

6-digit version string (YYYYMM), NA for static datasets

timeChunked_url

HTTPS URL to timeChunked.zarr (spatial slice access)

geoChunked_url

HTTPS URL to geoChunked.zarr (time series access)

native_url

URL to native files (if available)

timeChunked_gdal

GDAL DSN using /vsicurl/ (no setup needed)

geoChunked_gdal

GDAL DSN using /vsicurl/ (no setup needed)

timeChunked_gdals3

GDAL DSN using /vsis3/ (needs cmems_setup())

geoChunked_gdals3

GDAL DSN using /vsis3/ (needs cmems_setup())

timeChunked_s3

S3 URI for timeChunked store

geoChunked_s3

S3 URI for geoChunked store

See also

cmems_catalog() to refresh, cmems_latest() to filter to latest versions, cmems_arco_only() to remove non-ARCO datasets