PseudoNetCDF.icarttfiles package
Submodules
PseudoNetCDF.icarttfiles.ffi1001 module
- class PseudoNetCDF.icarttfiles.ffi1001.TestFfi1001(methodName='runTest')[source]
Bases:
TestCase
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class PseudoNetCDF.icarttfiles.ffi1001.ffi1001(*args, **kwds)[source]
Bases:
PseudoNetCDFFile
- Overview:
ffi1001 is a reader object for the NASA AMES format also known as the ICARTT file format. The format is defined in detail at https://www-air.larc.nasa.gov/missions/etc/IcarttDataFormat.htm Standard of practice is to write files in UTF-8 encoding. However, it is not uncommon to receive files with special characters. To specify an encoding use the encoding keyword.
Example
datafile = ffi1001(path, encoding = ‘latin1’)
- Parameters:
file (path - path to)
and (keysubs - dictionary of characters to remove from variable keys) – their replacements
encoding (encoding - file)
not (default_ulod_flag - flag value for upper limit of detections if) – specified
llod_flag (default_llod_value - default value to use for replacement of)
not – specified
ulod_flag (default_ulod_value - default value to use for replacement of)
- Returns:
out - PseudoNetCDFFile interface to data in file.