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 (str or None (default None)) – The group to open. If None, the root group is opened.

Methods

__init__(dataset[, group])

close()

get_attrs()

Remove any opendap specific attributes

get_dimensions()

get_encoding()

get_variables()

load()

This loads the variables and attributes simultaneously.

open(url[, group, application, session, ...])

open_store_variable(var)

Attributes

ds