argopy.DataFetcher.to_index#

DataFetcher.to_index(full: bool = False, coriolis_id: bool = False)#

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.

  • coriolis_id (bool, default: False) – Add a column to the index with the Coriolis ID of profiles

Returns:

Argo-like index of fetched data

Return type:

pandas.DataFrame