pyxpcm.tutorial.open_dataset

pyxpcm.tutorial.open_dataset(name)[source]

Open a dataset from the pyXpcm online data repository (requires internet).

If a local copy is found then always use that to avoid network traffic.

Parameters:
name : str

Name of the dataset to load among:

  • dummy (depth,sample) dummy array
  • argo (depth,sample) real Argo data sample
  • isas_snapshot (depth,latitude,longitude) real gridded product
  • isas_series (depth,latitude,longitude,time) real gridded product time series
Returns:
xarray.Dataset