argopy.fetchers.ArgoDataFetcher.to_index#

ArgoDataFetcher.to_index(full: bool = False, coriolis_id=False)[source]#

Create an index of Argo data, fetch data if necessary

Build an Argo-like index of profiles from fetched data.

Parameters

full (bool, default: False) – Should extract a reduced index (only a space/time) from fetched profiles, or a full index, as returned by an IndexFetcher.

Returns

Argo-like index of fetched data

Return type

pandas.DataFrame