argopy.ArgoIndex.read_files

argopy.ArgoIndex.read_files#

ArgoIndex.read_files(index: bool = False, multi: bool = False) List[str]#

Return file paths listed in index or search results

Fall back on full index if search not triggered

Parameters:
  • index (bool, optional, default = False) – Use search results (False, default) or full index (True)

  • multi (bool, optional, default = False) – Transform the list of mono-profile files to multi-profile files. Only available for ‘core’ and ‘bgc-s’ index conventions.

Return type:

list(str)