|
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 gds2_sst2ioda.main | ( | void | ) |
Definition at line 168 of file gds2_sst2ioda.py.
| def gds2_sst2ioda.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 gds2_sst2ioda.py.
| string gds2_sst2ioda.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
Definition at line 21 of file gds2_sst2ioda.py.
| list gds2_sst2ioda.output_var_names |
Definition at line 28 of file gds2_sst2ioda.py.