xarray.backends.PydapDataStore¶
-
class
xarray.backends.PydapDataStore(ds)¶ 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__(self, ds)¶ - Parameters
ds (pydap DatasetType) –
Methods
__init__(self, ds)- param ds
close(self)get(self, key[, default])get_attrs(self)get_dimensions(self)get_encoding(self)get_variables(self)items(self)keys(self)load(self)This loads the variables and attributes simultaneously.
open(url[, session])open_store_variable(self, var)values(self)Attributes
attrsdimensionsvariables-