cudsinterface

cuDataset.default_variable(self, vname)

Set the default variable name.

cuDataset.cleardefault(self)

Clear the default variable name.

cuDataset.listall(self[, vname, all])

Get info about data from the file.

cuDataset.listattribute(self[, vname])

Get attributes of data from the file.

cuDataset.listdimension(self[, vname])

List Dimension

cuDataset.listglobal(self)

List Global

cuDataset.listvariable(self)

List Variable

cuDataset.showglobal(self[, device])

Show the global attributes in the file.

cuDataset.showvariable(self[, device])

Show the variables in the file.

cuDataset.showattribute(self[, vname, device])

Show the attributes of vname.

cuDataset.showdimension(self[, vname, device])

Show the dimension names associated with a variable.

cuDataset.showall(self[, vname, all, device])

Show a full description of the variable.

cuDataset.dimensionobject(self, dname[, vname])

CDMS axis object for the dimension named dname.

cuDataset.dimensionarray(self, dname[, vname])

Values of the dimension named dname.

cuDataset.getdimensionunits(self, dname[, vname])

Get the units for the given dimension.

cuDataset.getglobal(self, attribute)

Get the value of the global attribute.

cuDataset.getattribute(self, vname, attribute)

Get the value of attribute for variable vname

cuDataset.getslab(self, vname, *args, **keys)

Get Slab

cuDataset.readScripGrid(self[, whichGrid, …])

Read a SCRIP curvilinear or generic grid from the dataset.