Classes | |
class | common.module_netcdf.NetcdfDict |
Represent a netcdf dimension or variable. More... | |
class | common.module_netcdf.NetcdfError |
Error returned by module_netcdf. More... | |
Namespaces | |
common.module_netcdf | |
Functions | |
def | common.module_netcdf.find_inlist |
Find a NetcdfDict by its name in a list of NetcdfDict objects. More... | |
def | common.module_netcdf.cftime2datetime |
Convert a list of cftime.DatetimeGregorian objects into a list datetime.datetime objects. More... | |
def | common.module_netcdf.datetime2cftime |
Convert a list of datetime.datetime objects into a list cftime.DatetimeGregorian objects. More... | |
def | common.module_netcdf.read |
Read a Netcdf file. More... | |
def | common.module_netcdf.write |
Write a Netcdf file. More... | |