IODA Bundle
combine_files Namespace Reference

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
 

Function Documentation

◆ concat_ioda()

def combine_files.concat_ioda (   FileList,
  OutFile,
  GeoDir 
)

Definition at line 30 of file combine_files.py.

Variable Documentation

◆ args

combine_files.args = parser.parse_args()

Definition at line 368 of file combine_files.py.

◆ default

combine_files.default

Definition at line 365 of file combine_files.py.

◆ FileList

combine_files.FileList = args.input

Definition at line 370 of file combine_files.py.

◆ GeoDir

combine_files.GeoDir = False

Definition at line 373 of file combine_files.py.

◆ help

combine_files.help

Definition at line 361 of file combine_files.py.

◆ IODA_CONV_PATH

string combine_files.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"

Definition at line 15 of file combine_files.py.

◆ nargs

combine_files.nargs

Definition at line 362 of file combine_files.py.

◆ OutFile

combine_files.OutFile = args.output

Definition at line 371 of file combine_files.py.

◆ parser

combine_files.parser
Initial value:
1 = argparse.ArgumentParser(
2  description='Combine conventional obs and GOESIR (currently ahi_himawari8) in IODA format into one output file',
3  formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 357 of file combine_files.py.

◆ required

combine_files.required

Definition at line 362 of file combine_files.py.

◆ str

combine_files.str

Definition at line 362 of file combine_files.py.

◆ True

combine_files.True

Definition at line 365 of file combine_files.py.

◆ type

combine_files.type

Definition at line 362 of file combine_files.py.

◆ vtypedict

dictionary combine_files.vtypedict
Initial value:
1 = {
2  'int32': 'integer',
3  '|S1': 'string',
4  'float32': 'float',
5 }

Definition at line 23 of file combine_files.py.