IODA Bundle
|
Go to the source code of this file.
Namespaces | |
run_satwnds | |
Functions | |
def | run_satwnds._make_file_from_template (template_path, replacements, output_path) |
def | run_satwnds._process_bufr_path (path) |
def | run_satwnds.run (bufr_path, num_threads, output_dir) |
Variables | |
string | run_satwnds.OLD_SUBSET_PATTERN = r'NC0050([1245678]\d|90)' |
string | run_satwnds.NEW_SUBSET_PATTERN = r'NC0050(3\d|91)' |
run_satwnds.EXE_DIR = pathlib.Path(__file__).parent.absolute() | |
run_satwnds.OLD_SUBSET_TEMPLATE_PATH | |
run_satwnds.NEW_SUBSET_TEMPLATE_PATH | |
string | run_satwnds.DESCRIPTION |
run_satwnds.parser = argparse.ArgumentParser(description=DESCRIPTION) | |
run_satwnds.type | |
run_satwnds.help | |
run_satwnds.default | |
run_satwnds.args = parser.parse_args() | |
run_satwnds.start_time = datetime.now() | |