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

{
    "count": 53229,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=31400",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=31200",
    "results": [
        {
            "ob_id": 65678,
            "names": [],
            "terms": [
                {
                    "ob_id": 69609,
                    "label": "var_id",
                    "value": "number_of_particles_with_2p0mm_to_2p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69610,
                    "label": "standard_name",
                    "value": "number_of_particles_with_2.0mm_<_diameter_<_2.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69611,
                    "label": "long_name",
                    "value": "Number of particles with 2.0mm < diameter < 2.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65679,
            "names": [],
            "terms": [
                {
                    "ob_id": 69612,
                    "label": "var_id",
                    "value": "number_of_particles_with_2p5mm_to_3p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69613,
                    "label": "standard_name",
                    "value": "number_of_particles_with_2.5mm_<_diameter_<_3.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69614,
                    "label": "long_name",
                    "value": "Number of particles with 2.5mm < diameter < 3.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65680,
            "names": [],
            "terms": [
                {
                    "ob_id": 69615,
                    "label": "var_id",
                    "value": "number_of_particles_with_3p0mm_to_3p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69616,
                    "label": "standard_name",
                    "value": "number_of_particles_with_3.0mm_<_diameter_<_3.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69617,
                    "label": "long_name",
                    "value": "Number of particles with 3.0mm < diameter < 3.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65681,
            "names": [],
            "terms": [
                {
                    "ob_id": 69618,
                    "label": "var_id",
                    "value": "number_of_particles_with_3p5mm_to_4p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69619,
                    "label": "standard_name",
                    "value": "number_of_particles_with_3.5mm_<_diameter_<_4.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69620,
                    "label": "long_name",
                    "value": "Number of particles with 3.5mm < diameter < 4.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65682,
            "names": [],
            "terms": [
                {
                    "ob_id": 69621,
                    "label": "var_id",
                    "value": "number_of_particles_with_4p0mm_to_4p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69622,
                    "label": "standard_name",
                    "value": "number_of_particles_with_4.0mm_<_diameter_<_4.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69623,
                    "label": "long_name",
                    "value": "Number of particles with 4.0mm < diameter < 4.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65683,
            "names": [],
            "terms": [
                {
                    "ob_id": 69624,
                    "label": "var_id",
                    "value": "number_of_particles_with_4p5mm_to_5p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69625,
                    "label": "standard_name",
                    "value": "number_of_particles_with_4.5mm_<_diameter_<_5.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69626,
                    "label": "long_name",
                    "value": "Number of particles with 4.5mm < diameter < 5.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65684,
            "names": [],
            "terms": [
                {
                    "ob_id": 69627,
                    "label": "var_id",
                    "value": "number_of_particles_with_5p0mm_to_5p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69628,
                    "label": "standard_name",
                    "value": "number_of_particles_with_5.0mm_<_diameter_<_5.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69629,
                    "label": "long_name",
                    "value": "Number of particles with 5.0mm < diameter < 5.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65685,
            "names": [],
            "terms": [
                {
                    "ob_id": 69630,
                    "label": "var_id",
                    "value": "number_of_particles_with_5p5mm_to_6p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69631,
                    "label": "standard_name",
                    "value": "number_of_particles_with_5.5mm_<_diameter_<_6.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69632,
                    "label": "long_name",
                    "value": "Number of particles with 5.5mm < diameter < 6.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65686,
            "names": [],
            "terms": [
                {
                    "ob_id": 69633,
                    "label": "var_id",
                    "value": "number_of_particles_with_6p0mm_to_6p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69634,
                    "label": "standard_name",
                    "value": "number_of_particles_with_6.0mm_<_diameter_<_6.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69635,
                    "label": "long_name",
                    "value": "Number of particles with 6.0mm < diameter < 6.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65687,
            "names": [],
            "terms": [
                {
                    "ob_id": 69636,
                    "label": "var_id",
                    "value": "number_of_particles_with_6p5mm_to_7p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69637,
                    "label": "standard_name",
                    "value": "number_of_particles_with_6.5mm_<_diameter_<_7.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69638,
                    "label": "long_name",
                    "value": "Number of particles with 6.5mm < diameter < 7.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65688,
            "names": [],
            "terms": [
                {
                    "ob_id": 69639,
                    "label": "var_id",
                    "value": "number_of_particles_with_7p0mm_to_7p5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69640,
                    "label": "standard_name",
                    "value": "number_of_particles_with_7.0mm_<_diameter_<_7.5mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69641,
                    "label": "long_name",
                    "value": "Number of particles with 7.0mm < diameter < 7.5mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65689,
            "names": [],
            "terms": [
                {
                    "ob_id": 69642,
                    "label": "var_id",
                    "value": "number_of_particles_with_7p5mm_to_8p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69643,
                    "label": "standard_name",
                    "value": "number_of_particles_with_7.5mm_<_diameter_<_8.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69644,
                    "label": "long_name",
                    "value": "Number of particles with 7.5mm < diameter < 8.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65690,
            "names": [],
            "terms": [
                {
                    "ob_id": 69645,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69646,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69647,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65691,
            "names": [],
            "terms": [
                {
                    "ob_id": 69648,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_0p0m_per_s_to_0p2m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69649,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_0.0m/s_<_speed_<_0.2m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69650,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 0.0m/s < speed < 0.2m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65692,
            "names": [],
            "terms": [
                {
                    "ob_id": 69651,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_0p2m_per_s_to_0p4m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69652,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_0.2m/s_<_speed_<_0.4m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69653,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 0.2m/s < speed < 0.4m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65693,
            "names": [],
            "terms": [
                {
                    "ob_id": 69654,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_0p4m_per_s_to_0p6m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69655,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_0.4m/s_<_speed_<_0.6m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69656,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 0.4m/s < speed < 0.6m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65694,
            "names": [],
            "terms": [
                {
                    "ob_id": 69657,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_0p6m_per_s_to_0p8m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69658,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_0.6m/s_<_speed_<_0.8m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69659,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 0.6m/s < speed < 0.8m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65695,
            "names": [],
            "terms": [
                {
                    "ob_id": 69660,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_0p8m_per_s_to_1p0m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69661,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_0.8m/s_<_speed_<_1.0m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69662,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 0.8m/s < speed < 1.0m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65696,
            "names": [],
            "terms": [
                {
                    "ob_id": 69663,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_1p0m_per_s_to_1p4m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69664,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_1.0m/s_<_speed_<_1.4m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69665,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 1.0m/s < speed < 1.4m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65697,
            "names": [],
            "terms": [
                {
                    "ob_id": 69666,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_1p4m_per_s_to_1p8m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69667,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_1.4m/s_<_speed_<_1.8m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69668,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 1.4m/s < speed < 1.8m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65698,
            "names": [],
            "terms": [
                {
                    "ob_id": 69669,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_1p8m_per_s_to_2p2m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69670,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_1.8m/s_<_speed_<_2.2m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69671,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 1.8m/s < speed < 2.2m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65699,
            "names": [],
            "terms": [
                {
                    "ob_id": 69672,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_2p2m_per_s_to_2p6m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69673,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_2.2m/s_<_speed_<_2.6m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69674,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 2.2m/s < speed < 2.6m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65700,
            "names": [],
            "terms": [
                {
                    "ob_id": 69675,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_2p6m_per_s_to_3p0m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69676,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_2.6m/s_<_speed_<_3.0m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69677,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 2.6m/s < speed < 3.0m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65701,
            "names": [],
            "terms": [
                {
                    "ob_id": 69678,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_3p0m_per_s_to_3p4m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69679,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_3.0m/s_<_speed_<_3.4m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69680,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 3.0m/s < speed < 3.4m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65702,
            "names": [],
            "terms": [
                {
                    "ob_id": 69681,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_3p4m_per_s_to_4p2m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69682,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_3.4m/s_<_speed_<_4.2m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69683,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 3.4m/s < speed < 4.2m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65703,
            "names": [],
            "terms": [
                {
                    "ob_id": 69684,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_4p2m_per_s_to_5p0m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69685,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_4.2m/s_<_speed_<_5.0m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69686,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 4.2m/s < speed < 5.0m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65704,
            "names": [],
            "terms": [
                {
                    "ob_id": 69687,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_5p0m_per_s_to_5p8m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69688,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_5.0m/s_<_speed_<_5.8m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69689,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 5.0m/s < speed < 5.8m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65705,
            "names": [],
            "terms": [
                {
                    "ob_id": 69690,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_5p8m_per_s_to_6p6m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69691,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_5.8m/s_<_speed_<_6.6m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69692,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 5.8m/s < speed < 6.6m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65706,
            "names": [],
            "terms": [
                {
                    "ob_id": 69693,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_6p6m_per_s_to_7p4m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69694,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_6.6m/s_<_speed_<_7.4m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69695,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 6.6m/s < speed < 7.4m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65707,
            "names": [],
            "terms": [
                {
                    "ob_id": 69696,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_7p4m_per_s_to_8p2m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69697,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_7.4m/s_<_speed_<_8.2m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69698,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 7.4m/s < speed < 8.2m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65708,
            "names": [],
            "terms": [
                {
                    "ob_id": 69699,
                    "label": "var_id",
                    "value": "number_of_particles_with_diameter_>_8p0mm_and_8p2m_per_s_to_9p0m_per_s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69700,
                    "label": "standard_name",
                    "value": "number_of_particles_with_diameter_>_8.0mm_and_8.2m/s_<_speed_<_9.0m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69701,
                    "label": "long_name",
                    "value": "Number of particles with diameter > 8.0mm and 8.2m/s < speed < 9.0m/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65709,
            "names": [],
            "terms": [
                {
                    "ob_id": 4424,
                    "label": "standard_name",
                    "value": "rainfall_rate",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 4425,
                    "label": "var_id",
                    "value": "rainfall_rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13659,
                    "label": "long_name",
                    "value": "Rainfall Rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65710,
            "names": [],
            "terms": [
                {
                    "ob_id": 4578,
                    "label": "standard_name",
                    "value": "thickness_of_rainfall_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 69702,
                    "label": "var_id",
                    "value": "thickness_of_rainfall_amount",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69703,
                    "label": "long_name",
                    "value": "Rain Accumulated in Averaging Period (over a Minute)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65711,
            "names": [],
            "terms": [
                {
                    "ob_id": 69704,
                    "label": "var_id",
                    "value": "total_precipitation_rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69705,
                    "label": "standard_name",
                    "value": "total_precipitation_rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69706,
                    "label": "long_name",
                    "value": "Total Precipitation Rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65712,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 26254,
                    "label": "long_name",
                    "value": "Data Quality flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69707,
                    "label": "var_id",
                    "value": "qc_flag_mass_concentration_of_black_carbon_in_ambient_aerosol_particles_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65713,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69708,
                    "label": "var_id",
                    "value": "ACLD_BAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69709,
                    "label": "long_name",
                    "value": "Acceleration along aircraft vertical axis (positive down)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65714,
            "names": [],
            "terms": [
                {
                    "ob_id": 69710,
                    "label": "var_id",
                    "value": "ACLD_BAT_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69711,
                    "label": "long_name",
                    "value": "Flag for Acceleration along aircraft vertical axis (positive down)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65715,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69712,
                    "label": "var_id",
                    "value": "ACLF_BAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69713,
                    "label": "long_name",
                    "value": "Acceleration along aircraft longitudinal axis (positive forward)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65716,
            "names": [],
            "terms": [
                {
                    "ob_id": 69714,
                    "label": "var_id",
                    "value": "ACLF_BAT_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69715,
                    "label": "long_name",
                    "value": "Flag for Acceleration along aircraft longitudinal axis (positive forward)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65717,
            "names": [],
            "terms": [
                {
                    "ob_id": 7026,
                    "label": "units",
                    "value": "m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69716,
                    "label": "var_id",
                    "value": "ACLS_BAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69717,
                    "label": "long_name",
                    "value": "Acceleration along aircraft transverse axis (positive right)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65718,
            "names": [],
            "terms": [
                {
                    "ob_id": 69718,
                    "label": "var_id",
                    "value": "ACLS_BAT_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69719,
                    "label": "long_name",
                    "value": "Flag for Acceleration along aircraft transverse axis (positive right)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65719,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34,
                    "label": "standard_name",
                    "value": "altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 39086,
                    "label": "long_name",
                    "value": "Ellipsoid altitude from OXTS System",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69720,
                    "label": "var_id",
                    "value": "ALT_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65720,
            "names": [],
            "terms": [
                {
                    "ob_id": 64524,
                    "label": "standard_name",
                    "value": "altitude status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69721,
                    "label": "var_id",
                    "value": "ALT_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69722,
                    "label": "long_name",
                    "value": "Flag for Ellipsoid altitude from OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65721,
            "names": [],
            "terms": [
                {
                    "ob_id": 6527,
                    "label": "standard_name",
                    "value": "mole_fraction_of_carbon_dioxide_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69723,
                    "label": "var_id",
                    "value": "CO2_LICOR",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69724,
                    "label": "long_name",
                    "value": "CO2 mole fraction from LICOR gas analyser",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65722,
            "names": [],
            "terms": [
                {
                    "ob_id": 69725,
                    "label": "var_id",
                    "value": "CO2_LICOR_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69726,
                    "label": "standard_name",
                    "value": "mole_fraction_of_carbon_dioxide_in_air status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69727,
                    "label": "long_name",
                    "value": "Flag for CO2 mole fraction from LICOR gas analyser",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65723,
            "names": [],
            "terms": [
                {
                    "ob_id": 60704,
                    "label": "units",
                    "value": "l min-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69728,
                    "label": "var_id",
                    "value": "F_LIC_R",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69729,
                    "label": "standard_name",
                    "value": "flow_rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69730,
                    "label": "long_name",
                    "value": "LICOR gas analyser reference flow rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65724,
            "names": [],
            "terms": [
                {
                    "ob_id": 69731,
                    "label": "var_id",
                    "value": "F_LIC_R_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69732,
                    "label": "standard_name",
                    "value": "flow_rate status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69733,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser reference flow rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65725,
            "names": [],
            "terms": [
                {
                    "ob_id": 60704,
                    "label": "units",
                    "value": "l min-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69729,
                    "label": "standard_name",
                    "value": "flow_rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69734,
                    "label": "var_id",
                    "value": "F_LIC_S",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69735,
                    "label": "long_name",
                    "value": "LICOR gas analyser sample flow rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65726,
            "names": [],
            "terms": [
                {
                    "ob_id": 69732,
                    "label": "standard_name",
                    "value": "flow_rate status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69736,
                    "label": "var_id",
                    "value": "F_LIC_S_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69737,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser sample flow rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65727,
            "names": [],
            "terms": [
                {
                    "ob_id": 6000,
                    "label": "standard_name",
                    "value": "mole_fraction_of_water_vapor_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 39088,
                    "label": "long_name",
                    "value": "H2O mole fraction from LICOR gas analyser",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69738,
                    "label": "var_id",
                    "value": "H2O_LICOR",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65728,
            "names": [],
            "terms": [
                {
                    "ob_id": 69739,
                    "label": "var_id",
                    "value": "H2O_LICOR_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69740,
                    "label": "standard_name",
                    "value": "mole_fraction_of_water_vapor_in_air status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69741,
                    "label": "long_name",
                    "value": "Flag for H2O mole fraction from LICOR gas analyser",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65729,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15125,
                    "label": "standard_name",
                    "value": "platform_yaw_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 39090,
                    "label": "long_name",
                    "value": "Heading from the OXTS System",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69742,
                    "label": "var_id",
                    "value": "HDG_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65730,
            "names": [],
            "terms": [
                {
                    "ob_id": 69743,
                    "label": "var_id",
                    "value": "HDG_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69744,
                    "label": "standard_name",
                    "value": "platform_yaw_angle status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69745,
                    "label": "long_name",
                    "value": "Flag for Heading from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65731,
            "names": [],
            "terms": [
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 26591,
                    "label": "units",
                    "value": "degree north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 39092,
                    "label": "long_name",
                    "value": "Latitude from OXTS System",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69746,
                    "label": "var_id",
                    "value": "LAT_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65732,
            "names": [],
            "terms": [
                {
                    "ob_id": 64526,
                    "label": "standard_name",
                    "value": "latitude status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69747,
                    "label": "var_id",
                    "value": "LAT_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69748,
                    "label": "long_name",
                    "value": "Flag for Latitude from OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65733,
            "names": [],
            "terms": [
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 26603,
                    "label": "units",
                    "value": "degree east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 39094,
                    "label": "long_name",
                    "value": "Longitude from OXTS System",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69749,
                    "label": "var_id",
                    "value": "LON_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65734,
            "names": [],
            "terms": [
                {
                    "ob_id": 64528,
                    "label": "standard_name",
                    "value": "longitude status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69750,
                    "label": "var_id",
                    "value": "LON_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69751,
                    "label": "long_name",
                    "value": "Flag for Longitude from OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65735,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69752,
                    "label": "var_id",
                    "value": "PBAT_H",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69753,
                    "label": "long_name",
                    "value": "Pressure difference across horizontal turbulence probe ports",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65736,
            "names": [],
            "terms": [
                {
                    "ob_id": 69754,
                    "label": "var_id",
                    "value": "PBAT_H_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69755,
                    "label": "long_name",
                    "value": "Flag for Pressure difference across horizontal turbulence probe ports",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65737,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69756,
                    "label": "var_id",
                    "value": "PBAT_Q",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69757,
                    "label": "long_name",
                    "value": "Dynamic pressure from turbulence probe",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65738,
            "names": [],
            "terms": [
                {
                    "ob_id": 69758,
                    "label": "var_id",
                    "value": "PBAT_Q_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69759,
                    "label": "long_name",
                    "value": "Flag for Dynamic pressure from turbulence probe",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65739,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69760,
                    "label": "var_id",
                    "value": "PBAT_V",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69761,
                    "label": "long_name",
                    "value": "Pressure difference across vertical turbulence probe ports",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65740,
            "names": [],
            "terms": [
                {
                    "ob_id": 69762,
                    "label": "var_id",
                    "value": "PBAT_V_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69763,
                    "label": "long_name",
                    "value": "Flag for Pressure difference across vertical turbulence probe ports",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65741,
            "names": [],
            "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": 69764,
                    "label": "var_id",
                    "value": "PTCH_OXTS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69765,
                    "label": "long_name",
                    "value": "Pitch angle from the OXTS System (positive for nose up)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65742,
            "names": [],
            "terms": [
                {
                    "ob_id": 69766,
                    "label": "var_id",
                    "value": "PTCH_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69767,
                    "label": "standard_name",
                    "value": "platform_pitch_angle status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69768,
                    "label": "long_name",
                    "value": "Flag for Pitch angle from the OXTS System (positive for nose up)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65743,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69769,
                    "label": "var_id",
                    "value": "P_LIC_R",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69770,
                    "label": "long_name",
                    "value": "LICOR gas analyser reference inlet pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65744,
            "names": [],
            "terms": [
                {
                    "ob_id": 69771,
                    "label": "var_id",
                    "value": "P_LIC_R_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69772,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser reference inlet pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65745,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69773,
                    "label": "var_id",
                    "value": "P_LIC_S",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69774,
                    "label": "long_name",
                    "value": "LICOR gas analyser sample cell pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65746,
            "names": [],
            "terms": [
                {
                    "ob_id": 69775,
                    "label": "var_id",
                    "value": "P_LIC_S_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69776,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser sample cell pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65747,
            "names": [],
            "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": 69777,
                    "label": "var_id",
                    "value": "ROLL_OXTS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69778,
                    "label": "long_name",
                    "value": "Roll angle from the OXTS System (positive for left wing up)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65748,
            "names": [],
            "terms": [
                {
                    "ob_id": 69779,
                    "label": "var_id",
                    "value": "ROLL_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69780,
                    "label": "standard_name",
                    "value": "platform_roll_angle status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69781,
                    "label": "long_name",
                    "value": "Flag for Roll angle from the OXTS System (positive for left wing up)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65749,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 69782,
                    "label": "var_id",
                    "value": "T1_BAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69783,
                    "label": "long_name",
                    "value": "Air temperature measured by turbulence probe thermistor/thermocouple pair 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65750,
            "names": [],
            "terms": [
                {
                    "ob_id": 22570,
                    "label": "standard_name",
                    "value": "air_temperature status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 69784,
                    "label": "var_id",
                    "value": "T1_BAT_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69785,
                    "label": "long_name",
                    "value": "Flag for Air temperature measured by turbulence probe thermistor/thermocouple pair 1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65751,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 69786,
                    "label": "var_id",
                    "value": "T2_BAT",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69787,
                    "label": "long_name",
                    "value": "Air temperature measured by turbulence probe thermistor/thermocouple pair 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65752,
            "names": [],
            "terms": [
                {
                    "ob_id": 22570,
                    "label": "standard_name",
                    "value": "air_temperature status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 69788,
                    "label": "var_id",
                    "value": "T2_BAT_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69789,
                    "label": "long_name",
                    "value": "Flag for Air temperature measured by turbulence probe thermistor/thermocouple pair 2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65753,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15161,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15165,
                    "label": "var_id",
                    "value": "TAS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69790,
                    "label": "long_name",
                    "value": "True air speed from turbulence probe.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65754,
            "names": [],
            "terms": [
                {
                    "ob_id": 15101,
                    "label": "var_id",
                    "value": "TAS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69791,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_air status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69792,
                    "label": "long_name",
                    "value": "Flag for True air speed from turbulence probe.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65755,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69793,
                    "label": "var_id",
                    "value": "T_LIC_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69794,
                    "label": "long_name",
                    "value": "LICOR gas analyser cell temperatures",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65756,
            "names": [],
            "terms": [
                {
                    "ob_id": 69795,
                    "label": "var_id",
                    "value": "T_LIC_C_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69796,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser cell temperatures",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65757,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69797,
                    "label": "var_id",
                    "value": "T_LIC_RI",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69798,
                    "label": "long_name",
                    "value": "LICOR gas analyser reference inlet temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65758,
            "names": [],
            "terms": [
                {
                    "ob_id": 69799,
                    "label": "var_id",
                    "value": "T_LIC_RI_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69800,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser reference inlet temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65759,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69801,
                    "label": "var_id",
                    "value": "T_LIC_SI",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69802,
                    "label": "long_name",
                    "value": "LICOR gas analyser sample inlet temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65760,
            "names": [],
            "terms": [
                {
                    "ob_id": 69803,
                    "label": "var_id",
                    "value": "T_LIC_SI_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69804,
                    "label": "long_name",
                    "value": "Flag for LICOR gas analyser sample inlet temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65761,
            "names": [],
            "terms": [
                {
                    "ob_id": 37,
                    "label": "standard_name",
                    "value": "time",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 166,
                    "label": "var_id",
                    "value": "Time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10928,
                    "label": "units",
                    "value": "milliseconds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14728,
                    "label": "long_name",
                    "value": "time of measurement",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65762,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 39084,
                    "label": "long_name",
                    "value": "Eastward wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69805,
                    "label": "var_id",
                    "value": "U_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65763,
            "names": [],
            "terms": [
                {
                    "ob_id": 69806,
                    "label": "var_id",
                    "value": "U_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69807,
                    "label": "standard_name",
                    "value": "eastward_wind status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69808,
                    "label": "long_name",
                    "value": "Flag for Eastward wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65764,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69809,
                    "label": "var_id",
                    "value": "VELE_OXTS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69810,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_eastward",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69811,
                    "label": "long_name",
                    "value": "Eastwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65765,
            "names": [],
            "terms": [
                {
                    "ob_id": 69812,
                    "label": "var_id",
                    "value": "VELE_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69813,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_eastward status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69814,
                    "label": "long_name",
                    "value": "Flag for Eastwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65766,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69815,
                    "label": "var_id",
                    "value": "VELN_OXTS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69816,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_northward",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69817,
                    "label": "long_name",
                    "value": "Northwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65767,
            "names": [],
            "terms": [
                {
                    "ob_id": 69818,
                    "label": "var_id",
                    "value": "VELN_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69819,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_northward status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69820,
                    "label": "long_name",
                    "value": "Flag for Northwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65768,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69821,
                    "label": "var_id",
                    "value": "VELZ_OXTS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69822,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_upward",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69823,
                    "label": "long_name",
                    "value": "Upwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65769,
            "names": [],
            "terms": [
                {
                    "ob_id": 69824,
                    "label": "var_id",
                    "value": "VELZ_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69825,
                    "label": "standard_name",
                    "value": "platform_speed_wrt_ground_upward status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69826,
                    "label": "long_name",
                    "value": "Flag for Upwards velocity from the OXTS System",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65770,
            "names": [],
            "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": 39099,
                    "label": "long_name",
                    "value": "Northward wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69827,
                    "label": "var_id",
                    "value": "V_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65771,
            "names": [],
            "terms": [
                {
                    "ob_id": 69828,
                    "label": "var_id",
                    "value": "V_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69829,
                    "label": "standard_name",
                    "value": "northward_wind status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69830,
                    "label": "long_name",
                    "value": "Flag for Northward wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65772,
            "names": [],
            "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": 39113,
                    "label": "long_name",
                    "value": "Vertical wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69831,
                    "label": "var_id",
                    "value": "W_OXTS",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65773,
            "names": [],
            "terms": [
                {
                    "ob_id": 69832,
                    "label": "var_id",
                    "value": "W_OXTS_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69833,
                    "label": "standard_name",
                    "value": "upward_air_velocity status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69834,
                    "label": "long_name",
                    "value": "Flag for Vertical wind component from turbulence probe and OXTS.",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65774,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9209,
                    "label": "standard_name",
                    "value": "brightness_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 14718,
                    "label": "long_name",
                    "value": "Uncorrected brightness temperature from the Heimann radiometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15166,
                    "label": "var_id",
                    "value": "BTHEIM_U",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65775,
            "names": [],
            "terms": [
                {
                    "ob_id": 9196,
                    "label": "standard_name",
                    "value": "brightness_temperature status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 15102,
                    "label": "long_name",
                    "value": "Flag for Uncorrected brightness temperature from the Heimann radiometer",
                    "vocabulary": ""
                },
                {
                    "ob_id": 15103,
                    "label": "var_id",
                    "value": "BTHEIM_U_FLAG",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65776,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 39101,
                    "label": "long_name",
                    "value": "Radar height from the aircraft radar altimeter 1.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69835,
                    "label": "var_id",
                    "value": "HGT_RADR1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 65777,
            "names": [],
            "terms": [
                {
                    "ob_id": 69836,
                    "label": "var_id",
                    "value": "HGT_RADR1_FLAG",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69837,
                    "label": "standard_name",
                    "value": "height status_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 69838,
                    "label": "long_name",
                    "value": "Flag for Radar height from the aircraft radar altimeter 1.",
                    "vocabulary": ""
                }
            ]
        }
    ]
}