Get a list of Phenomenon objects. Phenomena have many to many mapping with Observations.

### Available end points:

- `/phenomena/` - Will list all phenomena in the database
- `/phenomena.json` - Will return all phenomena in json format
- `/phenomena/<object_id>/` - Returns phenomena object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `names`
- `terms`


### How to use filters:

`/phenomena/?names__name__contains=sea`

`/phenomena.json?terms__vocabulary=cf_standard_names`

GET /api/v2/phenomona/?format=api&offset=17100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53229,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=17200",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=17000",
    "results": [
        {
            "ob_id": 51195,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3700,
                    "label": "var_id",
                    "value": "tasmax",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6775,
                    "label": "long_name",
                    "value": "Maximum air temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51196,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3709,
                    "label": "var_id",
                    "value": "tasmin",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6778,
                    "label": "long_name",
                    "value": "Minimum air temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51197,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 331,
                    "label": "var_id",
                    "value": "psl",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3183,
                    "label": "standard_name",
                    "value": "air_pressure_at_sea_level",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 6791,
                    "label": "long_name",
                    "value": "Pressure at mean sea level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51198,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3225,
                    "label": "standard_name",
                    "value": "cloud_area_fraction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 5686,
                    "label": "var_id",
                    "value": "clt",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7426,
                    "label": "long_name",
                    "value": "Cloud area fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51199,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3085,
                    "label": "standard_name",
                    "value": "specific_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3725,
                    "label": "var_id",
                    "value": "huss",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8040,
                    "label": "long_name",
                    "value": "Specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51200,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11395,
                    "label": "var_id",
                    "value": "sfcWind",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22535,
                    "label": "long_name",
                    "value": "Wind speed at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51201,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 142,
                    "label": "long_name",
                    "value": "Relative humidity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11393,
                    "label": "var_id",
                    "value": "hurs",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51202,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3165,
                    "label": "standard_name",
                    "value": "surface_net_downward_longwave_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11859,
                    "label": "var_id",
                    "value": "rls",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22500,
                    "label": "long_name",
                    "value": "Net Surface long wave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51203,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3168,
                    "label": "standard_name",
                    "value": "surface_net_downward_shortwave_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11857,
                    "label": "var_id",
                    "value": "rss",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22502,
                    "label": "long_name",
                    "value": "Net Surface short wave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51204,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3678,
                    "label": "var_id",
                    "value": "uas",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7769,
                    "label": "long_name",
                    "value": "Eastward wind component",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51205,
            "names": [],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6056,
                    "label": "var_id",
                    "value": "ap",
                    "vocabulary": ""
                },
                {
                    "ob_id": 59824,
                    "label": "long_name",
                    "value": "vertical coordinate formula term: ap",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51206,
            "names": [],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6057,
                    "label": "long_name",
                    "value": "vertical coordinate formula term: ap(k+1/2)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6058,
                    "label": "var_id",
                    "value": "ap_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51207,
            "names": [],
            "terms": [
                {
                    "ob_id": 30064,
                    "label": "units",
                    "value": "mol mol-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64369,
                    "label": "long_name",
                    "value": "CH2BrCl Volume Mixing Ratio",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64370,
                    "label": "var_id",
                    "value": "ch2brcl",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51208,
            "names": [],
            "terms": [
                {
                    "ob_id": 10254,
                    "label": "standard_name",
                    "value": "mole_fraction_of_hcfc141b_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30064,
                    "label": "units",
                    "value": "mol mol-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64359,
                    "label": "long_name",
                    "value": "CH3CCl2F Volume Mixing Ratio",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64360,
                    "label": "var_id",
                    "value": "ch3ccl2f",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51209,
            "names": [],
            "terms": [
                {
                    "ob_id": 30064,
                    "label": "units",
                    "value": "mol mol-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64373,
                    "label": "long_name",
                    "value": "CHBrCl2 Volume Mixing Ratio",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64374,
                    "label": "var_id",
                    "value": "chbrcl2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51210,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10323,
                    "label": "standard_name",
                    "value": "northward_transformed_eulerian_mean_air_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30941,
                    "label": "var_id",
                    "value": "vtem",
                    "vocabulary": ""
                },
                {
                    "ob_id": 31835,
                    "label": "long_name",
                    "value": "Transformed Eulerian Mean Northward Wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51211,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30905,
                    "label": "standard_name",
                    "value": "upward_transformed_eulerian_mean_air_velocity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30906,
                    "label": "var_id",
                    "value": "wtem",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30939,
                    "label": "long_name",
                    "value": "Transformed Eulerian Mean Upward Wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51212,
            "names": [],
            "terms": [
                {
                    "ob_id": 2927,
                    "label": "long_name",
                    "value": "Flag for droplet concentration from CDP channels 2 to 30 included",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2928,
                    "label": "var_id",
                    "value": "CDP_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51213,
            "names": [],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2993,
                    "label": "long_name",
                    "value": "total droplet concentration from CDP channels 2 to 30 included",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2994,
                    "label": "var_id",
                    "value": "CDP_CONC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51214,
            "names": [],
            "terms": [
                {
                    "ob_id": 15392,
                    "label": "units",
                    "value": "sec past 00hrs",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51215,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14965,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft longitudinal axis (GIN) (positive forward)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14966,
                    "label": "var_id",
                    "value": "ACLF_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51216,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14967,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft transverse axis (GIN) (positive starboard)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14968,
                    "label": "var_id",
                    "value": "ACLS_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51217,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14969,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft vertical axis (GIN) (positive down)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14970,
                    "label": "var_id",
                    "value": "ACLD_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51218,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14971,
                    "label": "long_name",
                    "value": "Aircraft track angle POSAV GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14972,
                    "label": "var_id",
                    "value": "TRCK_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51219,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14975,
                    "label": "long_name",
                    "value": "Aircraft velocity east from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14976,
                    "label": "var_id",
                    "value": "VELE_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51220,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14977,
                    "label": "long_name",
                    "value": "Aircraft velocity north from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14978,
                    "label": "var_id",
                    "value": "VELN_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51221,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14565,
                    "label": "long_name",
                    "value": "Altitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14981,
                    "label": "var_id",
                    "value": "GPS_ALT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51222,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14982,
                    "label": "long_name",
                    "value": "Angle of attack from the turbulence probe (positive, flow upwards wrt a/c axes)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14983,
                    "label": "var_id",
                    "value": "AOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51223,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14984,
                    "label": "long_name",
                    "value": "Angle of sideslip from the turbulence probe (positive, flow from left)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14985,
                    "label": "var_id",
                    "value": "AOSS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51224,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14986,
                    "label": "long_name",
                    "value": "Cabin pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14987,
                    "label": "var_id",
                    "value": "CAB_PRES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51225,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14988,
                    "label": "long_name",
                    "value": "Cabin temperature at the core consoles",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14989,
                    "label": "var_id",
                    "value": "CAB_TEMP",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51226,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14990,
                    "label": "long_name",
                    "value": "Calibrated differential pressure between centre(P0) port and S10 static",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14991,
                    "label": "var_id",
                    "value": "P0_S10",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51227,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14992,
                    "label": "long_name",
                    "value": "Calibrated differential pressure between turbulence probe horizontal ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14993,
                    "label": "var_id",
                    "value": "PB_TURB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51228,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14994,
                    "label": "long_name",
                    "value": "Calibrated differential pressure between turbulence probe vertical ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14995,
                    "label": "var_id",
                    "value": "PA_TURB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51229,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14998,
                    "label": "long_name",
                    "value": "Corrected downward short wave irradiance, red dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14999,
                    "label": "var_id",
                    "value": "RED_DN_C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51230,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15002,
                    "label": "long_name",
                    "value": "Corrected upward short wave irradiance, red dome",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15003,
                    "label": "var_id",
                    "value": "RED_UP_C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51231,
            "names": [],
            "terms": [
                {
                    "ob_id": 4272,
                    "label": "standard_name",
                    "value": "dew_point_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14592,
                    "label": "long_name",
                    "value": "Dew point from the General Eastern instrument.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15004,
                    "label": "var_id",
                    "value": "TDEW_GE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51232,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14593,
                    "label": "long_name",
                    "value": "Eastwards velocity from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15007,
                    "label": "var_id",
                    "value": "GPS_VELE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51233,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15014,
                    "label": "long_name",
                    "value": "Flag for Aircraft track angle POSAV GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15015,
                    "label": "var_id",
                    "value": "TRCK_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51234,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15024,
                    "label": "long_name",
                    "value": "Flag for Altitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15025,
                    "label": "var_id",
                    "value": "GPS_ALT_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51235,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15048,
                    "label": "long_name",
                    "value": "Flag for Dew point from the General Eastern instrument.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15049,
                    "label": "var_id",
                    "value": "TDEW_GE_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51236,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15052,
                    "label": "long_name",
                    "value": "Flag for Eastwards velocity from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15053,
                    "label": "var_id",
                    "value": "GPS_VELE_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51237,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15058,
                    "label": "long_name",
                    "value": "Flag for Indicated air speed from the aircraft RVSM (air data) system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15059,
                    "label": "var_id",
                    "value": "IAS_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51238,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15328,
                    "label": "long_name",
                    "value": "Flag for Internal sample humidity of the nephelometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15329,
                    "label": "var_id",
                    "value": "NEPH_HUM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51239,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15062,
                    "label": "long_name",
                    "value": "Flag for Latitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15063,
                    "label": "var_id",
                    "value": "LAT_GPS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51240,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15066,
                    "label": "long_name",
                    "value": "Flag for Longitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15067,
                    "label": "var_id",
                    "value": "LON_GPS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51241,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15068,
                    "label": "long_name",
                    "value": "Flag for Mole Fraction of Sulphur Dioxide in air from the TECO 43 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15069,
                    "label": "var_id",
                    "value": "SO2_TECO_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51242,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15336,
                    "label": "long_name",
                    "value": "Flag for Mole fraction of NOx in air from the TECO 42 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15337,
                    "label": "var_id",
                    "value": "NOX_TECO_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51243,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15338,
                    "label": "long_name",
                    "value": "Flag for Mole fraction of Nitrogen Dioxide (NO2) in air from the TECO 42 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15339,
                    "label": "var_id",
                    "value": "NO2_TECO_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51244,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15340,
                    "label": "long_name",
                    "value": "Flag for Mole fraction of Nitrogen Monoxide (NO) in air from the TECO 42 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15341,
                    "label": "var_id",
                    "value": "NO_TECO_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51245,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15342,
                    "label": "long_name",
                    "value": "Flag for Mole fraction of ozone in air from the TECO 49 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15343,
                    "label": "var_id",
                    "value": "O3_TECO_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51246,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15072,
                    "label": "long_name",
                    "value": "Flag for Northwards velocity from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15073,
                    "label": "var_id",
                    "value": "GPS_VELN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51247,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15074,
                    "label": "long_name",
                    "value": "Flag for Pitch angle from POSAV GPS-aided Inertial Nav. unit (positive for nose up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15075,
                    "label": "var_id",
                    "value": "PTCH_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51248,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15082,
                    "label": "long_name",
                    "value": "Flag for Radar height from the aircraft radar altimeter.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15083,
                    "label": "var_id",
                    "value": "HGT_RADR_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51249,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15084,
                    "label": "long_name",
                    "value": "Flag for Roll angle from POSAV GPS-aided Inertial Nav. unit (positive for left wing up)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15085,
                    "label": "var_id",
                    "value": "ROLL_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51250,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15086,
                    "label": "long_name",
                    "value": "Flag for Solar azimuth derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15087,
                    "label": "var_id",
                    "value": "SOL_AZIM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51251,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15088,
                    "label": "long_name",
                    "value": "Flag for Solar zenith derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15089,
                    "label": "var_id",
                    "value": "SOL_ZEN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51252,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15094,
                    "label": "long_name",
                    "value": "Flag for True air speed from the aircraft RVSM (air data) system and deiced temperature.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15095,
                    "label": "var_id",
                    "value": "TAS_RVSM_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51253,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15096,
                    "label": "long_name",
                    "value": "Flag for True air temperature from the Rosemeount non-deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15097,
                    "label": "var_id",
                    "value": "TAT_ND_R_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51254,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15098,
                    "label": "long_name",
                    "value": "Flag for True air temperature from the Rosemount deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15099,
                    "label": "var_id",
                    "value": "TAT_DI_R_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51255,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15352,
                    "label": "long_name",
                    "value": "Flag for Uncorrected blue back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15353,
                    "label": "var_id",
                    "value": "BSC_BLUU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51256,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15354,
                    "label": "long_name",
                    "value": "Flag for Uncorrected blue total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15355,
                    "label": "var_id",
                    "value": "TSC_BLUU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51257,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15356,
                    "label": "long_name",
                    "value": "Flag for Uncorrected green back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15357,
                    "label": "var_id",
                    "value": "BSC_GRNU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51258,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15358,
                    "label": "long_name",
                    "value": "Flag for Uncorrected green total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15359,
                    "label": "var_id",
                    "value": "TSC_GRNU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51259,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15104,
                    "label": "long_name",
                    "value": "Flag for Uncorrected liquid water content from the Johnson Williams instrument.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15105,
                    "label": "var_id",
                    "value": "LWC_JW_U_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51260,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15106,
                    "label": "long_name",
                    "value": "Flag for Uncorrected liquid water content from the Nevzorov probe",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15107,
                    "label": "var_id",
                    "value": "NV_LWC_U_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51261,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15360,
                    "label": "long_name",
                    "value": "Flag for Uncorrected red back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15361,
                    "label": "var_id",
                    "value": "BSC_REDU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51262,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15362,
                    "label": "long_name",
                    "value": "Flag for Uncorrected red total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15363,
                    "label": "var_id",
                    "value": "TSC_REDU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51263,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15108,
                    "label": "long_name",
                    "value": "Flag for Uncorrected total condensed water content from the Nevzorov probe.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15109,
                    "label": "var_id",
                    "value": "NV_TCW_U_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51264,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15110,
                    "label": "long_name",
                    "value": "Flag for Upwards velocitiy from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15111,
                    "label": "var_id",
                    "value": "GPS_VELZ_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51265,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15112,
                    "label": "long_name",
                    "value": "Flag for Upwelling infrared brightness temperature from the Heimann radiometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15113,
                    "label": "var_id",
                    "value": "BTHEIM_C_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51266,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15116,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN heading",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15117,
                    "label": "var_id",
                    "value": "HDGR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51267,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15118,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN pitch angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15119,
                    "label": "var_id",
                    "value": "PITR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51268,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15120,
                    "label": "long_name",
                    "value": "Flag for rate-of-change of GIN roll angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15121,
                    "label": "var_id",
                    "value": "ROLR_GIN_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51269,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15127,
                    "label": "long_name",
                    "value": "Indicated air speed from the aircraft RVSM (air data) system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15128,
                    "label": "var_id",
                    "value": "IAS_RVSM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51270,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15364,
                    "label": "long_name",
                    "value": "Internal sample humidity of the nephelometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15365,
                    "label": "var_id",
                    "value": "NEPH_HUM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51271,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14853,
                    "label": "long_name",
                    "value": "Internal sample pressure of the Nephelometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15366,
                    "label": "var_id",
                    "value": "NEPH_PR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51272,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14856,
                    "label": "long_name",
                    "value": "Internal sample temperature of the Nephelometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15367,
                    "label": "var_id",
                    "value": "NEPH_T",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51273,
            "names": [],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14665,
                    "label": "long_name",
                    "value": "Latitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15131,
                    "label": "var_id",
                    "value": "LAT_GPS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51274,
            "names": [],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14668,
                    "label": "long_name",
                    "value": "Longitude from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15134,
                    "label": "var_id",
                    "value": "LON_GPS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51275,
            "names": [],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15368,
                    "label": "long_name",
                    "value": "Mole fraction of Carbon Monoxide in air from the AERO AL5002 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15369,
                    "label": "var_id",
                    "value": "CO_AERO",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51276,
            "names": [],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15370,
                    "label": "long_name",
                    "value": "Mole fraction of NOx in air from the TECO 42 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15371,
                    "label": "var_id",
                    "value": "NOX_TECO",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51277,
            "names": [],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5658,
                    "label": "standard_name",
                    "value": "mole_fraction_of_ozone_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15377,
                    "label": "long_name",
                    "value": "Mole fraction of ozone in air from the TECO 49 instrument",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15378,
                    "label": "var_id",
                    "value": "O3_TECO",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51278,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14691,
                    "label": "long_name",
                    "value": "Northwards velocity from the XR5 GPS system.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15140,
                    "label": "var_id",
                    "value": "GPS_VELN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51279,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15144,
                    "label": "long_name",
                    "value": "Pitot static pressure inverted from RVSM (air data) system indicated airspeed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15145,
                    "label": "var_id",
                    "value": "Q_RVSM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51280,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15146,
                    "label": "long_name",
                    "value": "Pitot-static pressure from centre-port measurements corrrected for AoA and AoSS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15147,
                    "label": "var_id",
                    "value": "PSP_TURB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51281,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15148,
                    "label": "long_name",
                    "value": "Pressure altitude from the aircraft RVSM (air data) system",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15149,
                    "label": "var_id",
                    "value": "PALT_RVS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51282,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15150,
                    "label": "long_name",
                    "value": "Radar height from the aircraft radar altimeter.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15151,
                    "label": "var_id",
                    "value": "HGT_RADR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51283,
            "names": [],
            "terms": [
                {
                    "ob_id": 15379,
                    "label": "units",
                    "value": "bits",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15380,
                    "label": "long_name",
                    "value": "Raw data from the TWC probe Lyman alpha detector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15381,
                    "label": "var_id",
                    "value": "TWC_DET",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51284,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15382,
                    "label": "long_name",
                    "value": "Sample temperature in Kelvin from the TWC evaporator probe",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15383,
                    "label": "var_id",
                    "value": "TWC_TSAM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51285,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14705,
                    "label": "long_name",
                    "value": "Solar azimuth derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15155,
                    "label": "var_id",
                    "value": "SOL_AZIM",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51286,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14706,
                    "label": "long_name",
                    "value": "Solar zenith derived from aircraft position and time.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15156,
                    "label": "var_id",
                    "value": "SOL_ZEN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51287,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14882,
                    "label": "long_name",
                    "value": "Static pressure from S9 fuselage ports",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15157,
                    "label": "var_id",
                    "value": "P9_STAT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51288,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14712,
                    "label": "long_name",
                    "value": "True air temperature from the Rosemeount non-deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15163,
                    "label": "var_id",
                    "value": "TAT_ND_R",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51289,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14713,
                    "label": "long_name",
                    "value": "True air temperature from the Rosemount deiced temperature sensor.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15164,
                    "label": "var_id",
                    "value": "TAT_DI_R",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51290,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14891,
                    "label": "long_name",
                    "value": "True airspeed (dry-air) from turbulence probe",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15165,
                    "label": "var_id",
                    "value": "TAS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51291,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14716,
                    "label": "long_name",
                    "value": "Uncorrected blue back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15386,
                    "label": "var_id",
                    "value": "BSC_BLUU",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51292,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14717,
                    "label": "long_name",
                    "value": "Uncorrected blue total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15387,
                    "label": "var_id",
                    "value": "TSC_BLUU",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51293,
            "names": [],
            "terms": [
                {
                    "ob_id": 9209,
                    "label": "standard_name",
                    "value": "brightness_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14718,
                    "label": "long_name",
                    "value": "Uncorrected brightness temperature from the Heimann radiometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15166,
                    "label": "var_id",
                    "value": "BTHEIM_U",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 51294,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14720,
                    "label": "long_name",
                    "value": "Uncorrected green back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15388,
                    "label": "var_id",
                    "value": "BSC_GRNU",
                    "vocabulary": ""
                }
            ]
        }
    ]
}