pangeo_fish.io.open_copernicus_catalog

pangeo_fish.io.open_copernicus_catalog#

pangeo_fish.io.open_copernicus_catalog(cat, chunks=None)#

Assemble the given intake catalog into a dataset

Warning

This will only work for the catalog at https://data-taos.ifremer.fr/references/copernicus.yaml

Parameters:
  • cat (intake.Catalog) – The pre-opened intake catalog

  • chunks (mapping, optional) – The initial chunk size. Should be multiples of the on-disk chunk sizes. By default, the chunksizes are {"lat": -1, "lon": -1, "depth": 11, "time": 8}

Returns:

ds (xarray.Dataset) – The assembled dataset.