argopy.ArgoIndex.query.lon_lat

argopy.ArgoIndex.query.lon_lat#

ArgoIndex.query.lon_lat(BOX, nrows=None, composed=False)#

Search index for a rectangular longitude/latitude domain

Parameters:

BOX (list()) – An index box to search Argo records for.

Return type:

ArgoIndex

Warning

Only lat/lon bounds are used from the index box.

Examples

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

idx.query.lon_lat([-60, -55, 40., 45., '2007-08-01', '2007-09-01'])