IODA Bundle
|
Functions | |
def | read_input (input_args) |
def | main () |
Variables | |
string | IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
list | output_var_names |
def viirs_modis_l2_oc2ioda.main | ( | void | ) |
Definition at line 154 of file viirs_modis_l2_oc2ioda.py.
def viirs_modis_l2_oc2ioda.read_input | ( | input_args | ) |
Reads/converts a single input file, performing optional thinning also. Arguments: input_args: A tuple of input filename and global_config input_file: The name of file to read global_config: structure for global arguments related to read Returns: A tuple of (obs_data, loc_data, attr_data) needed by the IODA writer.
Definition at line 33 of file viirs_modis_l2_oc2ioda.py.
string viirs_modis_l2_oc2ioda.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
Definition at line 21 of file viirs_modis_l2_oc2ioda.py.
list viirs_modis_l2_oc2ioda.output_var_names |
Definition at line 28 of file viirs_modis_l2_oc2ioda.py.