argopy.DataFetcher.region

argopy.DataFetcher.region

DataFetcher.region()

Space/time domain data fetcher

Parameters

box (list()) –

Define the domain to load Argo data for. The box list is made of:
  • lon_min: float, lon_max: float,

  • lat_min: float, lat_max: float,

  • dpt_min: float, dpt_max: float,

  • date_min: str (optional), date_max: str (optional)

Longitude, latitude and pressure bounds are required, while the two bounding dates are optional. If bounding dates are not specified, the entire time series is fetched. Eg: [-60, -55, 40., 45., 0., 10., ‘2007-08-01’, ‘2007-09-01’]

Returns

A data source fetcher for a space/time domain

Return type

argopy.fetchers.ArgoDataFetcher