argopy.ArgoIndex.query.wmo_cyc

argopy.ArgoIndex.query.wmo_cyc#

ArgoIndex.query.wmo_cyc(WMOs, CYCs, nrows=None, composed=False)#

Search index for floats defined by their WMO and specific cycle numbers

Parameters:
Return type:

ArgoIndex

Examples

from argopy import ArgoIndex
idx = ArgoIndex(index_file='core')

idx.search_wmo_cyc(2901746, 12)
idx.search_wmo_cyc([2901746, 4902252], [1,2])