xarray.backends.PydapDataStore¶
-
class
xarray.backends.PydapDataStore(url)¶ 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__(url)¶
Methods
__init__(url)close()get((k[,d]) -> D[k] if k in D, ...)get_attrs()get_dimensions()get_encoding()get_variables()items(...)keys(...)load()This loads the variables and attributes simultaneously. open_store_variable(var)values(...)Attributes
attrsdimensionsvariables-