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=8200
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53163,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=8300",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=8100",
    "results": [
        {
            "ob_id": 16203,
            "names": [
                {
                    "ob_id": 2267,
                    "name": "PCASP2 (SPP200) conc in size channel 8"
                }
            ],
            "terms": [
                {
                    "ob_id": 125,
                    "label": "units",
                    "value": "#/cc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2833,
                    "label": "long_name",
                    "value": "PCASP2 (SPP200) conc in size channel 8",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2834,
                    "label": "var_id",
                    "value": "PCAS2_08",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16204,
            "names": [
                {
                    "ob_id": 2268,
                    "name": "PCASP2 (SPP200) conc in size channel 9"
                }
            ],
            "terms": [
                {
                    "ob_id": 125,
                    "label": "units",
                    "value": "#/cc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2835,
                    "label": "long_name",
                    "value": "PCASP2 (SPP200) conc in size channel 9",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2836,
                    "label": "var_id",
                    "value": "PCAS2_09",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16205,
            "names": [
                {
                    "ob_id": 10906,
                    "name": "Sample flow rate through PCASP used for processing. Check header for details"
                }
            ],
            "terms": [
                {
                    "ob_id": 15465,
                    "label": "long_name",
                    "value": "Sample flow rate through PCASP used for processing. Check header for details",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15466,
                    "label": "var_id",
                    "value": "PCASP_FL",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16516,
                    "label": "units",
                    "value": "cm-3 s-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16206,
            "names": [
                {
                    "ob_id": 11586,
                    "name": "Sample flow rate through PCASP2 (SPP200)"
                }
            ],
            "terms": [
                {
                    "ob_id": 2906,
                    "label": "var_id",
                    "value": "PCAS2_FL",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16516,
                    "label": "units",
                    "value": "cm-3 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16517,
                    "label": "long_name",
                    "value": "Sample flow rate through PCASP2 (SPP200)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16207,
            "names": [
                {
                    "ob_id": 11587,
                    "name": "Time UTC seconds past midnight for CDP channels 2 to 30 included"
                }
            ],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2932,
                    "label": "var_id",
                    "value": "CDP_TSPM",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16518,
                    "label": "long_name",
                    "value": "Time UTC seconds past midnight for CDP channels 2 to 30 included",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16208,
            "names": [
                {
                    "ob_id": 11588,
                    "name": "Time UTC seconds past midnight for PCASP2 (SPP200) channels 2 to 30 included"
                }
            ],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2904,
                    "label": "var_id",
                    "value": "PCAS2TSPM",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16519,
                    "label": "long_name",
                    "value": "Time UTC seconds past midnight for PCASP2 (SPP200) channels 2 to 30 included",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16209,
            "names": [
                {
                    "ob_id": 11589,
                    "name": "droplet concentration from CDP channels 2 to 30 included"
                }
            ],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2994,
                    "label": "var_id",
                    "value": "CDP_CONC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16520,
                    "label": "long_name",
                    "value": "droplet concentration from CDP channels 2 to 30 included",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16210,
            "names": [
                {
                    "ob_id": 11590,
                    "name": "Edge_point_of_size_bin"
                }
            ],
            "terms": [
                {
                    "ob_id": 10870,
                    "label": "units",
                    "value": "um",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16521,
                    "label": "long_name",
                    "value": "Edge_point_of_size_bin",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16522,
                    "label": "var_id",
                    "value": "Size_edge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16211,
            "names": [
                {
                    "ob_id": 11591,
                    "name": "Edge_point_of_time_bin"
                }
            ],
            "terms": [
                {
                    "ob_id": 16523,
                    "label": "long_name",
                    "value": "Edge_point_of_time_bin",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16524,
                    "label": "var_id",
                    "value": "Time_edge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16219,
            "names": [
                {
                    "ob_id": 11599,
                    "name": "Mid_point_of_size_bin"
                }
            ],
            "terms": [
                {
                    "ob_id": 10870,
                    "label": "units",
                    "value": "um",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16540,
                    "label": "long_name",
                    "value": "Mid_point_of_size_bin",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16541,
                    "label": "var_id",
                    "value": "Size_mid",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16220,
            "names": [
                {
                    "ob_id": 11600,
                    "name": "Mid_point_of_time_bin"
                }
            ],
            "terms": [
                {
                    "ob_id": 16542,
                    "label": "long_name",
                    "value": "Mid_point_of_time_bin",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16543,
                    "label": "var_id",
                    "value": "Time_mid",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16223,
            "names": [
                {
                    "ob_id": 11603,
                    "name": "Number_concentration_of_particles_classed_as_high_irregularity"
                }
            ],
            "terms": [
                {
                    "ob_id": 16544,
                    "label": "units",
                    "value": "L-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16549,
                    "label": "long_name",
                    "value": "Number_concentration_of_particles_classed_as_high_irregularity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16550,
                    "label": "var_id",
                    "value": "NC_HI",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16224,
            "names": [
                {
                    "ob_id": 11604,
                    "name": "Number_concentration_of_particles_classed_as_low_irregularity"
                }
            ],
            "terms": [
                {
                    "ob_id": 16544,
                    "label": "units",
                    "value": "L-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16551,
                    "label": "long_name",
                    "value": "Number_concentration_of_particles_classed_as_low_irregularity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16552,
                    "label": "var_id",
                    "value": "NC_LI",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16225,
            "names": [
                {
                    "ob_id": 11605,
                    "name": "Number_concentration_of_particles_classed_as_medium_irregularity"
                }
            ],
            "terms": [
                {
                    "ob_id": 16544,
                    "label": "units",
                    "value": "L-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16553,
                    "label": "long_name",
                    "value": "Number_concentration_of_particles_classed_as_medium_irregularity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16554,
                    "label": "var_id",
                    "value": "NC_MI",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16226,
            "names": [
                {
                    "ob_id": 11606,
                    "name": "Number_concentration_of_particles_classed_as_small"
                }
            ],
            "terms": [
                {
                    "ob_id": 16544,
                    "label": "units",
                    "value": "L-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16555,
                    "label": "long_name",
                    "value": "Number_concentration_of_particles_classed_as_small",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16556,
                    "label": "var_id",
                    "value": "NC_S",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16235,
            "names": [
                {
                    "ob_id": 11615,
                    "name": "time\\0"
                },
                {
                    "ob_id": 11616,
                    "name": "time of measurement\\0"
                }
            ],
            "terms": [
                {
                    "ob_id": 166,
                    "label": "var_id",
                    "value": "Time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16574,
                    "label": "long_name",
                    "value": "time of measurement\\0",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16575,
                    "label": "standard_name",
                    "value": "time\\0",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 16236,
            "names": [
                {
                    "ob_id": 11617,
                    "name": "Ice water content from 2DC"
                }
            ],
            "terms": [
                {
                    "ob_id": 14764,
                    "label": "units",
                    "value": "gram m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15325,
                    "label": "var_id",
                    "value": "2DC_IWC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16576,
                    "label": "long_name",
                    "value": "Ice water content from 2DC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16250,
            "names": [
                {
                    "ob_id": 11631,
                    "name": "channel"
                }
            ],
            "terms": [
                {
                    "ob_id": 16604,
                    "label": "long_name",
                    "value": "channel",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16605,
                    "label": "var_id",
                    "value": "channel",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16251,
            "names": [
                {
                    "ob_id": 11632,
                    "name": "orientation of detected polarisation"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16606,
                    "label": "long_name",
                    "value": "orientation of detected polarisation",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16607,
                    "label": "var_id",
                    "value": "detected_polarisation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16252,
            "names": [
                {
                    "ob_id": 204,
                    "name": "altitude"
                },
                {
                    "ob_id": 11633,
                    "name": "platform altitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 35,
                    "label": "var_id",
                    "value": "altitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16608,
                    "label": "long_name",
                    "value": "platform altitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16253,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 11634,
                    "name": "platform latitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 73,
                    "label": "var_id",
                    "value": "latitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16609,
                    "label": "long_name",
                    "value": "platform latitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16254,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 11635,
                    "name": "platform longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 77,
                    "label": "var_id",
                    "value": "longitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16610,
                    "label": "long_name",
                    "value": "platform longitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16255,
            "names": [
                {
                    "ob_id": 6251,
                    "name": "brightness_temperature"
                },
                {
                    "ob_id": 11636,
                    "name": "rayleigh jeans equivalent brightness temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9209,
                    "label": "standard_name",
                    "value": "brightness_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9210,
                    "label": "var_id",
                    "value": "brightness_temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16611,
                    "label": "long_name",
                    "value": "rayleigh jeans equivalent brightness temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16256,
            "names": [
                {
                    "ob_id": 11637,
                    "name": "sensor scan angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16612,
                    "label": "long_name",
                    "value": "sensor scan angle",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16613,
                    "label": "var_id",
                    "value": "angle",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16257,
            "names": [
                {
                    "ob_id": 11638,
                    "name": "platform_orientation"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16614,
                    "label": "standard_name",
                    "value": "platform_orientation",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16615,
                    "label": "var_id",
                    "value": "platform_orientation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16258,
            "names": [
                {
                    "ob_id": 10749,
                    "name": "platform_pitch_angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15142,
                    "label": "standard_name",
                    "value": "platform_pitch_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16616,
                    "label": "var_id",
                    "value": "platform_pitch_angle",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16259,
            "names": [
                {
                    "ob_id": 10754,
                    "name": "platform_roll_angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15153,
                    "label": "standard_name",
                    "value": "platform_roll_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16617,
                    "label": "var_id",
                    "value": "platform_roll_angle",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16260,
            "names": [
                {
                    "ob_id": 11639,
                    "name": "sensor_azimuth_angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16618,
                    "label": "standard_name",
                    "value": "sensor_azimuth_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16619,
                    "label": "var_id",
                    "value": "sensor_azimuth_angle",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16261,
            "names": [
                {
                    "ob_id": 11640,
                    "name": "sensor_view_angle"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16620,
                    "label": "standard_name",
                    "value": "sensor_view_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16621,
                    "label": "var_id",
                    "value": "sensor_view_angle",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16262,
            "names": [
                {
                    "ob_id": 204,
                    "name": "altitude"
                },
                {
                    "ob_id": 11641,
                    "name": "Aircraft altitude (m)"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16622,
                    "label": "long_name",
                    "value": "Aircraft altitude (m)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16623,
                    "label": "var_id",
                    "value": "LIDAR_NC_ALTITUDE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16263,
            "names": [
                {
                    "ob_id": 11642,
                    "name": "Along-track distance (m)"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16624,
                    "label": "long_name",
                    "value": "Along-track distance (m)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16625,
                    "label": "var_id",
                    "value": "LIDAR_NC_DISTANCE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16265,
            "names": [
                {
                    "ob_id": 1755,
                    "name": "height"
                },
                {
                    "ob_id": 11644,
                    "name": "Height (m)"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16628,
                    "label": "long_name",
                    "value": "Height (m)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16629,
                    "label": "var_id",
                    "value": "LIDAR_NC_HEIGHT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16269,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 11648,
                    "name": "Latitude (degrees, +N)"
                }
            ],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16633,
                    "label": "long_name",
                    "value": "Latitude (degrees, +N)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16634,
                    "label": "var_id",
                    "value": "LIDAR_NC_LATITUDE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16270,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 11649,
                    "name": "Longitude (degrees, +E)"
                }
            ],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16635,
                    "label": "long_name",
                    "value": "Longitude (degrees, +E)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16636,
                    "label": "var_id",
                    "value": "LIDAR_NC_LONGITUDE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16271,
            "names": [
                {
                    "ob_id": 11650,
                    "name": "Off-nadir angle (degrees)"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16637,
                    "label": "long_name",
                    "value": "Off-nadir angle (degrees)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16638,
                    "label": "var_id",
                    "value": "LIDAR_NC_OFFNADIR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16275,
            "names": [
                {
                    "ob_id": 206,
                    "name": "time"
                },
                {
                    "ob_id": 11654,
                    "name": "Time (s)"
                }
            ],
            "terms": [
                {
                    "ob_id": 37,
                    "label": "standard_name",
                    "value": "time",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16647,
                    "label": "long_name",
                    "value": "Time (s)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16648,
                    "label": "var_id",
                    "value": "LIDAR_NC_TIME",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16290,
            "names": [
                {
                    "ob_id": 11669,
                    "name": "error flag Ethylbenzene"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16292,
            "names": [
                {
                    "ob_id": 11671,
                    "name": "ANs (total alkyl nitrates:RONO2)"
                }
            ],
            "terms": [
                {
                    "ob_id": 130,
                    "label": "units",
                    "value": "mixing ratio, ppbv",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16293,
            "names": [
                {
                    "ob_id": 11672,
                    "name": "PNs (total peroxy nitrates:RO2NO2)"
                }
            ],
            "terms": [
                {
                    "ob_id": 130,
                    "label": "units",
                    "value": "mixing ratio, ppbv",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16296,
            "names": [
                {
                    "ob_id": 11673,
                    "name": "Time_end"
                }
            ],
            "terms": [
                {
                    "ob_id": 14730,
                    "label": "units",
                    "value": "seconds from 0000 UTC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16297,
            "names": [
                {
                    "ob_id": 11674,
                    "name": "Time_mid"
                }
            ],
            "terms": [
                {
                    "ob_id": 14730,
                    "label": "units",
                    "value": "seconds from 0000 UTC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16298,
            "names": [
                {
                    "ob_id": 5706,
                    "name": "CAS Liquid Water Content"
                }
            ],
            "terms": [
                {
                    "ob_id": 93,
                    "label": "units",
                    "value": "g m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8401,
                    "label": "long_name",
                    "value": "CAS Liquid Water Content",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16659,
                    "label": "var_id",
                    "value": "CAS_LWC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16299,
            "names": [
                {
                    "ob_id": 11675,
                    "name": "CAS Total Concentation"
                }
            ],
            "terms": [
                {
                    "ob_id": 2776,
                    "label": "units",
                    "value": "cm-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16660,
                    "label": "long_name",
                    "value": "CAS Total Concentation",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16661,
                    "label": "var_id",
                    "value": "CAS_TC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16300,
            "names": [
                {
                    "ob_id": 11676,
                    "name": "CAS bin edges (uncorrected)"
                }
            ],
            "terms": [
                {
                    "ob_id": 10870,
                    "label": "units",
                    "value": "um",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16662,
                    "label": "long_name",
                    "value": "CAS bin edges (uncorrected)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16663,
                    "label": "var_id",
                    "value": "CAS_Bin",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16301,
            "names": [
                {
                    "ob_id": 11677,
                    "name": "Size distribution from the CAS (forward scatter)"
                }
            ],
            "terms": [
                {
                    "ob_id": 2712,
                    "label": "units",
                    "value": "cm-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16664,
                    "label": "long_name",
                    "value": "Size distribution from the CAS (forward scatter)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16665,
                    "label": "var_id",
                    "value": "CAS_binconcs",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16302,
            "names": [
                {
                    "ob_id": 11678,
                    "name": "TAS used for sample volume (CAPS PITOT)"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15165,
                    "label": "var_id",
                    "value": "TAS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16666,
                    "label": "long_name",
                    "value": "TAS used for sample volume (CAPS PITOT)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16303,
            "names": [
                {
                    "ob_id": 206,
                    "name": "time"
                },
                {
                    "ob_id": 11679,
                    "name": "Time stamp from the CAS (seconds since midnight)"
                }
            ],
            "terms": [
                {
                    "ob_id": 37,
                    "label": "standard_name",
                    "value": "time",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 38,
                    "label": "var_id",
                    "value": "time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2736,
                    "label": "units",
                    "value": "s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16667,
                    "label": "long_name",
                    "value": "Time stamp from the CAS (seconds since midnight)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16306,
            "names": [
                {
                    "ob_id": 11682,
                    "name": "1-heptene_pptV"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16307,
            "names": [
                {
                    "ob_id": 11683,
                    "name": "cyclo-pentene_pptV"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16308,
            "names": [
                {
                    "ob_id": 11684,
                    "name": "error flag 1-heptene"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16309,
            "names": [
                {
                    "ob_id": 11685,
                    "name": "error flag cyclo-pentene"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16310,
            "names": [
                {
                    "ob_id": 11686,
                    "name": "uncertainty 1-heptene_pptV"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16311,
            "names": [
                {
                    "ob_id": 11687,
                    "name": "uncertainty cyclo-pentene_pptV"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16312,
            "names": [
                {
                    "ob_id": 11688,
                    "name": "B619 Ammonium"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16313,
            "names": [
                {
                    "ob_id": 11689,
                    "name": "B619 Nitrate"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16314,
            "names": [
                {
                    "ob_id": 11690,
                    "name": "B619 Org43"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16315,
            "names": [
                {
                    "ob_id": 11691,
                    "name": "B619 Org44"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16316,
            "names": [
                {
                    "ob_id": 11692,
                    "name": "B619 Org60"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16317,
            "names": [
                {
                    "ob_id": 11693,
                    "name": "B619 Organics"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16318,
            "names": [
                {
                    "ob_id": 11694,
                    "name": "B619 Sulfate"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16319,
            "names": [
                {
                    "ob_id": 11695,
                    "name": "B619 rBC mass con std"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16320,
            "names": [
                {
                    "ob_id": 11696,
                    "name": "B619 rBC number con std"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16321,
            "names": [
                {
                    "ob_id": 11697,
                    "name": "10 sec nitrogen dioxide mixing ratio, in pptv"
                }
            ],
            "terms": [
                {
                    "ob_id": 11,
                    "label": "units",
                    "value": "NO2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16322,
            "names": [
                {
                    "ob_id": 11698,
                    "name": "2sigma standard error of 10 sec NO2 mixing ratio, derived from 1 sec data, in pptv"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16323,
            "names": [
                {
                    "ob_id": 547,
                    "name": "NO2 mixing ratio error flag"
                }
            ],
            "terms": [
                {
                    "ob_id": 15594,
                    "label": "units",
                    "value": "0=valid data, 1=not used, 2=present but likely to be wrong, 3=missing data",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16324,
            "names": [
                {
                    "ob_id": 11699,
                    "name": "B618 rBC mass con std"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16325,
            "names": [
                {
                    "ob_id": 11700,
                    "name": "B618 rBC number con std"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16326,
            "names": [
                {
                    "ob_id": 11701,
                    "name": "PNs (total total peroxy nitrates:RO2NO2)"
                }
            ],
            "terms": [
                {
                    "ob_id": 130,
                    "label": "units",
                    "value": "mixing ratio, ppbv",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16327,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 10643,
                    "name": "east longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2192,
                    "label": "var_id",
                    "value": "lon",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14927,
                    "label": "long_name",
                    "value": "east longitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16328,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 10645,
                    "name": "north latitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2195,
                    "label": "var_id",
                    "value": "lat",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14931,
                    "label": "long_name",
                    "value": "north latitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16329,
            "names": [
                {
                    "ob_id": 10670,
                    "name": "Altitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 35,
                    "label": "var_id",
                    "value": "altitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14979,
                    "label": "long_name",
                    "value": "Altitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16668,
                    "label": "units",
                    "value": "m\t ALT_GIN",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16330,
            "names": [
                {
                    "ob_id": 11702,
                    "name": "Angle of sideslip from the turbulence probe (positive, flow from"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14985,
                    "label": "var_id",
                    "value": "AOSS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16669,
                    "label": "long_name",
                    "value": "Angle of sideslip from the turbulence probe (positive, flow from",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16331,
            "names": [
                {
                    "ob_id": 10674,
                    "name": "Calibrated differential pressure between centre(P0) port and S10 static"
                }
            ],
            "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": 16670,
                    "label": "var_id",
                    "value": "P0-S10",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16332,
            "names": [
                {
                    "ob_id": 10689,
                    "name": "Flag for Altitude from POS AV 510 GPS-aided Inertial Navigation unit"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15022,
                    "label": "long_name",
                    "value": "Flag for Altitude from POS AV 510 GPS-aided Inertial Navigation unit",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16671,
                    "label": "var_id",
                    "value": "altitude_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16333,
            "names": [
                {
                    "ob_id": 11703,
                    "name": "Flag for Angle of sideslip from the turbulence probe (positive, flow from"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15029,
                    "label": "var_id",
                    "value": "AOSS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16672,
                    "label": "long_name",
                    "value": "Flag for Angle of sideslip from the turbulence probe (positive, flow from",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16334,
            "names": [
                {
                    "ob_id": 10695,
                    "name": "Flag for Calibrated differential pressure between centre(P0) port and S10 static"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15034,
                    "label": "long_name",
                    "value": "Flag for Calibrated differential pressure between centre(P0) port and S10 static",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16673,
                    "label": "var_id",
                    "value": "P0-S10_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16335,
            "names": [
                {
                    "ob_id": 10440,
                    "name": "Acceleration along the aircraft longitudinal axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14767,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft longitudinal axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16674,
                    "label": "var_id",
                    "value": "INU_ACLF",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16336,
            "names": [
                {
                    "ob_id": 10443,
                    "name": "Acceleration along the aircraft starboard axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14770,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft starboard axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16675,
                    "label": "var_id",
                    "value": "INU_ACLS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16337,
            "names": [
                {
                    "ob_id": 10444,
                    "name": "Acceleration along the aircraft vertical axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14773,
                    "label": "long_name",
                    "value": "Acceleration along the aircraft vertical axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16676,
                    "label": "var_id",
                    "value": "INU_ACLU",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16338,
            "names": [
                {
                    "ob_id": 11704,
                    "name": "Aircraft vertical velocity from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16677,
                    "label": "long_name",
                    "value": "Aircraft vertical velocity from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16678,
                    "label": "var_id",
                    "value": "INU_VZ",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16339,
            "names": [
                {
                    "ob_id": 11705,
                    "name": "Angle of attack from the turbulence probe system (positive, flow upwards wrt a/c"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14983,
                    "label": "var_id",
                    "value": "AOA",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16679,
                    "label": "long_name",
                    "value": "Angle of attack from the turbulence probe system (positive, flow upwards wrt a/c",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16340,
            "names": [
                {
                    "ob_id": 11706,
                    "name": "Angle of sideslip from the turbulence probe system (positive, flow from"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14985,
                    "label": "var_id",
                    "value": "AOSS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16680,
                    "label": "long_name",
                    "value": "Angle of sideslip from the turbulence probe system (positive, flow from",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16341,
            "names": [
                {
                    "ob_id": 11707,
                    "name": "Corrected aircraft velocity east derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16681,
                    "label": "long_name",
                    "value": "Corrected aircraft velocity east derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16682,
                    "label": "var_id",
                    "value": "VE_INUC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16342,
            "names": [
                {
                    "ob_id": 11708,
                    "name": "Corrected aircraft velocity north derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16683,
                    "label": "long_name",
                    "value": "Corrected aircraft velocity north derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16684,
                    "label": "var_id",
                    "value": "VN_INUC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16343,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 11709,
                    "name": "Corrected latitude derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 65,
                    "label": "units",
                    "value": "degree_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16685,
                    "label": "long_name",
                    "value": "Corrected latitude derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16686,
                    "label": "var_id",
                    "value": "LAT_INUC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16344,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 11710,
                    "name": "Corrected longitude derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 66,
                    "label": "units",
                    "value": "degree_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 16687,
                    "label": "long_name",
                    "value": "Corrected longitude derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16688,
                    "label": "var_id",
                    "value": "LON_INUC",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16345,
            "names": [
                {
                    "ob_id": 11711,
                    "name": "Drift angle from Honeywell H423 INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16689,
                    "label": "long_name",
                    "value": "Drift angle from Honeywell H423 INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16690,
                    "label": "var_id",
                    "value": "INU_DRFT",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16346,
            "names": [
                {
                    "ob_id": 212,
                    "name": "eastward_wind"
                },
                {
                    "ob_id": 11712,
                    "name": "Eastward wind component from turbulence probe and Kalman-filtered INU"
                }
            ],
            "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": 15006,
                    "label": "var_id",
                    "value": "U_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16691,
                    "label": "long_name",
                    "value": "Eastward wind component from turbulence probe and Kalman-filtered INU",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16347,
            "names": [
                {
                    "ob_id": 11713,
                    "name": "Flag for Acceleration along the aircraft longitudinal axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16692,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft longitudinal axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16693,
                    "label": "var_id",
                    "value": "INU_ACLF_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16348,
            "names": [
                {
                    "ob_id": 11714,
                    "name": "Flag for Acceleration along the aircraft starboard axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16694,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft starboard axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16695,
                    "label": "var_id",
                    "value": "INU_ACLS_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16349,
            "names": [
                {
                    "ob_id": 11715,
                    "name": "Flag for Acceleration along the aircraft vertical axis from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16696,
                    "label": "long_name",
                    "value": "Flag for Acceleration along the aircraft vertical axis from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16697,
                    "label": "var_id",
                    "value": "INU_ACLU_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16350,
            "names": [
                {
                    "ob_id": 11716,
                    "name": "Flag for Aircraft vertical velocity from the INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16698,
                    "label": "long_name",
                    "value": "Flag for Aircraft vertical velocity from the INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16699,
                    "label": "var_id",
                    "value": "INU_VZ_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16351,
            "names": [
                {
                    "ob_id": 11717,
                    "name": "Flag for Angle of attack from the turbulence probe system (positive, flow upwards wrt a/c"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15027,
                    "label": "var_id",
                    "value": "AOA_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16700,
                    "label": "long_name",
                    "value": "Flag for Angle of attack from the turbulence probe system (positive, flow upwards wrt a/c",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16352,
            "names": [
                {
                    "ob_id": 11718,
                    "name": "Flag for Angle of sideslip from the turbulence probe system (positive, flow from"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15029,
                    "label": "var_id",
                    "value": "AOSS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16701,
                    "label": "long_name",
                    "value": "Flag for Angle of sideslip from the turbulence probe system (positive, flow from",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16353,
            "names": [
                {
                    "ob_id": 11719,
                    "name": "Flag for Corrected aircraft velocity east derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16702,
                    "label": "long_name",
                    "value": "Flag for Corrected aircraft velocity east derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16703,
                    "label": "var_id",
                    "value": "VE_INUC_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16354,
            "names": [
                {
                    "ob_id": 11720,
                    "name": "Flag for Corrected aircraft velocity north derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16704,
                    "label": "long_name",
                    "value": "Flag for Corrected aircraft velocity north derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16705,
                    "label": "var_id",
                    "value": "VN_INUC_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16355,
            "names": [
                {
                    "ob_id": 11721,
                    "name": "Flag for Corrected latitude derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16706,
                    "label": "long_name",
                    "value": "Flag for Corrected latitude derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16707,
                    "label": "var_id",
                    "value": "LAT_INUC_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16356,
            "names": [
                {
                    "ob_id": 11722,
                    "name": "Flag for Corrected longitude derived from XR5 GPS and Honeywell INU data"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16708,
                    "label": "long_name",
                    "value": "Flag for Corrected longitude derived from XR5 GPS and Honeywell INU data",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16709,
                    "label": "var_id",
                    "value": "LON_INUC_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16357,
            "names": [
                {
                    "ob_id": 11723,
                    "name": "Flag for Drift angle from Honeywell H423 INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16710,
                    "label": "long_name",
                    "value": "Flag for Drift angle from Honeywell H423 INU",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16711,
                    "label": "var_id",
                    "value": "INU_DRFT_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 16358,
            "names": [
                {
                    "ob_id": 11724,
                    "name": "Flag for Eastward wind component from turbulence probe and Kalman-filtered INU"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15051,
                    "label": "var_id",
                    "value": "U_C_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16712,
                    "label": "long_name",
                    "value": "Flag for Eastward wind component from turbulence probe and Kalman-filtered INU",
                    "vocabulary": ""
                }
            ]
        }
    ]
}