argopy.ArgoIndex.query.dac#
- ArgoIndex.query.dac(dac: list[str], nrows=None, composed=False)#
Search index for DAC
- Parameters:
dac (str, list(str)) – One or more DAC names to look for (based on file paths).
- Return type:
Examples
from argopy import ArgoIndex idx = ArgoIndex() idx.query.dac('coriolis') idx.query.dac(['aoml', 'meds'])