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.
Methods
__init__
(ds)- Parameters
ds (
pydap DatasetType
)
close
()load
()This loads the variables and attributes simultaneously.
open
(url[, application, session, ...])open_store_variable
(var)