Trees | Indices | Help |
---|
|
object --+ | netCDF4_classic.Dataset --+ | Dataset
|
|||
|
__getattribute__(self,
name) x.__getattribute__('name') <==> x.name |
||
|
__init__(self,
files) Open a Dataset spanning multiple files, making it look as if it was a single file. |
||
|
__setattr__(self,
name,
value) override base class attribute creation |
||
|
close(self) Close the Dataset. |
||
|
ncattrs(self) return names of netCDF attribute for this Dataset in a list |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Open a Dataset spanning multiple files, making it look as if it was a single file. Variables in the list of files that share the same unlimited dimension are aggregated. Adapted from pycdf by Andre Gosselin.
|
|
Close the Dataset. close()
|
return names of netCDF attribute for this Dataset in a list ncattrs()
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Tue Nov 21 11:27:13 2006 | http://epydoc.sourceforge.net |