IODA Bundle
tropomi_no2_nc2ioda Namespace Reference

Classes

class  tropomi
 

Functions

def main ()
 

Variables

string IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"
 
list locationKeyList
 
dictionary obsvars
 
dictionary AttrData
 

Function Documentation

◆ main()

def tropomi_no2_nc2ioda.main ( void  )

Definition at line 154 of file tropomi_no2_nc2ioda.py.

Variable Documentation

◆ AttrData

dictionary tropomi_no2_nc2ioda.AttrData
Initial value:
1 = {
2  'converter': os.path.basename(__file__),
3 }

Definition at line 38 of file tropomi_no2_nc2ioda.py.

◆ IODA_CONV_PATH

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

Definition at line 18 of file tropomi_no2_nc2ioda.py.

◆ locationKeyList

list tropomi_no2_nc2ioda.locationKeyList
Initial value:
1 = [
2  ("latitude", "float"),
3  ("longitude", "float"),
4  ("datetime", "string"),
5 ]

Definition at line 27 of file tropomi_no2_nc2ioda.py.

◆ obsvars

dictionary tropomi_no2_nc2ioda.obsvars
Initial value:
1 = {
2  'nitrogendioxide_tropospheric_column': 'nitrogen_dioxide_in_tropospheric_column',
3  'nitrogendioxide_total_column': 'nitrogen_dioxide_in_total_column',
4 }

Definition at line 33 of file tropomi_no2_nc2ioda.py.