ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
module_netcdf.NetcdfDict Class Reference

Represent a netcdf dimension or variable. More...

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 name
 
 size
 
 ndim
 
 shape
 
 dimensions
 
 attributes
 
 data
 
 dtype
 

Detailed Description

Represent a netcdf dimension or variable.

Constructor & Destructor Documentation

def module_netcdf.NetcdfDict.__init__ (   self)

Member Function Documentation

def module_netcdf.NetcdfDict.__str__ (   self)

Member Data Documentation

module_netcdf.NetcdfDict.attributes
module_netcdf.NetcdfDict.data
module_netcdf.NetcdfDict.dimensions
module_netcdf.NetcdfDict.dtype
module_netcdf.NetcdfDict.name
module_netcdf.NetcdfDict.ndim
module_netcdf.NetcdfDict.shape
module_netcdf.NetcdfDict.size

The documentation for this class was generated from the following file: