argopy.ArgoIndex.query.box

argopy.ArgoIndex.query.box#

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

Search index for a box: a rectangular latitude/longitude domain and time range

Parameters:

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

Return type:

ArgoIndex

Examples

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

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