xarray.backends.PydapDataStore

xarray.backends.PydapDataStore

class xarray.backends.PydapDataStore(ds)[source]

Store for accessing OpenDAP datasets with pydap.

This store provides an alternative way to access OpenDAP datasets that may be useful if the netCDF4 library is not available.

__init__(ds)[source]
Parameters

ds (pydap DatasetType)

Methods

__init__(ds)

Parameters

ds (pydap DatasetType)

close()

get_attrs()

get_dimensions()

get_encoding()

get_variables()

load()

This loads the variables and attributes simultaneously.

open(url[, session])

open_store_variable(var)