xarray.backends.PydapDataStore#
- class xarray.backends.PydapDataStore(dataset, group=None, session=None, protocol=None, checksums=True)[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__(dataset, group=None, session=None, protocol=None, checksums=True)[source]#
- Parameters:
ds (
pydap DatasetType)group (
strorNone (default None)) – The group to open. If None, the root group is opened.
Methods
__init__(dataset[, group, session, ...])close()Remove any opendap specific attributes
get_child_store(group)Get a store corresponding to the indicated child group.
get_parent_dimensions()load()This loads the variables and attributes simultaneously.
open(url[, group, application, session, ...])open_store_variable(var)Attributes
ds