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
Examples
from argopy import ArgoIndex idx = ArgoIndex(index_file='core') idx.query.box([-60, -55, 40., 45., '2007-08-01', '2007-09-01'])