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=6700
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=6800",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=6600",
    "results": [
        {
            "ob_id": 14431,
            "names": [
                {
                    "ob_id": 10369,
                    "name": "NEPH BLUE SP"
                }
            ],
            "terms": [
                {
                    "ob_id": 14670,
                    "label": "units",
                    "value": "M-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14674,
                    "label": "long_name",
                    "value": "NEPH BLUE SP",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14675,
                    "label": "var_id",
                    "value": "PARA0762",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14432,
            "names": [
                {
                    "ob_id": 10370,
                    "name": "NEPH GREEN BSP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14644,
                    "label": "var_id",
                    "value": "PARA0766FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14676,
                    "label": "long_name",
                    "value": "NEPH GREEN BSP FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14433,
            "names": [
                {
                    "ob_id": 10371,
                    "name": "NEPH GREEN BSP"
                }
            ],
            "terms": [
                {
                    "ob_id": 14670,
                    "label": "units",
                    "value": "M-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14677,
                    "label": "long_name",
                    "value": "NEPH GREEN BSP",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14678,
                    "label": "var_id",
                    "value": "PARA0766",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14434,
            "names": [
                {
                    "ob_id": 10372,
                    "name": "NEPH GREEN SP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14638,
                    "label": "var_id",
                    "value": "PARA0763FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14679,
                    "label": "long_name",
                    "value": "NEPH GREEN SP FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14435,
            "names": [
                {
                    "ob_id": 10373,
                    "name": "NEPH GREEN SP"
                }
            ],
            "terms": [
                {
                    "ob_id": 14670,
                    "label": "units",
                    "value": "M-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14680,
                    "label": "long_name",
                    "value": "NEPH GREEN SP",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14681,
                    "label": "var_id",
                    "value": "PARA0763",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14436,
            "names": [
                {
                    "ob_id": 10374,
                    "name": "NEPH RED BSP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14646,
                    "label": "var_id",
                    "value": "PARA0767FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14682,
                    "label": "long_name",
                    "value": "NEPH RED BSP FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14437,
            "names": [
                {
                    "ob_id": 10375,
                    "name": "NEPH RED BSP"
                }
            ],
            "terms": [
                {
                    "ob_id": 14670,
                    "label": "units",
                    "value": "M-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14683,
                    "label": "long_name",
                    "value": "NEPH RED BSP",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14684,
                    "label": "var_id",
                    "value": "PARA0767",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14438,
            "names": [
                {
                    "ob_id": 10376,
                    "name": "NEPH RED SP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14640,
                    "label": "var_id",
                    "value": "PARA0764FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14685,
                    "label": "long_name",
                    "value": "NEPH RED SP FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14439,
            "names": [
                {
                    "ob_id": 10377,
                    "name": "NEPH RED SP"
                }
            ],
            "terms": [
                {
                    "ob_id": 14670,
                    "label": "units",
                    "value": "M-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14686,
                    "label": "long_name",
                    "value": "NEPH RED SP",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14687,
                    "label": "var_id",
                    "value": "PARA0764",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14440,
            "names": [
                {
                    "ob_id": 10378,
                    "name": "NO mixing ratio from the TECO 42 instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14544,
                    "label": "var_id",
                    "value": "PARA0770",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14688,
                    "label": "long_name",
                    "value": "NO mixing ratio from the TECO 42 instrument.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14441,
            "names": [
                {
                    "ob_id": 10379,
                    "name": "NO2 mixing ratio from the TECO 42 instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14548,
                    "label": "var_id",
                    "value": "PARA0771",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14689,
                    "label": "long_name",
                    "value": "NO2 mixing ratio from the TECO 42 instrument.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14442,
            "names": [
                {
                    "ob_id": 10380,
                    "name": "NOx mixing ratio from the TECO 42 instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14552,
                    "label": "var_id",
                    "value": "PARA0772",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14690,
                    "label": "long_name",
                    "value": "NOx mixing ratio from the TECO 42 instrument.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14443,
            "names": [
                {
                    "ob_id": 215,
                    "name": "northward_wind"
                },
                {
                    "ob_id": 4917,
                    "name": "Northward wind component"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 7776,
                    "label": "long_name",
                    "value": "Northward wind component",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14505,
                    "label": "var_id",
                    "value": "PARA0714",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14444,
            "names": [
                {
                    "ob_id": 10381,
                    "name": "Northwards velocity from the XR5 GPS system."
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14466,
                    "label": "var_id",
                    "value": "PARA0583",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14691,
                    "label": "long_name",
                    "value": "Northwards velocity from the XR5 GPS system.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14445,
            "names": [
                {
                    "ob_id": 10382,
                    "name": "Ozone mixing ratio from the TECO 49."
                }
            ],
            "terms": [
                {
                    "ob_id": 10,
                    "label": "units",
                    "value": "ppb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14511,
                    "label": "var_id",
                    "value": "PARA0574",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14692,
                    "label": "long_name",
                    "value": "Ozone mixing ratio from the TECO 49.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14450,
            "names": [
                {
                    "ob_id": 10387,
                    "name": "Pitch from Honeywell H423 INU."
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14482,
                    "label": "var_id",
                    "value": "PARA0561",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14701,
                    "label": "long_name",
                    "value": "Pitch from Honeywell H423 INU.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14451,
            "names": [
                {
                    "ob_id": 225,
                    "name": "air_pressure"
                },
                {
                    "ob_id": 10388,
                    "name": "Pitot static pressure from the aircraft RVSM system."
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14513,
                    "label": "var_id",
                    "value": "PARA0577",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14702,
                    "label": "long_name",
                    "value": "Pitot static pressure from the aircraft RVSM system.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14452,
            "names": [
                {
                    "ob_id": 1755,
                    "name": "height"
                },
                {
                    "ob_id": 10389,
                    "name": "Pressure height from the aircraft RVSM system."
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14519,
                    "label": "var_id",
                    "value": "PARA0578",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14703,
                    "label": "long_name",
                    "value": "Pressure height from the aircraft RVSM system.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14453,
            "names": [
                {
                    "ob_id": 10390,
                    "name": "Roll from Honeywell H423 INU."
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14486,
                    "label": "var_id",
                    "value": "PARA0560",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14704,
                    "label": "long_name",
                    "value": "Roll from Honeywell H423 INU.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14454,
            "names": [
                {
                    "ob_id": 10391,
                    "name": "Solar azimuth derived from aircraft position and time."
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14532,
                    "label": "var_id",
                    "value": "PARA0642",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14705,
                    "label": "long_name",
                    "value": "Solar azimuth derived from aircraft position and time.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14455,
            "names": [
                {
                    "ob_id": 10392,
                    "name": "Solar zenith derived from aircraft position and time."
                }
            ],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14536,
                    "label": "var_id",
                    "value": "PARA0643",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14706,
                    "label": "long_name",
                    "value": "Solar zenith derived from aircraft position and time.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14456,
            "names": [
                {
                    "ob_id": 225,
                    "name": "air_pressure"
                },
                {
                    "ob_id": 10393,
                    "name": "Static pressure from the aircraft RVSM system."
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14540,
                    "label": "var_id",
                    "value": "PARA0576",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14707,
                    "label": "long_name",
                    "value": "Static pressure from the aircraft RVSM system.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14457,
            "names": [
                {
                    "ob_id": 10394,
                    "name": "Total condensation nucleus concentration from TSI 3025A."
                }
            ],
            "terms": [
                {
                    "ob_id": 14570,
                    "label": "var_id",
                    "value": "PARA0568",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14708,
                    "label": "units",
                    "value": "cc-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14709,
                    "label": "long_name",
                    "value": "Total condensation nucleus concentration from TSI 3025A.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14458,
            "names": [
                {
                    "ob_id": 10395,
                    "name": "Total water content from the TWC instrument."
                }
            ],
            "terms": [
                {
                    "ob_id": 14556,
                    "label": "var_id",
                    "value": "PARA0572",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14666,
                    "label": "units",
                    "value": "gram kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14710,
                    "label": "long_name",
                    "value": "Total water content from the TWC instrument.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14459,
            "names": [
                {
                    "ob_id": 10396,
                    "name": "True air speed from the aircraft RVSM system and deiced temperature."
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14560,
                    "label": "var_id",
                    "value": "PARA0517",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14711,
                    "label": "long_name",
                    "value": "True air speed from the aircraft RVSM system and deiced temperature.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14460,
            "names": [
                {
                    "ob_id": 226,
                    "name": "air_temperature"
                },
                {
                    "ob_id": 10397,
                    "name": "True air temperature from the Rosemeount non-deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14503,
                    "label": "var_id",
                    "value": "PARA0525",
                    "vocabulary": ""
                },
                {
                    "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": 14461,
            "names": [
                {
                    "ob_id": 226,
                    "name": "air_temperature"
                },
                {
                    "ob_id": 10398,
                    "name": "True air temperature from the Rosemount deiced temperature sensor."
                }
            ],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14438,
                    "label": "var_id",
                    "value": "PARA0520",
                    "vocabulary": ""
                },
                {
                    "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": 14462,
            "names": [
                {
                    "ob_id": 10399,
                    "name": "Uncorrected absorption coefficient at 565nm, linear, from PSAP."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14696,
                    "label": "var_id",
                    "value": "PARA0648",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14714,
                    "label": "long_name",
                    "value": "Uncorrected absorption coefficient at 565nm, linear, from PSAP.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14463,
            "names": [
                {
                    "ob_id": 10400,
                    "name": "Uncorrected absorption coefficient at 565nm, log, from PSAP."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14700,
                    "label": "var_id",
                    "value": "PARA0649",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14715,
                    "label": "long_name",
                    "value": "Uncorrected absorption coefficient at 565nm, log, from PSAP.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14464,
            "names": [
                {
                    "ob_id": 10401,
                    "name": "Uncorrected blue back scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14672,
                    "label": "var_id",
                    "value": "PARA0765",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14716,
                    "label": "long_name",
                    "value": "Uncorrected blue back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14465,
            "names": [
                {
                    "ob_id": 10402,
                    "name": "Uncorrected blue total scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14675,
                    "label": "var_id",
                    "value": "PARA0762",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14717,
                    "label": "long_name",
                    "value": "Uncorrected blue total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14466,
            "names": [
                {
                    "ob_id": 10403,
                    "name": "Uncorrected brightness temperature from the Heimann radiometer"
                }
            ],
            "terms": [
                {
                    "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": 14719,
                    "label": "var_id",
                    "value": "PARA0537",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14467,
            "names": [
                {
                    "ob_id": 10404,
                    "name": "Uncorrected green back scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14678,
                    "label": "var_id",
                    "value": "PARA0766",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14720,
                    "label": "long_name",
                    "value": "Uncorrected green back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14468,
            "names": [
                {
                    "ob_id": 10405,
                    "name": "Uncorrected green total scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14681,
                    "label": "var_id",
                    "value": "PARA0763",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14721,
                    "label": "long_name",
                    "value": "Uncorrected green total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14469,
            "names": [
                {
                    "ob_id": 10406,
                    "name": "Uncorrected red back scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14684,
                    "label": "var_id",
                    "value": "PARA0767",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14722,
                    "label": "long_name",
                    "value": "Uncorrected red back scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14470,
            "names": [
                {
                    "ob_id": 10407,
                    "name": "Uncorrected red total scattering coefficient from TSI 3563 nephelometer."
                }
            ],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14687,
                    "label": "var_id",
                    "value": "PARA0764",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14723,
                    "label": "long_name",
                    "value": "Uncorrected red total scattering coefficient from TSI 3563 nephelometer.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14471,
            "names": [
                {
                    "ob_id": 10408,
                    "name": "Upwards velocitiy from the XR5 GPS system."
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14470,
                    "label": "var_id",
                    "value": "PARA0585",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14724,
                    "label": "long_name",
                    "value": "Upwards velocitiy from the XR5 GPS system.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14472,
            "names": [
                {
                    "ob_id": 10409,
                    "name": "Upwelling radiometric infrared brightness temperature."
                }
            ],
            "terms": [
                {
                    "ob_id": 14591,
                    "label": "units",
                    "value": "degK",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14725,
                    "label": "long_name",
                    "value": "Upwelling radiometric infrared brightness temperature.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14726,
                    "label": "var_id",
                    "value": "PARA0723",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14473,
            "names": [
                {
                    "ob_id": 217,
                    "name": "upward_air_velocity"
                },
                {
                    "ob_id": 10410,
                    "name": "Vertical wind component"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 57,
                    "label": "standard_name",
                    "value": "upward_air_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14562,
                    "label": "var_id",
                    "value": "PARA0716",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14727,
                    "label": "long_name",
                    "value": "Vertical wind component",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14474,
            "names": [
                {
                    "ob_id": 206,
                    "name": "time"
                },
                {
                    "ob_id": 10411,
                    "name": "time of measurement"
                }
            ],
            "terms": [
                {
                    "ob_id": 37,
                    "label": "standard_name",
                    "value": "time",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 166,
                    "label": "var_id",
                    "value": "Time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14728,
                    "label": "long_name",
                    "value": "time of measurement",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14475,
            "names": [
                {
                    "ob_id": 10217,
                    "name": "CABIN PRESSURE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14476,
            "names": [
                {
                    "ob_id": 10218,
                    "name": "CABIN PRESSURE"
                }
            ],
            "terms": [
                {
                    "ob_id": 7042,
                    "label": "units",
                    "value": "MB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14477,
            "names": [
                {
                    "ob_id": 10219,
                    "name": "CABIN TEMPERATURE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14478,
            "names": [
                {
                    "ob_id": 10220,
                    "name": "CABIN TEMPERATURE"
                }
            ],
            "terms": [
                {
                    "ob_id": 14411,
                    "label": "units",
                    "value": "DEG C",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14479,
            "names": [
                {
                    "ob_id": 10221,
                    "name": "CARBON MONOXIDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14480,
            "names": [
                {
                    "ob_id": 10222,
                    "name": "CARBON MONOXIDE"
                }
            ],
            "terms": [
                {
                    "ob_id": 14416,
                    "label": "units",
                    "value": "PPB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14481,
            "names": [
                {
                    "ob_id": 10290,
                    "name": "CNC CONCENTRATION FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14482,
            "names": [
                {
                    "ob_id": 10291,
                    "name": "CNC CONCENTRATION"
                }
            ],
            "terms": [
                {
                    "ob_id": 14568,
                    "label": "units",
                    "value": "CC-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14483,
            "names": [
                {
                    "ob_id": 10223,
                    "name": "CORRECTED EAST VEL FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14484,
            "names": [
                {
                    "ob_id": 10224,
                    "name": "CORRECTED EAST VEL"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14485,
            "names": [
                {
                    "ob_id": 10225,
                    "name": "CORRECTED LATITUDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14486,
            "names": [
                {
                    "ob_id": 10226,
                    "name": "CORRECTED LONGITUDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14487,
            "names": [
                {
                    "ob_id": 10227,
                    "name": "CORRECTED NORTH VEL FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14488,
            "names": [
                {
                    "ob_id": 10228,
                    "name": "CORRECTED NORTH VEL"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14489,
            "names": [
                {
                    "ob_id": 10412,
                    "name": "CPC_conc"
                }
            ],
            "terms": [
                {
                    "ob_id": 2,
                    "label": "units",
                    "value": "None",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14490,
            "names": [
                {
                    "ob_id": 10229,
                    "name": "DEICED TRUE TEMP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14491,
            "names": [
                {
                    "ob_id": 10230,
                    "name": "DEW POINT FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14492,
            "names": [
                {
                    "ob_id": 10232,
                    "name": "GPS ALTITUDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14493,
            "names": [
                {
                    "ob_id": 10233,
                    "name": "GPS ALTITUDE"
                }
            ],
            "terms": [
                {
                    "ob_id": 7041,
                    "label": "units",
                    "value": "METRES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14494,
            "names": [
                {
                    "ob_id": 10234,
                    "name": "GPS LATITUDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14495,
            "names": [
                {
                    "ob_id": 10235,
                    "name": "GPS LATITUDE"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14496,
            "names": [
                {
                    "ob_id": 10236,
                    "name": "GPS LONGITUDE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14497,
            "names": [
                {
                    "ob_id": 10237,
                    "name": "GPS LONGITUDE"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14498,
            "names": [
                {
                    "ob_id": 10238,
                    "name": "GPS VELOCITY EAST FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14499,
            "names": [
                {
                    "ob_id": 10239,
                    "name": "GPS VELOCITY EAST"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14500,
            "names": [
                {
                    "ob_id": 10240,
                    "name": "GPS VELOCITY NORTH FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14501,
            "names": [
                {
                    "ob_id": 10241,
                    "name": "GPS VELOCITY NORTH"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14502,
            "names": [
                {
                    "ob_id": 10242,
                    "name": "GPS VELOCITY UP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14503,
            "names": [
                {
                    "ob_id": 10243,
                    "name": "GPS VELOCITY UP"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14504,
            "names": [
                {
                    "ob_id": 10244,
                    "name": "IND. AIR SPEED FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14505,
            "names": [
                {
                    "ob_id": 10245,
                    "name": "IND. AIR SPEED"
                }
            ],
            "terms": [
                {
                    "ob_id": 7031,
                    "label": "units",
                    "value": "M S-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14506,
            "names": [
                {
                    "ob_id": 10246,
                    "name": "INS HEADING FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14507,
            "names": [
                {
                    "ob_id": 10247,
                    "name": "INS HEADING"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14508,
            "names": [
                {
                    "ob_id": 10248,
                    "name": "INS PITCH FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14509,
            "names": [
                {
                    "ob_id": 10249,
                    "name": "INS PITCH"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14510,
            "names": [
                {
                    "ob_id": 10250,
                    "name": "INS ROLL FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14511,
            "names": [
                {
                    "ob_id": 10251,
                    "name": "INS ROLL"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14512,
            "names": [
                {
                    "ob_id": 10252,
                    "name": "J/W LWC FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14513,
            "names": [
                {
                    "ob_id": 10253,
                    "name": "J/W LWC"
                }
            ],
            "terms": [
                {
                    "ob_id": 7043,
                    "label": "units",
                    "value": "G KG-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14526,
            "names": [
                {
                    "ob_id": 10258,
                    "name": "NONDEICED TRUE TEMP FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14527,
            "names": [
                {
                    "ob_id": 10259,
                    "name": "NONDEICED TRUE TEMP"
                }
            ],
            "terms": [
                {
                    "ob_id": 7030,
                    "label": "units",
                    "value": "DEG K",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14528,
            "names": [
                {
                    "ob_id": 10261,
                    "name": "OZONE MIXING RATIO FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14529,
            "names": [
                {
                    "ob_id": 10262,
                    "name": "OZONE MIXING RATIO"
                }
            ],
            "terms": [
                {
                    "ob_id": 14416,
                    "label": "units",
                    "value": "PPB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14530,
            "names": [
                {
                    "ob_id": 10263,
                    "name": "PITOT-STATIC PRESSUR"
                }
            ],
            "terms": [
                {
                    "ob_id": 7042,
                    "label": "units",
                    "value": "MB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14531,
            "names": [
                {
                    "ob_id": 10264,
                    "name": "PITOT-STATIC PRESSURFLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14532,
            "names": [
                {
                    "ob_id": 10265,
                    "name": "PRESSURE HEIGHT FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14537,
            "names": [
                {
                    "ob_id": 10267,
                    "name": "SECS FROM MIDNIGHT FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14538,
            "names": [
                {
                    "ob_id": 10268,
                    "name": "SECS FROM MIDNIGHT"
                }
            ],
            "terms": [
                {
                    "ob_id": 14526,
                    "label": "units",
                    "value": "SECS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14539,
            "names": [
                {
                    "ob_id": 10269,
                    "name": "SOLAR AZIMUTH FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14540,
            "names": [
                {
                    "ob_id": 10270,
                    "name": "SOLAR AZIMUTH"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14541,
            "names": [
                {
                    "ob_id": 10271,
                    "name": "SOLAR ZENITH ANGLE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14542,
            "names": [
                {
                    "ob_id": 10272,
                    "name": "SOLAR ZENITH ANGLE"
                }
            ],
            "terms": [
                {
                    "ob_id": 7029,
                    "label": "units",
                    "value": "DEGREES",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14543,
            "names": [
                {
                    "ob_id": 10273,
                    "name": "STATIC PRESSURE FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14544,
            "names": [
                {
                    "ob_id": 10274,
                    "name": "TECO 42 NO FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14545,
            "names": [
                {
                    "ob_id": 10275,
                    "name": "TECO 42 NO"
                }
            ],
            "terms": [
                {
                    "ob_id": 14416,
                    "label": "units",
                    "value": "PPB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14546,
            "names": [
                {
                    "ob_id": 10276,
                    "name": "TECO 42 NO2 FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14547,
            "names": [
                {
                    "ob_id": 10277,
                    "name": "TECO 42 NO2"
                }
            ],
            "terms": [
                {
                    "ob_id": 14416,
                    "label": "units",
                    "value": "PPB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14548,
            "names": [
                {
                    "ob_id": 10278,
                    "name": "TECO 42 NOx FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14549,
            "names": [
                {
                    "ob_id": 10279,
                    "name": "TECO 42 NOx"
                }
            ],
            "terms": [
                {
                    "ob_id": 14416,
                    "label": "units",
                    "value": "PPB",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 14550,
            "names": [
                {
                    "ob_id": 10281,
                    "name": "TRUE AIR SPEED FLAG"
                }
            ],
            "terms": [
                {
                    "ob_id": 14404,
                    "label": "units",
                    "value": "QUALITY",
                    "vocabulary": ""
                }
            ]
        }
    ]
}