argopy.DataFetcher.region

DataFetcher.region(self, box:list)

Fetch data from a space/time domain

Parameters:
box: list(lon_min: float, lon_max: float, lat_min: float, lat_max: float, pres_min: float, pres_max: float,
date_min: str, date_max: str)

Define the domain to load all Argo data for. Longitude, latitude and pressure bounds are required, while the two bounding dates [date_min and date_max] are optional. If not specificied, the entire time series is requested.

Returns:
argopy.DataFetcher with an access point initialized.