Commit fd2fa62c authored by iregon's avatar iregon
Browse files

Removed all version

parent c5c122a7
{
"header": {
"format": "fixed_width",
"delimiter": ","
},
"elements": {
"Identifier": {
"description": "WMO Buoy number",
"field_length": 5,
"column_type": "object"
},
"Odate": {
"description": "Observation date",
"field_length": 8,
"column_type": "str"
},
"Otime": {
"description": "Observation time",
"field_length": 4,
"column_type": "str"
},
"Lat": {
"description": "Latitude (positive North)",
"field_length": 9,
"column_type": "float16",
"valid_max": 90.0,
"valid_min": -90.0,
"decimal_places": 4,
"units": "degrees"
},
"Lon": {
"description": "Longitude (positive West)",
"field_length": 9,
"column_type": "float16",
"valid_max": 180.0,
"valid_min": -180.0,
"decimal_places": 4,
"units": "degrees"
},
"QC_POS": {
"description": "Quality control flag for position",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"PDT": {
"description": "Position date",
"field_length": 8,
"column_type": "str"
},
"PTM": {
"description": "Position time",
"field_length": 4,
"column_type": "str"
},
"Drogue": {
"description": "Drogue depth",
"field_length": 7,
"column_type": "float16",
"valid_max": 99999.0,
"valid_min": 0.0,
"decimal_places": 1,
"units": "metre"
},
"SST": {
"description": "Sea surface temperature",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": -99.99,
"decimal_places": 2,
"units": "degree Celsius"
},
"QC_SST": {
"description": "Quality control flag for SST",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"Airtemp": {
"description": "Air temperature",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": -99.99,
"decimal_places": 2,
"units": "degree Celsius"
},
"QC_AirT": {
"description": "Quality control flag for Air temp",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"Pressure": {
"description": "Air Pressure at sea level",
"field_length": 7,
"column_type": "float32",
"valid_max": 1074.6,
"valid_min": 870.0,
"decimal_places": 2,
"units": "hectopascal"
},
"QC_Pr": {
"description": "Quality control flag for pressure",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"WSp": {
"description": "Wind speed",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": 0.0,
"decimal_places": 2,
"units": "metres per second"
},
"QC_Wsp": {
"description": "Quality control flag for Wind Speed",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"WDir": {
"description": "Wind direction relative to true North",
"field_length": 7,
"column_type": "float16",
"valid_max": 360.0,
"valid_min": 0.0,
"decimal_places": 2,
"units": "degrees true"
},
"QC_WD": {
"description": "Quality control flag for Wind direction",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
},
"RelHum": {
"description": "Relative humidity (%)",
"field_length": 7,
"column_type": "float16",
"valid_max": 100.0,
"valid_min": 0.0,
"decimal_places": 2
},
"QC_RH": {
"description": "Quality control flag for relative humidity",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "qc_flags"
}
}
}
{
"0":"not checked",
"1":"good",
"3":"doubtful",
"4":"bad"
}
{
"header": {
"parsing_order": [{"s": ["core"]},{"o": ["c1","c5","c6","c7","c8","c9","c95","c96","c97","c98","c99"]}]
},
"sections": {
"core": {
"header": {"sentinal": null,"length": 108},
"elements": {
"YR": {
"description": "year UTC",
"field_length": 4,
"column_type": "uint16",
"valid_max": 2024,
"valid_min": 1600,
"units": "year"
},
"MO": {
"description": "month UTC",
"field_length": 2,
"column_type": "uint8",
"valid_max": 12,
"valid_min": 1,
"units": "month"
},
"DY": {
"description": "day UTC",
"field_length": 2,
"column_type": "uint8",
"valid_max": 31,
"valid_min": 1,
"units": "day"
},
"HR": {
"description": "hour UTC",
"field_length": 4,
"column_type": "float32",
"valid_max": 23.99,
"valid_min": 0.0,
"scale": 0.01,
"decimal_places": 2,
"units": "hour"
},
"LAT": {
"description": "latitude",
"field_length": 5,
"column_type": "float32",
"valid_max": 90.0,
"valid_min": -90.0,
"scale": 0.01,
"decimal_places": 2,
"units": "degrees"
},
"LON": {
"description": "longitude, check/ask two conventions in imma1 doc",
"field_length": 6,
"column_type": "float32",
"valid_max": 359.99,
"valid_min": 0.0,
"scale": 0.01,
"decimal_places": 2,
"units": "degrees"
},
"IM": {
"description": "IMMA version",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.IM"
},
"ATTC": {
"description": "attm count",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"TI": {
"description": "time indicator",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.TI"
},
"LI": {
"description": "lat/lon indicator",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.LI"
},
"DS": {
"description": "ship course",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.DS"
},
"VS": {
"description": "ship speed",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.VS"
},
"NID": {
"description": "national source indic.",
"field_length": 2,
"column_type": "str"
},
"II": {
"description": "ID indicator",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.II"
},
"ID": {
"description": "identification/callsign",
"field_length": 9,
"column_type": "str"
},
"C1": {
"description": "country code",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.C1"
},
"DI": {
"description": "wind direction indic.",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.DI"
},
"D": {
"description": "wind direction (true)",
"field_length": 3,
"column_type": "int16",
"valid_max": 362,
"valid_min": 1,
"units": "degrees true"
},
"WI": {
"description": "wind speed indic.",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.WI"
},
"W": {
"description": "wind speed",
"field_length": 3,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": 0.0,
"scale": 0.1,
"decimal_places": 1,
"units": "metres per second"
},
"VI": {
"description": "visibility indic. ICOADS.C0.VI not found in new set",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.VI"
},
"VV": {
"description": "visibility",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.VV"
},
"WW": {
"description": "present weather",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.WW"
},
"W1": {
"description": "past weather",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.W1"
},
"SLP": {
"description": "sea level pressure",
"field_length": 5,
"column_type": "float32",
"valid_max": 1074.6,
"valid_min": 870.0,
"scale": 0.1,
"decimal_places": 1,
"units": "hectopascal"
},
"A": {
"description": "characteristic of PPP",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.A"
},
"PPP": {
"description": "amt. pressure tend.",
"field_length": 3,
"column_type": "float32",
"valid_max": 51.0,
"valid_min": 0.0,
"scale": 0.1,
"decimal_places": 1,
"units": "hectopascal"
},
"IT": {
"description": "indic. for temperatures",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.IT"
},
"AT": {
"description": "air temperature",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"decimal_places": 1,
"units": "degree Celsius"
},
"WBTI": {
"description": "wet bulb temp. indic.",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.WBTI"
},
"WBT": {
"description": "wet-bulb temperature",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"decimal_places": 1,
"units": "degree Celsius"
},
"DPTI": {
"description": "dew-point temp. indic.",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.DPTI"
},
"DPT": {
"description": "dew-point temperature",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"decimal_places": 1,
"units": "degree Celsius"
},
"SI": {
"description": "SST measurement method, table not like original, nor like in doc",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.SI"
},
"SST": {
"description": "sea surface temperature",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"decimal_places": 1,
"units": "degree Celsius"
},
"N": {
"description": "total cloud amount",
"field_length": 1,
"column_type": "int8",
"valid_max": 9,
"valid_min": 0,
"units": "okta"
},
"NH": {
"description": "lower cloud amount",
"field_length": 1,
"column_type": "int8",
"valid_max": 9,
"valid_min": 0,
"units": "eighths of cloud"
},
"CL": {
"description": "low cloud type",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C0.CL"
},
"HI": {
"description": "cloud height indic.",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C0.HI"
},
"H": {
"description": "cloud height",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C0.H"
},
"CM": {
"description": "middle cloud type",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C0.CM"
},
"CH": {
"description": "high cloud type",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C0.CH"
},
"WD": {
"description": "wave direction",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.WD"
},
"WP": {
"description": "wave period",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0,
"units": "second"
},
"WH": {
"description": "wave height",
"field_length": 2,
"column_type": "float32",
"valid_max": 99.0,
"valid_min": 0.0,
"scale": 0.5,
"decimal_places": 1,
"units": "metre"
},
"SD": {
"description": "swell direction",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.SD"
},
"SP": {
"description": "swell period",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0,
"units": "second"
},
"SH": {
"description": "swell height",
"field_length": 2,
"column_type": "float32",
"valid_max": 99.0,
"valid_min": 0.0,
"scale": 0.5,
"decimal_places": 1,
"units": "metre"
}
}
},
"c1": {
"header": {"sentinal": " 165","length": 65},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "str"
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"valid_max": 65,
"valid_min": 65
},
"BSI": {
"description": "box system indicator. Currently not in use",
"field_length": 1,
"column_type": "int8"
},
"B10": {
"description": "10 degree box number",
"field_length": 3,
"column_type": "int16",
"valid_max": 648,
"valid_min": 1
},
"B1": {
"description": "1 degree box number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"DCK": {
"description": "deck",
"field_length": 3,
"column_type": "key",
"codetable": "ICOADS.C1.DCK"
},
"SID": {
"description": "source ID",
"field_length": 3,
"column_type": "key",
"codetable": "ICOADS.C1.SID"
},
"PT": {
"description": "platform type",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C1.PT"
},
"DUPS": {
"description": "dup status",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C1.DUPS"
},
"DUPC": {
"description": "dup check",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.DUPC"
},
"TC": {
"description": "track check",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.TC"
},
"PB": {
"description": "pressure bias",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.PB"
},
"WX": {
"description": "wave period indicator",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.WX"
},
"SX": {
"description": "swell period indicator",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.WX"
},
"C2": {
"description": "2nd country code",
"field_length": 2,
"column_type": "key",
"codetable": "ICOADS.C0.C1"
},
"SQZ": {
"description": "SST: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 1
},
"SQA": {
"description": "SST: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 21,
"valid_min": 1
},
"AQZ": {
"description": "AT: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"AQA": {
"description": "AT: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"UQZ": {
"description": "U-wind: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"UQA": {
"description": "U-wind: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"VQZ": {
"description": "V-wind: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"VQA": {
"description": "V-wind: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"PQZ": {
"description": "SLP: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"PQA": {
"description": "SLP: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"DQZ": {
"description": "Humidity: z flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"DQA": {
"description": "Humidity: alpha flag",
"field_length": 1,
"column_type": "int8",
"encoding": "base36"
},
"ND": {
"description": "night / day flag",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.ND"
},
"SF": {
"description": "SST flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"AF": {
"description": "AT flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"UF": {
"description": "U-wind flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"VF": {
"description": "V-wind flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"PF": {
"description": "SLP flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"RF": {
"description": "RH (and WBT / DPT) flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.TRIM"
},
"ZNC": {
"description": "report-status flag (ship position)",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"WNC": {
"description": "wind flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"BNC": {
"description": "visibility (VV) flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"XNC": {
"description": "present weather (WW) flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"YNC": {
"description": "past weather (W1) flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"PNC": {
"description": "SLP flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"ANC": {
"description": "AT flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"GNC": {
"description": "WBT flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"DNC": {
"description": "DPT flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"SNC": {
"description": "SST flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"CNC": {
"description": "cloud flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"ENC": {
"description": "wave flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"FNC": {
"description": "swell flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"TNC": {
"description": "pressure tendency (A and PPP) flag",
"field_length": 1,
"column_type": "key",
"encoding": "base36",
"codetable": "ICOADS.C1.NCDC"
},
"QCE": {
"description": "external (e.g. OSD)",
"field_length": 2,
"column_type": "int8",
"valid_max": 63,
"valid_min": 0
},
"LZ": {
"description": "2x2 landlocked flag",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C1.LZ"
},
"QCZ": {
"description": "source exclusion flags",
"field_length": 2,
"column_type": "int8",
"valid_max": 31,
"valid_min": 0
}
}
},
"c5": {
"header": {
"sentinal": " 594",
"length": 94
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"OS": {
"description": "observation source",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.os"
},
"OP": {
"description": "observation platform",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.op"
},
"FM": {
"description": "FM code version",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "icoads_3_0.fm"
},
"IMMV": {
"description": "IMMT version",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "icoads_3_0.immv"
},
"IX": {
"description": "station / weather indic.",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.ix"
},
"W2": {
"description": "2nd past weather",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.pastWeather"
},
"WMI": {
"description": "indicicator for wave measurement",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.wmi"
},
"SD2": {
"description": "direction of secondary swell",
"field_length": 2,
"column_type": "int8",
"codetable": "ICOADS.C5.SD2"
},
"SP2": {
"description": "period of secondary swell",
"field_length": 2,
"column_type": "int8",
"codetable": "ICOADS.C5.SP2"
},
"SH2": {
"description": "height of secondary swell",
"field_length": 2,
"column_type": "float16",
"valid_max": 99.0,
"valid_min": 0.0,
"scale": 0.5,
"precision": "0.1"
},
"IS": {
"description": "ice accretion on ship",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.is"
},
"ES": {
"description": "thickness of ice accretion",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"RS": {
"description": "rate of ice accretion",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.rs"
},
"IC1": {
"description": "concentration of sea ice",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C5.IC1"
},
"IC2": {
"description": "stage of development",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C5.IC2"
},
"IC3": {
"description": "ice of land origin",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C5.IC3"
},
"IC4": {
"description": "true bearing of ice edge",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C5.IC4"
},
"IC5": {
"description": "ice situation / trend",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C5.IC5"
},
"IR": {
"description": "indicator for precipation data",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C5.IR"
},
"RRR": {
"description": "amount of precipitation",
"field_length": 3,
"column_type": "int16",
"codetable": "ICOADS.C5.RRR"
},
"TR": {
"description": "duration of period of reference for amount of precipitation",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.tr"
},
"NU": {
"description": "national use",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C5.NU"
},
"QCI": {
"description": "quality control indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicatorGeneral"
},
"QI1": {
"description": "QC indicator for height of clouds",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI2": {
"description": "QC indicator for visibility",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI3": {
"description": "QC indicator for clouds",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI4": {
"description": "QC indicator for wind direction",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI5": {
"description": "QC indicator for wind speed",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI6": {
"description": "QC indicator for air temperature",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI7": {
"description": "QC indicator for dew-point temperature",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI8": {
"description": "QC indicator for air pressure",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI9": {
"description": "QC indicator for weather",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI10": {
"description": "QC indicator for sea surface temperature",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI11": {
"description": "QC indicator for period of wind waves of of measured waves",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI12": {
"description": "QC indicator for height of wind waves of of measured waves",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI13": {
"description": "QC indicator for swell",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI14": {
"description": "QC indicator for precipitation",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI15": {
"description": "QC indicator for characteristic of pressure tendency",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI16": {
"description": "QC indicator for amount of pressure tendency",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI17": {
"description": "QC indicator for true direction of ship",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI18": {
"description": "QC indicator for ship's average speed",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI19": {
"description": "QC indicator for wet-bulb temperature",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI20": {
"description": "QC indicator for ship's position",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI21": {
"description": "MQCS version",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCversion"
},
"HDG": {
"description": "ships's heading",
"field_length": 3,
"column_type": "int16",
"valid_max": 360,
"valid_min": 0
},
"COG": {
"description": "course over ground",
"field_length": 3,
"column_type": "int16",
"valid_max": 360,
"valid_min": 0
},
"SOG": {
"description": "speed over ground",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"SLL": {
"description": "max height of cargo above summer load line",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"SLHH": {
"description": "departure of summer max load line from sea level",
"field_length": 3,
"column_type": "int8",
"valid_max": 99,
"valid_min": -99
},
"RWD": {
"description": "relative wind direction",
"field_length": 3,
"column_type": "int16",
"valid_max": 360,
"valid_min": 1
},
"RWS": {
"description": "relative wind speed",
"field_length": 3,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": 0.0,
"scale": 0.1,
"precision": "0.1"
},
"QI22": {
"description": "QC indicator for ship's heading",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI23": {
"description": "QC indicator for course over ground",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI24": {
"description": "QC indicator for speed over ground",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI25": {
"description": "QC indicator for SLL",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI26": {
"description": "see doc",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI27": {
"description": "QC indicator for SLHH",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI28": {
"description": "QC indicator for relative wind direction",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"QI29": {
"description": "QC indicator for relative wind speed",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.MQCIndicator"
},
"RH": {
"description": "relative humidity",
"field_length": 4,
"column_type": "float32",
"valid_max": 100.0,
"valid_min": 0.0,
"scale": 0.1,
"precision": "0.1"
},
"RHI": {
"description": "relative humidity indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.rhi"
},
"AWSI": {
"description": "AWS indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.awsi"
},
"IMONO": {
"description": "IMO number",
"field_length": 7,
"column_type": "int32",
"valid_max": 9999999.0,
"valid_min": 0.0,
"scale": 1
}
}
},
"c6": {
"header": {
"sentinal": " 668",
"length": 68
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"CCCC": {
"description": "collecting center",
"field_length": 4,
"column_type": "str",
"codetable": "ICOADS.C6.CCCC"
},
"BUID": {
"description": "bulletin ID",
"field_length": 6,
"column_type": "str",
"codetable": "ICOADS.C6.BUID"
},
"FBSRC": {
"description": "feedback source",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C6.FBSRC"
},
"BMP": {
"description": "background SLP",
"field_length": 5,
"column_type": "float32",
"valid_max": 1074.6,
"valid_min": 870.0,
"scale": 0.1,
"precision": "0.1"
},
"BSWU": {
"description": "background wind U-component",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"precision": "0.1"
},
"SWU": {
"description": "derived wind U-component",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"precision": "0.1"
},
"BSWV": {
"description": "background wind V-component",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"precision": "0.1"
},
"SWV": {
"description": "derived wind V-component",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"precision": "0.1"
},
"BSAT": {
"description": "background air temperature",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.9,
"valid_min": -99.9,
"scale": 0.1,
"precision": "0.1"
},
"BSRH": {
"description": "background relative humidity",
"field_length": 3,
"column_type": "float32",
"valid_max": 100.0,
"valid_min": 0.0,
"scale": 1.0,
"precision": "1"
},
"SRH": {
"description": "derived relative humidity",
"field_length": 3,
"column_type": "float32",
"valid_max": 100.0,
"valid_min": 0.0,
"scale": 1.0,
"precision": "1"
},
"BSST": {
"description": "background SST",
"field_length": 5,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": -99.99,
"scale": 0.01,
"precision": "0.01"
},
"MST": {
"description": "model surface type",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C6.ST"
},
"BMSH": {
"description": "model height of surface",
"field_length": 4,
"column_type": "int16",
"valid_max": 9999,
"valid_min": -999
},
"BY": {
"description": "background year",
"field_length": 4,
"column_type": "int16",
"valid_max": 9999,
"valid_min": 0
},
"BM": {
"description": "background month",
"field_length": 2,
"column_type": "int8",
"valid_max": 12,
"valid_min": 1
},
"BD": {
"description": "background day",
"field_length": 2,
"column_type": "int8",
"valid_max": 31,
"valid_min": 1
},
"BH": {
"description": "background hour",
"field_length": 2,
"column_type": "int8",
"valid_max": 23,
"valid_min": 0
},
"BFL": {
"description": "background forecast length",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
}
}
},
"c7": {
"header": {
"sentinal": " 758",
"length": 58
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"MDS": {
"description": "metadata source",
"field_length": 1,
"column_type": "str",
"valid_max": 1.0,
"valid_min": 0.0,
"scale": 1.0,
"precision": null,
"codetable": null
},
"C1M": {
"description": "recruiting country",
"field_length": 2,
"column_type": "str",
"codetable": "icoads_3_0.country"
},
"OPM": {
"description": "type of ship (program)",
"field_length": 2,
"column_type": "int8",
"codetable": "icoads_3_0.opm"
},
"KOV": {
"description": "kind of vessel",
"field_length": 2,
"column_type": "str",
"codetable": "icoads_3_0.kov"
},
"COR": {
"description": "country of registry",
"field_length": 2,
"column_type": "str",
"codetable": "icoads_3_0.country"
},
"TOB": {
"description": "type of barometer",
"field_length": 3,
"column_type": "str",
"codetable": "icoads_3_0.tob"
},
"TOT": {
"description": "type of thermometer",
"field_length": 3,
"column_type": "str",
"codetable": "icoads_3_0.tot"
},
"EOT": {
"description": "exposure of thermometer",
"field_length": 2,
"column_type": "str",
"codetable": "ICOADS.C7.EOT"
},
"LOT": {
"description": "screen location",
"field_length": 2,
"column_type": "int8",
"codetable": "icoads_3_0.lot"
},
"TOH": {
"description": "type of hygrometer",
"field_length": 1,
"column_type": "str",
"codetable": "icoads_3_0.toh"
},
"EOH": {
"description": "exposure of hygrometer",
"field_length": 2,
"column_type": "str",
"codetable": "ICOADS.C7.EOH"
},
"SIM": {
"description": "SST measurement method",
"field_length": 3,
"column_type": "str",
"codetable": "icoads_3_0.sstMethod_c7"
},
"LOV": {
"description": "length of vessel",
"field_length": 3,
"column_type": "int16",
"valid_max": 999,
"valid_min": 0
},
"DOS": {
"description": "depth of SST measurement",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"HOP": {
"description": "height of visual observing platform",
"field_length": 3,
"column_type": "int16",
"valid_max": 999,
"valid_min": 0
},
"HOT": {
"description": "height of thermometer",
"field_length": 3,
"column_type": "int16",
"valid_max": 999,
"valid_min": 0
},
"HOB": {
"description": "height of barometer",
"field_length": 3,
"column_type": "int16",
"valid_max": 999,
"valid_min": 0
},
"HOA": {
"description": "height of anemometer",
"field_length": 3,
"column_type": "int16",
"valid_max": 999,
"valid_min": 0
},
"SMF": {
"description": "source metadata file",
"field_length": 5,
"column_type": "int32",
"valid_max": 99999,
"valid_min": 0,
"codetable": "ICOADS.C7.SMF"
},
"SME": {
"description": "source metadata element",
"field_length": 5,
"column_type": "int32",
"valid_max": 99999.0,
"valid_min": 0.0,
"scale": 1.0,
"precision": null,
"codetable": null
},
"SMV": {
"description": "source format version",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0,
"codetable": "icoads_3_0.smv"
}
}
},
"c8": {
"header": {
"sentinal": " 82U",
"length": 102
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int16",
"encoding": "base36",
"ignore": true
},
"OTV": {
"description": "temperature value",
"field_length": 5,
"column_type": "float32",
"valid_max": 38.999,
"valid_min": -3.0,
"scale": 0.001,
"precision": "0.001"
},
"OTZ": {
"description": "temperature depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OSV": {
"description": "salinity value",
"field_length": 5,
"column_type": "float32",
"valid_max": 40.999,
"valid_min": 0.0,
"scale": 0.001,
"precision": "0.001"
},
"OSZ": {
"description": "salinity depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OOV": {
"description": "dissolved oxygen value",
"field_length": 4,
"column_type": "float32",
"valid_max": 12.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OOZ": {
"description": "dissolved oxygen depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OPV": {
"description": "phosphate value",
"field_length": 4,
"column_type": "float32",
"valid_max": 30.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OPZ": {
"description": "phosphate depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OSIV": {
"description": "silicate value",
"field_length": 5,
"column_type": "float32",
"valid_max": 250.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OSIZ": {
"description": "silicate depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"ONV": {
"description": "nitrate value",
"field_length": 5,
"column_type": "float32",
"valid_max": 500.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"ONZ": {
"description": "nitrate depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OPHV": {
"description": "pH value",
"field_length": 3,
"column_type": "float32",
"valid_max": 9.2,
"valid_min": 6.2,
"scale": 0.01,
"precision": "0.01"
},
"OPHZ": {
"description": "pH depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OCV": {
"description": "total chlorophyll value",
"field_length": 4,
"column_type": "float32",
"valid_max": 50.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OCZ": {
"description": "total chlorophyll depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OAV": {
"description": "alkalinity value",
"field_length": 3,
"column_type": "float32",
"valid_max": 3.1,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OAZ": {
"description": "alkalinity depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OPCV": {
"description": "partial pressure of carbon dioxide value",
"field_length": 4,
"column_type": "float32",
"valid_max": 999.0,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"OPCZ": {
"description": "partial pressure of carbon dioxide depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"ODV": {
"description": "dissolved inorganic carbon value",
"field_length": 2,
"column_type": "float32",
"valid_max": 4.0,
"valid_min": 0.0,
"scale": 0.1,
"precision": "0.1"
},
"ODZ": {
"description": "dissolved inorganic carbon depth",
"field_length": 4,
"column_type": "float32",
"valid_max": 99.99,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"PUID": {
"description": "provider's unique record identification",
"field_length": 10,
"column_type": "object"
}
}
},
"c9": {
"header": {
"sentinal": " 932",
"length": 32
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"CCe": {
"description": "change code",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"codetable": "ICOADS.C9.CCe"
},
"WWe": {
"description": "present weather",
"field_length": 2,
"column_type": "int8",
"codetable": "icoads_3_0.ww"
},
"Ne": {
"description": "total cloud amount",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C9.N"
},
"NHe": {
"description": "lower cloud amount",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C9.NH"
},
"He": {
"description": "lower cloud base height",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.h"
},
"CLe": {
"description": "low cloud type",
"field_length": 2,
"column_type": "int8",
"codetable": "icoads_3_0.cl"
},
"CMe": {
"description": "middle cloud type",
"field_length": 2,
"column_type": "int8",
"codetable": "icoads_3_0.cm"
},
"CHe": {
"description": "high cloud type",
"field_length": 1,
"column_type": "int8",
"codetable": "icoads_3_0.ch"
},
"AM": {
"description": "middle cloud amount",
"field_length": 3,
"column_type": "float32",
"valid_max": 8.0,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"AH": {
"description": "high cloud amount",
"field_length": 3,
"column_type": "float32",
"valid_max": 8.0,
"valid_min": 0.0,
"scale": 0.01,
"precision": "0.01"
},
"UM": {
"description": "NOL middle amount",
"field_length": 1,
"column_type": "int8",
"valid_max": 8,
"valid_min": 0
},
"UH": {
"description": "NOL high amount",
"field_length": 1,
"column_type": "int8",
"valid_max": 8,
"valid_min": 0
},
"SBI": {
"description": "sky-brightness indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C9.SBI"
},
"SA": {
"description": "solar altitude",
"field_length": 4,
"column_type": "float32",
"valid_max": 90.0,
"valid_min": -90.0,
"scale": 0.1,
"precision": "0.1"
},
"RI": {
"description": "relative lunar illuminance",
"field_length": 4,
"column_type": "float32",
"valid_max": 1.17,
"valid_min": -1.1,
"scale": 0.01,
"precision": "0.01"
}
}
},
"c95": {
"header": {
"sentinal": "9561",
"length": 61
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ICNR": {
"description": "input component number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"FNR": {
"description": "field number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 1
},
"DPRO": {
"description": "data provider - reanalysis: lead organization",
"field_length": 2,
"column_type": "int8",
"codetable": "ICOADS.C95.DPRO"
},
"DPRP": {
"description": "data provider - reanalysis: project",
"field_length": 2,
"column_type": "int8",
"codetable": "ICOADS.C95.DPRP"
},
"UFR": {
"description": "usage flag - reanalysis",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C95.UFR"
},
"MFGR": {
"description": "model-collocated first guess value",
"field_length": 7,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": 1.0,
"precision": "1"
},
"MFGSR": {
"description": "model-collocated first guess",
"field_length": 7,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": 1.0,
"precision": "1"
},
"MAR": {
"description": "value or repesentative value",
"field_length": 7,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": 1.0,
"precision": "1"
},
"MASR": {
"description": "model-collocated analysis spread",
"field_length": 7,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": 1.0,
"precision": "1"
},
"BCR": {
"description": "bias corrected value",
"field_length": 7,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": 1.0,
"precision": "1"
},
"ARCR": {
"description": "author reference code",
"field_length": 4,
"column_type": "object",
"codetable": "ICOADS.C95.ARCR"
},
"CDR": {
"description": "creation date",
"field_length": 8,
"column_type": "int32",
"valid_max": null,
"valid_min": 20140101.0
},
"ASIR": {
"description": "access status indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C95.ASIR"
}
}
},
"c96": {
"header": {
"sentinal": "9653",
"length": 53
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ICNI": {
"description": "input component number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 1
},
"FNI": {
"description": "field number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 1
},
"JVAD": {
"description": "scaling factor for VAD",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"VAD": {
"description": "value added data",
"field_length": 6,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null,
"codetable": null
},
"IVAU1": {
"description": "type indicator for VAU1",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 1
},
"JVAU1": {
"description": "scaling factor for VAU1",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"VAU1": {
"description": "uncertainty of type IVAU1",
"field_length": 6,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null
},
"IVAU2": {
"description": "type indicator for VAU2",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"JVAU2": {
"description": "scaling factor for VAU2",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"VAU2": {
"description": "uncertainty of type IVAU2",
"field_length": 6,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null
},
"IVAU3": {
"description": "type indicator for VAU3",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"JVAU3": {
"description": "scaling factor for VAU3",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"VAU3": {
"description": "uncertainty of type IVAU3",
"field_length": 6,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null
},
"VQC": {
"description": "value added QC flag",
"field_length": 1,
"column_type": "int8",
"valid_max": 9,
"valid_min": 1
},
"ARCI": {
"description": "auther reference code",
"field_length": 4,
"column_type": "object",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null,
"codetable": null
},
"CDI": {
"description": "creation date",
"field_length": 8,
"column_type": "int32",
"valid_max": null,
"valid_min": 20140101.0
},
"ASII": {
"description": "access status indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C96.ASII"
}
}
},
"c97": {
"header": {
"sentinal": "9732",
"length": 32
},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"ignore": true
},
"ICNE": {
"description": "input component number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 0
},
"FNE": {
"description": "field number",
"field_length": 2,
"column_type": "int8",
"valid_max": 99,
"valid_min": 1
},
"CEF": {
"description": "corrected / erroneous field flag",
"field_length": 1,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null
},
"ERRD": {
"description": "corrected / erroneous field value",
"field_length": 10,
"column_type": "float32",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null
},
"ARCE": {
"description": "author reference code",
"field_length": 4,
"column_type": "object",
"valid_max": null,
"valid_min": null,
"scale": null,
"precision": null,
"codetable": null
},
"CDE": {
"description": "creation date",
"field_length": 8,
"column_type": "int32",
"valid_max": null,
"valid_min": 20140101.0
},
"ASIE": {
"description": "access status indicator",
"field_length": 1,
"column_type": "int8",
"codetable": "ICOADS.C97.ASIE"
}
}
},
"c98": {
"header": {"sentinal": "9815", "length": 15},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "str"
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"valid_max": 15,
"valid_min": 15
},
"UID": {
"description": "unique report ID",
"field_length": 6,
"column_type": "str"
},
"RN1": {
"description": "Release no.: primary",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"RN2": {
"description": "Release no.: secondary",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"RN3": {
"description": "Release no.: tertiary",
"field_length": 1,
"column_type": "int8",
"encoding": "base36",
"valid_max": 35,
"valid_min": 0
},
"RSA": {
"description": "Release status indicator",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C98.RSA"
},
"IRF": {
"description": "intermediate reject flag",
"field_length": 1,
"column_type": "key",
"codetable": "ICOADS.C98.IRF"
}
}
},
"c99": {
"header": {"sentinal": "99 0", "delimiter":",", "field_layout":"fixed_width"},
"elements": {
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "str",
"ignore":true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"valid_max": 0,
"valid_min": 0,
"ignore":true
},
"BLK": {
"description": "blank space",
"field_length": 1,
"column_type": "object",
"ignore": true
},
"Identifier": {
"description": "WMO Buoy number",
"field_length": 5,
"column_type": "object"
},
"Odate": {
"description": "Observation date",
"field_length": 8,
"column_type": "str"
},
"Otime": {
"description": "Observation time",
"field_length": 4,
"column_type": "str"
},
"Lat": {
"description": "Latitude (positive North)",
"field_length": 9,
"column_type": "float16",
"valid_max": 90.0,
"valid_min": -90.0,
"decimal_places": 4,
"units": "degrees"
},
"Lon": {
"description": "Longitude (positive West)",
"field_length": 9,
"column_type": "float16",
"valid_max": 180.0,
"valid_min": -180.0,
"decimal_places": 4,
"units": "degrees"
},
"QC_POS": {
"description": "Quality control flag for position",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"PDT": {
"description": "Position date",
"field_length": 8,
"column_type": "str"
},
"PTM": {
"description": "Position time",
"field_length": 4,
"column_type": "str"
},
"Drogue": {
"description": "Drogue depth",
"field_length": 7,
"column_type": "float16",
"valid_max": 99999.0,
"valid_min": 0.0,
"decimal_places": 1,
"units": "metre"
},
"SST": {
"description": "Sea surface temperature",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": -99.99,
"decimal_places": 2,
"units": "degree Celsius"
},
"QC_SST": {
"description": "Quality control flag for SST",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"Airtemp": {
"description": "Air temperature",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": -99.99,
"decimal_places": 2,
"units": "degree Celsius"
},
"QC_AirT": {
"description": "Quality control flag for Air temp",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"Pressure": {
"description": "Air Pressure at sea level",
"field_length": 7,
"column_type": "float32",
"valid_max": 1074.6,
"valid_min": 870.0,
"decimal_places": 2,
"units": "hectopascal"
},
"QC_Pr": {
"description": "Quality control flag for pressure",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"WSp": {
"description": "Wind speed",
"field_length": 7,
"column_type": "float16",
"valid_max": 99.99,
"valid_min": 0.0,
"decimal_places": 2,
"units": "metres per second"
},
"QC_Wsp": {
"description": "Quality control flag for Wind Speed",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"WDir": {
"description": "Wind direction relative to true North",
"field_length": 7,
"column_type": "float16",
"valid_max": 360.0,
"valid_min": 0.0,
"decimal_places": 2,
"units": "degrees true"
},
"QC_WD": {
"description": "Quality control flag for Wind direction",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
},
"RelHum": {
"description": "Relative humidity (%)",
"field_length": 7,
"column_type": "float16",
"valid_max": 100.0,
"valid_min": 0.0,
"decimal_places": 2
},
"QC_RH": {
"description": "Quality control flag for relative humidity",
"field_length": 1,
"column_type": "key",
"missing_value":"P",
"codetable": "ICOADS.C99.QC"
}
}
}
}
}
{
"0":"Increasing, then decreasing; atmopsheric pressure the same or higher than three hours ago",
"1":"Increasing, then steady; or increasing, then increasing more slowly - Atmospheric pressure now higher than three hours ago",
"2":"Increasing (steadily or unsteadily) - Atmospheric pressure now higher than three hours ago",
"3":"Decreasing or steady, then increasing; or increasing, then increasing more rapidly - Atmospheric pressure now higher than three hours ago",
"4":"Steady; atmopsheric pressure the same as three hours ago",
"5":"Decreasing, then increasing; atmospheric pressure the same ot lower than three hours ago",
"6":"Decreasing, then steady; or decreasing, then decreasing more slowly - Atmospheric pressure now lower than three hours ago",
"7":"Decreasing (steadily or unsteadily) - Atmospheric pressure now lower than three hours ago",
"8":"Steady or increasing, then decreasing; or decreasing, then decreasing more rapidly - Atmospheric pressure now lower than three hours ago"
}
{
"0":"Netherlands",
"1":"Norway",
"2":"US",
"3":"UK",
"4":"France",
"5":"Denmark",
"6":"Italy",
"7":"India",
"8":"Hong Kong",
"9":"New Zealand",
"00":"Netherlands",
"01":"Norway",
"02":"US",
"03":"UK",
"04":"France",
"05":"Denmark",
"06":"Italy",
"07":"India",
"08":"Hong Kong",
"09":"New Zealand",
"10":"Ireland",
"11":"Philippines",
"12":"Egypt",
"13":"Canada",
"14":"Belgium",
"15":"South Africa",
"16":"Australia",
"17":"Japan",
"18":"Pakistan",
"19":"Argentina",
"20":"Sweden",
"21":"Federal Republic of Germany",
"22":"Iceland",
"23":"Israel",
"24":"Malaysia",
"25":"USSR",
"26":"Finland",
"27":"Rep. of Korea",
"28":"New Caledonia",
"29":"Portugal",
"30":"Spain",
"31":"Thailand",
"32":"Yugoslavia",
"33":"Poland",
"34":"Brazil",
"35":"Singapore",
"36":"Kenya",
"37":"Tanzania",
"38":"Uganda",
"39":"Mexico",
"40":"German Democractic Republic",
"AF":"Afghanistan",
"AL":"Albania",
"DZ":"Algeria",
"AD":"Andorra",
"AO":"Angola",
"AG":"Antigua and Barbuda",
"AR":"Argentina",
"AM":"Armenia",
"AW":"Aruba",
"AU":"Australia",
"AT":"Austria",
"AZ":"Azerbaijan",
"BS":"Bahamas",
"BH":"Bahrain",
"BD":"Bangladesh",
"BB":"Barbados",
"BY":"Belarus",
"BE":"Belgium",
"BZ":"Belize",
"BJ":"Benin",
"BT":"Bhutan",
"BO":"Bolivia",
"BA":"Bosnia and Herzegovina",
"BW":"Botswana",
"BR":"Brazil",
"BN":"Brunei Darussalam",
"BG":"Bulgaria",
"BF":"Burkina Faso",
"BI":"Burundi",
"KH":"Cambodia",
"CM":"Cameroon",
"CA":"Canada",
"CV":"Cape Verde",
"CF":"Central African Republic",
"TD":"Chad",
"CL":"Chile",
"CN":"China",
"CO":"Columbia",
"KM":"Comoros",
"CG":"Congo",
"CD":"The Democratic Republic of the Congo",
"CR":"Costa Rica",
"CI":"Cote d'Ivoire",
"HR":"Croatia",
"CU":"Cuba",
"CY":"Cyprus",
"CZ":"Czech Republic",
"DK":"Denmark",
"DJ":"Djibouti",
"DM":"Dominica",
"DO":"Dominican Republic",
"EC":"Ecuador",
"EG":"Egypt",
"SV":"El Salvador",
"GQ":"Equatorial Guinea",
"ER":"Eritrea",
"EE":"Estonia",
"ET":"Ethiopia",
"FJ":"Fiji",
"FI":"Finland",
"FR":"France",
"GA":"Gabon",
"GM":"Gambia",
"GE":"Georgia",
"DE":"Germany",
"GH":"Ghana",
"GR":"Greece",
"GD":"Grenada",
"GT":"Guatemala",
"GN":"Guinea",
"GW":"Guinea Bissau",
"GY":"Guyana",
"HT":"Haiti",
"HN":"Honduras",
"HK":"Hong Kong",
"HU":"Hungary",
"IS":"Iceland",
"IN":"India",
"ID":"Indonesia",
"IR":"Islamic Republic of Iran",
"IQ":"Iraq",
"IE":"Ireland",
"IL":"Israel",
"IT":"Italy",
"JM":"Jamaica",
"JP":"Japan",
"JO":"Jordan",
"KZ":"Kazakhstan",
"KE":"Kenya",
"KI":"Kiribati",
"KR":"Republic of Korea",
"KW":"Kuwait",
"KG":"Kyrgyzstan",
"LA":"Lao Peoples Democratic Republic",
"LV":"Latvia",
"LB":"Lebanon",
"LS":"Lesotho",
"LR":"Liberia",
"LY":"Libyan Arab Jamahiriya",
"LT":"Lithuania",
"LU":"Luxembourg",
"MK":"The Former Yugoslav Republic of Macedonia",
"MG":"Madagascar",
"MW":"Malawi",
"MY":"Malaysia",
"MV":"Maldives",
"ML":"Mali",
"MT":"Malta",
"MH":"Marshal Islands",
"MR":"Mauritania",
"MU":"Mauritius",
"MX":"Mexico",
"FM":"Federated States of Micronesia",
"MD":"Republic of Moldova",
"MC":"Monaco",
"MN":"Mongolia",
"MA":"Morocco",
"MZ":"Mozambique",
"MM":"Myanmar",
"NA":"Namibia",
"NR":"Nauru",
"NP":"Nepal",
"NL":"Netherlands",
"AN":"Netherlands Antilles",
"NZ":"New Zealand",
"NI":"Nicaragua",
"NE":"Niger",
"NG":"Nigeria",
"KP":"Democratic People's Republic of Korea",
"NO":"Norway",
"OM":"Oman",
"PK":"Pakistan",
"PW":"Palau",
"PS":"Occupied Palestinian Territory",
"PA":"Panama",
"PG":"Papua New Guinea",
"PY":"Paraguay",
"PE":"Peru",
"PH":"Philippines",
"PL":"Poland",
"PT":"Portugal",
"QA":"Qatar",
"RO":"Romania",
"RU":"Russian Federation",
"RW":"Rwanda",
"KN":"Saint Kitts and Nevis",
"LC":"Saint Lucia",
"VC":"Saint Vincent and the Grenadines",
"WS":"Samoa",
"SM":"San Marino",
"ST":"Sao Tome And Principe",
"SA":"Saudi Arabia",
"SN":"Senegal",
"CS":"Serbia and Montenegro",
"SC":"Seychelles",
"SL":"Sierra Leone",
"SG":"Singapore",
"SK":"Slovakia",
"SI":"Slovenia",
"SB":"Solomon Islands",
"SO":"Somalia",
"ZA":"South Africa",
"ES":"Spain",
"LK":"Sri Lanka",
"SD":"Sudan",
"SR":"Surinam",
"SZ":"Swaziland",
"SE":"Sweden",
"CH":"Switzerland",
"SY":"Syrian Arab Republic",
"TJ":"Tajikistan",
"TZ":"United Republic of Tanzania",
"TH":"Thailand",
"TL":"Timor - Leste",
"TG":"Togo",
"TO":"Tonga",
"TT":"Trinidad and Tobago",
"TN":"Tunisia",
"TR":"Turkey",
"TM":"Turkmenistan",
"TV":"Tuvala",
"UG":"Uganda",
"UA":"Ukraine",
"AE":"United Arab Emirates",
"GB":"United Kingdom",
"US":"United States",
"UY":"Uruguay",
"UZ":"Uzbekistan",
"VU":"Vanuatu",
"VA":"Vatican City",
"VE":"Venezuela",
"VN":"Viet Nam",
"YE":"Yemen",
"ZM":"Zambia",
"ZW":"Zimbabwe",
"DD":"East Germany",
"CS":"Serbia and Montenegro",
"RU":"Soviet Union",
"NC":"New Caledonia",
"ZY":"None (self recruited)",
"ZZ":"None (third party support)",
"TW":"Taiwan (Province of China)",
"SU":"Soviet Union",
"YU":"Yugoslavia",
"XX":"Multiple recruitment",
"EU":"European Union"
}
{
"0":"No Cirrus, Cirrocumulus or Cirrostratus",
"1":"Cirrus in the form of filaments, strands or hooks, not progressively invading the sky",
"2":"Dense Cirrus, in patches or entangled sheaves, which usually do not increase and sometimes seem to be the remains of the upper part of a Cumulonimbus, or Cirrus with sproutings in the form of small turrets or battlements, or Cirrus having the appearance of cumuliform tufts",
"3":"Dense Cirrus, often in the form of an anvil, being the remains of the upper parts of Cumulonimbus",
"4":"Cirrus in the form of hooks or of filaments, or both, progressively invading the sky; they generally become denser as a whole",
"5":"Cirrus (often in bands converging towards one point or two opposite points of the horizon) and Cirrostratus, or Cirrostratus alone; in either case, they are progressively invading the sky, and generally growing denser as a whole, but the continuous veil does not reach 45 degrees above the horizon.",
"6":"Cirrus (often in bands converging towards one point or two opposite points of the horizon) and Cirrostratus, or Cirrostratus alone; in either case, they are progressively invading the sky, and generally growing denser as a whole; the continuous veil extends more than 45 degrees above the horizon, without the sky being totally covered",
"7":"Veil of Cirrostratus covering the celestial dome",
"8":"Cirrostratus not progressively invading the sky and not completely covering the celestial dome",
"9":"Cirrocumulus alone, or Cirrocumulus accompanied by Cirrus or Cirrostratus, or both, but Cirrocumulus is predominant",
"10":"Cirrus, Cirrocumulus and Cirrostratus invisible owing to darkness, fog, blowing dust or sand, or other similar phenomena, or more often because of the presence of a continuous layer of lower clouds"
}
{
"0":"No Cirrus, Cirrocumulus or Cirrostratus",
"1":"Cirrus in the form of filaments, strands or hooks, not progressively invading the sky",
"2":"Dense Cirrus, in patches or entangled sheaves, which usually do not increase and sometimes seem to be the remains of the upper part of a Cumulonimbus, or Cirrus with sproutings in the form of small turrets or battlements, or Cirrus having the appearance of cumuliform tufts",
"3":"Dense Cirrus, often in the form of an anvil, being the remains of the upper parts of Cumulonimbus",
"4":"Cirrus in the form of hooks or of filaments, or both, progressively invading the sky; they generally become denser as a whole",
"5":"Cirrus (often in bands converging towards one point or two opposite points of the horizon) and Cirrostratus, or Cirrostratus alone; in either case, they are progressively invading the sky, and generally growing denser as a whole, but the continuous veil does not reach 45 degrees above the horizon.",
"6":"Cirrus (often in bands converging towards one point or two opposite points of the horizon) and Cirrostratus, or Cirrostratus alone; in either case, they are progressively invading the sky, and generally growing denser as a whole; the continuous veil extends more than 45 degrees above the horizon, without the sky being totally covered",
"7":"Veil of Cirrostratus covering the celestial dome",
"8":"Cirrostratus not progressively invading the sky and not completely covering the celestial dome",
"9":"Cirrocumulus alone, or Cirrocumulus accompanied by Cirrus or Cirrostratus, or both, but Cirrocumulus is predominant",
"10":"Cirrus, Cirrocumulus and Cirrostratus invisible owing to darkness, fog, blowing dust or sand, or other similar phenomena, or more often because of the presence of a continuous layer of lower clouds"
}
{
"0":"No Altocumulus, Altostratus or Nimbostratus",
"1":"Altostratus, the greater part of which is semitransparent; through this part the sun or moon may be weakly visible, as through ground glass",
"2":"Altostratus, the greater part of which is sufficiently dense to hide the sun or moon, or Nimbostratus",
"3":"Altocumulus, the greater part of which is semitransparent; the various elements of the cloud change only slowly and are all at a single level",
"4":"Patches (often in the form of almonds or fish) of Altocumulus, the greater part of which is semi-transparent; the clouds occur at one or more levels and the elements are continually changing in appearance",
"5":"Altocumulus clouds generally thicken as a whole; Semi-transparent Altocumulus in bands, or Altocumulus, in one or more fairly continuous layer (semi-transparent or opaque), progresively invading the sky; these Altocumulus clouds generally thicken as a whole",
"6":"Altocumulus resulting from the spreading out of Cumulus (or Cumulonimbus)",
"7":"Altocumulus in two or more layers, usually opaque in places, and not progressively invading the sky; or opaque layer of Altocumulus, not progressively invading the sky; or Altocumulus together with Altostratus or Nimbostratus",
"8":"Altocumulus with sproutings in the form of small towers or battlements, or Altocumulus having the appearance of cumuliform tufts",
"9":"Altocumulus of a chaotic sky, generally at several levels",
"10":"Altocumulus, Altostratus and Nimbostratus invisible owing to darkness, fog, blowing dust or sand, or other similar phenomena, or more often because of the presence of a continuous layer of lower clouds"
}
{
"0":"36-point compass",
"1":"32-point compass",
"2":"16 of 36-point compass",
"3":"16 of 32-point compass",
"4":"8-point compass",
"5":"360-point compass",
"6":"high resolution data (e.g., tenths of degrees)"
}
{
"0":"measured",
"1":"computed",
"2":"iced measured",
"3":"iced computed"
}
{
"0":"0",
"1":"45",
"2":"90",
"3":"135",
"4":"180",
"5":"225",
"6":"270",
"7":"315",
"8":"360",
"9":"NULL"
}
{
"0":"0",
"1":"50",
"2":"100",
"3":"200",
"4":"300",
"5":"600",
"6":"1000",
"7":"1500",
"8":"2000",
"9":"2500",
"10":"NULL"
}
{
"0":"estimated",
"1":"measured"
}
{
"0":"ID present, but unknown type",
"1":"ship, Ocean Station Vessel (OSV), or ice station callsign",
"2":"generic ID (e.g., SHIP, BUOY, RIGG, PLAT)",
"3":"WMO 5-digit buoy number",
"4":"other buoy number (e.g., Argos or national buoy number)",
"5":"Coastal-Marine Automated Network (C-MAN) ID (assigned by US NDBC or other organizations)",
"6":"station name or number",
"7":"oceanographic platform/cruise number",
"8":"fishing vessel psuedo-ID",
"9":"national ship number",
"10":"composite information from early ship data",
"11":"7-digit buoy ID (proposed)"
}
{
"0":"version 0 (2010, http://icoads.noaa.gov/e-doc/imma/R2.5-imma.pdf)",
"1":"version 1 (2016)"
}
{
"0":"tenths degC",
"1":"half degC",
"2":"whole degC",
"3":"whole or tenths degC (mixed precision among temperature fields)",
"4":"tenths degF",
"5":"half degF",
"6":"whole degF",
"7":"whole or tenths degF (mixed precision among temperature fields)",
"8":"high resolution data (e.g., hundredths degC)",
"9":"other"
}
{
"0":"degrees and tenths",
"1":"whole degrees",
"2":"mixed precision",
"3":"interpolated",
"4":"degrees and minutes",
"5":"high resolution data (e.g., degrees to seconds)",
"6":"other"
}
{
"0": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "",
"9": "",
"10": "",
"11": "",
"12": "",
"13": "",
"14": "",
"15": "",
"16": "",
"17": "",
"18": "",
"19": "",
"20": "",
"21": "",
"22": "",
"23": "",
"24": "",
"25": "",
"26": "",
"27": "",
"28": "",
"29": "",
"30": "",
"31": "",
"32": "",
"33": "",
"34": "",
"35": "",
"36": "",
"37": "",
"38": "",
"39": "",
"40": "",
"41": "",
"42": "",
"43": "",
"44": "",
"45": "",
"46": "",
"47": "",
"48": "",
"49": "",
"50": "",
"51": "",
"52": "",
"53": "",
"54": "",
"55": "",
"56": "",
"57": "",
"58": "",
"59": "",
"60": "",
"61": "",
"62": "",
"63": "",
"64": "",
"65": "",
"66": "",
"67": "",
"68": "",
"69": "",
"70": "",
"71": "",
"72": "",
"73": "",
"74": "",
"75": "",
"76": "",
"77": "",
"78": "",
"79": "",
"80": "",
"81": "",
"82": "",
"83": "",
"84": "",
"85": "",
"86": "",
"87": "",
"88": "",
"89": "",
"90": "",
"91": "",
"92": "",
"93": "",
"94": "",
"95": "",
"96": "",
"97": "",
"98": "",
"99": ""
}
\ No newline at end of file
{
"0":"waves from 0 degrees",
"1":"waves from 10",
"2":"waves from 20 degrees",
"3":"waves from 30 degrees",
"4":"waves from 40 degrees",
"5":"waves from 50 degrees",
"6":"waves from 60 degrees",
"7":"waves from 70 degrees",
"8":"waves from 80 degrees",
"9":"waves from 90 degrees",
"10":"waves from 100 degrees",
"11":"waves from 110 degrees",
"12":"waves from 120 degrees",
"13":"waves from 130 degrees",
"14":"waves from 140 degrees",
"15":"waves from 150 degrees",
"16":"waves from 160 degrees",
"17":"waves from 170 degrees",
"18":"waves from 180 degrees",
"19":"waves from 190 degrees",
"20":"waves from 200 degrees",
"21":"waves from 210 degrees",
"22":"waves from 220 degrees",
"23":"waves from 230 degrees",
"24":"waves from 240 degrees",
"25":"waves from 250 degrees",
"26":"waves from 260 degrees",
"27":"waves from 270 degrees",
"28":"waves from 280 degrees",
"29":"waves from 290 degrees",
"30":"waves from 300 degrees",
"31":"waves from 310 degrees",
"32":"waves from 320 degrees",
"33":"waves from 330 degrees",
"34":"waves from 340 degrees",
"35":"waves from 350 degrees",
"36":"waves from 360 degrees",
"37":"waves confused, direction indeterminate (WH ≤ 4.75 m)",
"38":"waves confused, direction indeterminate (WH > 4.75 m; or irrespective of wave height, corresponding to 99 in WMO Code 0877"
}
{
"0":"BU",
"1":"C",
"2":"TT",
"3":"HC",
"4":"HT",
"5":"RAD",
"6":"BTT",
"7":"OT",
"9":"NULL",
"10":"NULL",
"11":"NULL",
"12":"NULL"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment