IODA Bundle
glider2ioda Namespace Reference

Classes

class  Profile
 

Functions

def main ()
 

Variables

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

Function Documentation

◆ main()

def glider2ioda.main ( void  )

Definition at line 86 of file glider2ioda.py.

Variable Documentation

◆ AttrData

dictionary glider2ioda.AttrData
Initial value:
1 = {
2  'odb_version': 1,
3 }

Definition at line 38 of file glider2ioda.py.

◆ IODA_CONV_PATH

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

Definition at line 18 of file glider2ioda.py.

◆ locationKeyList

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

Definition at line 31 of file glider2ioda.py.

◆ vName

list glider2ioda.vName
Initial value:
1 = [
2  "sea_water_temperature",
3  "sea_water_salinity"]

Definition at line 26 of file glider2ioda.py.