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