netCDF python definitions

Module exports the following:


ncfile objects have the following methods:

ncvar objects are either pseudo-sequences or pseudo-variable. They have the following methods:


NetCDF attributes are treated as python attributes and can be put/get but not created. Global attributes are attributes of the ncfile object, variable attributes are attributes of the ncvar object. There is a namespace clash where an attribute may have the same name as one of the above methods. In that case, it can be put/get with a put_att() or get_att() method.