API

Top-level API

Gateway(*args, **kwargs)

Wraps together the individual readers in order to have a single way to search.

Readers

AXDS

ocean_data_gateway.readers.axds.region(kwargs)

Inherits from AxdsReader to search over a region of space and time.

ocean_data_gateway.readers.axds.stations(kwargs)

Inherits from AxdsReader to search for 1+ stations or dataset_ids.

ERDDAP

ocean_data_gateway.readers.erddap.region(kwargs)

Inherits from ErddapReader to search over a region of space and time.

ocean_data_gateway.readers.erddap.stations(kwargs)

Inherits from ErddapReader to search for 1+ stations or dataset_ids.

Local

ocean_data_gateway.readers.local.region(kwargs)

Inherits from LocalReader to search over a region of space and time.

ocean_data_gateway.readers.local.stations(kwargs)

Inherits from LocalReader to search for 1+ stations or dataset_ids.