argopy.ArgoIndex.query.wmo#
- ArgoIndex.query.wmo(WMOs, nrows=None, composed=False)#
Search index for floats defined by WMO
Examples
from argopy import ArgoIndex idx = ArgoIndex(index_file='core') idx.query.wmo(2901746) idx.query.wmo([2901746, 4902252])