IODA Bundle
|
Functions | |
def | concat_ioda (FileList, OutFile, GeoDir) |
Variables | |
string | IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
dictionary | vtypedict |
parser | |
help | |
type | |
str | |
nargs | |
required | |
True | |
default | |
args = parser.parse_args() | |
FileList = args.input | |
OutFile = args.output | |
bool | GeoDir = False |
def combine_files.concat_ioda | ( | FileList, | |
OutFile, | |||
GeoDir | |||
) |
Definition at line 30 of file combine_files.py.
combine_files.args = parser.parse_args() |
Definition at line 368 of file combine_files.py.
combine_files.default |
Definition at line 365 of file combine_files.py.
combine_files.FileList = args.input |
Definition at line 370 of file combine_files.py.
combine_files.GeoDir = False |
Definition at line 373 of file combine_files.py.
combine_files.help |
Definition at line 361 of file combine_files.py.
string combine_files.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@" |
Definition at line 15 of file combine_files.py.
combine_files.nargs |
Definition at line 362 of file combine_files.py.
combine_files.OutFile = args.output |
Definition at line 371 of file combine_files.py.
combine_files.parser |
Definition at line 357 of file combine_files.py.
combine_files.required |
Definition at line 362 of file combine_files.py.
combine_files.str |
Definition at line 362 of file combine_files.py.
combine_files.True |
Definition at line 365 of file combine_files.py.
combine_files.type |
Definition at line 362 of file combine_files.py.
dictionary combine_files.vtypedict |
Definition at line 23 of file combine_files.py.