xarray.backends.PydapBackendEntrypoint#

class xarray.backends.PydapBackendEntrypoint[source]#

Backend for steaming datasets over the internet using the Data Access Protocol, also known as DODS or OPeNDAP based on the pydap package.

This backend is selected by default for urls.

For more information about the underlying library, visit: https://www.pydap.org

See also

backends.PydapDataStore

__init__()#

Methods

__init__()

guess_can_open(filename_or_obj)

Backend open_dataset method used by Xarray in open_dataset().

open_dataset(filename_or_obj[, ...])

Backend open_dataset method used by Xarray in open_dataset().

Attributes

available

description

open_dataset_parameters

url