argopy.stores.argo_index_pa.indexstore_pyarrow.search_lat_lon#

indexstore_pyarrow.search_lat_lon(BOX, nrows=None)[source]#

Search index for a rectangular latitude/longitude domain

Parameters:

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

Warning

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

Examples

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