oceanspy.open_oceandataset.from_catalog

oceanspy.open_oceandataset.from_catalog(name, catalog_url=None)[source]

Import oceandataset using a yaml catalog. Try to use intake-xarray, otherwise use intake-xarray and xmitgcm.open_mdsdataset().

Parameters:
name: str

Name of the oceandataset to open.

catalog_url: str or None

Path from which to read the catalog. If None, use SciServer’s catalogs.

References