argopy.DataFetcher.to_index#

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

Create a profile index of Argo data, fetch data if necessary

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

Parameters:
  • full (bool, default: False) โ€“ If possible, should extract a reduced index (only space/time/wmo/cyc) from fetched profiles, otherwise 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