xray.backends.PydapDataStore

class xray.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_variables()
items(() -> list of D’s (key, value) pairs, ...)
iteritems(() -> an iterator over the (key, ...)
iterkeys(() -> an iterator over the keys of D)
itervalues(...)
keys(() -> list of D’s keys)
load() This loads the variables and attributes simultaneously.
open_store_variable(var)
values(() -> list of D’s values)

Attributes

attrs
dimensions
variables