argopy.ArgoIndex.query.params#
- ArgoIndex.query.params(PARAMs, logical='and', nrows=None, composed=False)#
Search index for one or a list of parameters
- Parameters:
- Return type:
Examples
from argopy import ArgoIndex idx = ArgoIndex(index_file='bgc-s') idx.query.params(['C1PHASE_DOXY', 'DOWNWELLING_PAR']) idx.query.params(['C1PHASE_DOXY', 'DOWNWELLING_PAR'], logical='or')
Warning
This method is only available for index following the
bgc-s,bgc-bandauxconventions.