argopy.ArgoIndex.query.wmo

argopy.ArgoIndex.query.wmo#

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

Search index for floats defined by WMO

Parameters:

WMOs (list(int) or list(str)) – List of WMOs to search

Return type:

ArgoIndex

Examples

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

idx.query.wmo(2901746)
idx.query.wmo([2901746, 4902252])