argopy.tutorial.open_dataset#
- open_dataset(name: str) tuple[source]#
Open a dataset from the argopy online data repository (requires internet).
If a local copy is found then always use that to avoid network traffic.
Refresh dataset with:
` argopy.tutorial.repodata().download(overwrite=True) `- Parameters:
name (str) β
Name of the dataset to load or get information for. It can be one of the following:
gdac: A small subset of the GDAC ftp.weekly_index_prof: The weekly profile index fileglobal_index_prof: The global profile index file
- Returns:
path (str) β Root path to files
files (list(str) or str) β List of files with the requested dataset