ocssw
V2022
|
l1aconvert_seawifs.py File Reference
Go to the source code of this file.
Namespaces | |
l1aconvert_seawifs | |
Functions | |
def | convertToNetcdfName (str hdfname) |
def | convertToNetcdfDimension (str dim, str sds) |
def | copyGlobalAttributes (str iFile, str oFile) |
def | assignNcVarAttr (ncVar, dict attrDict, dataType) |
def | getChunking (ncDims) |
def | copyDatasets () |
def | addTimeVariable () |
def | closeFiles () |
def | setDimensions () |
def | main () |
Variables | |
HDF_READ = SDC.READ | |
string | NC_WRITE = "w" |
string | NC_FORMAT = "NETCDF4" |
tuple | SKIP_ATTRIBUTES |
dictionary | GET_NC_TYPES |
hdfFile = None | |
ncFile = None | |