Represent a netcdf dimension or variable. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
name | |
size | |
ndim | |
shape | |
dimensions | |
attributes | |
data | |
dtype | |
Represent a netcdf dimension or variable.
def common.module_netcdf.NetcdfDict.__init__ | ( | self | ) |
def common.module_netcdf.NetcdfDict.__str__ | ( | self | ) |
common.module_netcdf.NetcdfDict.attributes |
common.module_netcdf.NetcdfDict.data |
common.module_netcdf.NetcdfDict.dimensions |
common.module_netcdf.NetcdfDict.dtype |
common.module_netcdf.NetcdfDict.name |
common.module_netcdf.NetcdfDict.ndim |
common.module_netcdf.NetcdfDict.shape |
common.module_netcdf.NetcdfDict.size |