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=41500
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=41600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=41400",
    "results": [
        {
            "ob_id": 81150,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87850,
                    "label": "var_id",
                    "value": "wind_speed_vector_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87851,
                    "label": "long_name",
                    "value": "Mean vector wind speed at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81151,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87852,
                    "label": "var_id",
                    "value": "qc_flag_specific_humidity_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87853,
                    "label": "long_name",
                    "value": "Data quality flag: Mean specific humidity at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81152,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87854,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87855,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average) at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81153,
            "names": [],
            "terms": [
                {
                    "ob_id": 16745,
                    "label": "units",
                    "value": "g kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87856,
                    "label": "var_id",
                    "value": "specific_humidity_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87857,
                    "label": "long_name",
                    "value": "Mean specific humidity at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81154,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87858,
                    "label": "var_id",
                    "value": "qc_flag_co2_concentration_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87859,
                    "label": "long_name",
                    "value": "Data quality flag: Mean CO2 concentration at 10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81155,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87860,
                    "label": "var_id",
                    "value": "qc_flag_pressure_barometric_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87861,
                    "label": "long_name",
                    "value": "Data quality flag: Mean pressure at 10m, 40m above mean sea level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81156,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87862,
                    "label": "var_id",
                    "value": "pressure_barometric_10m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87863,
                    "label": "long_name",
                    "value": "Mean pressure at 10m, 40m above mean sea level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81157,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87864,
                    "label": "var_id",
                    "value": "qc_flag_swrad_upwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87865,
                    "label": "long_name",
                    "value": "Data quality flag: Mean upwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81158,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87866,
                    "label": "var_id",
                    "value": "qc_flag_max_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87867,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum global downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81159,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87868,
                    "label": "var_id",
                    "value": "relative_humidity_humicap_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87869,
                    "label": "long_name",
                    "value": "Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81160,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87870,
                    "label": "var_id",
                    "value": "qc_flag_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87871,
                    "label": "long_name",
                    "value": "Data quality flag: Mean global downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81161,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87872,
                    "label": "var_id",
                    "value": "qc_flag_pressure_barometric_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87873,
                    "label": "long_name",
                    "value": "Data quality flag: Barometric pressure 30m AMSL",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81162,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87874,
                    "label": "var_id",
                    "value": "moisture_soil_57cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87876,
                    "label": "long_name",
                    "value": "Soil moisture, west site, at 57cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81163,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87877,
                    "label": "var_id",
                    "value": "qc_flag_visibility_vpf730_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87878,
                    "label": "long_name",
                    "value": "Data quality flag: Visibility at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81164,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87879,
                    "label": "var_id",
                    "value": "relative_humidity_michell_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87880,
                    "label": "long_name",
                    "value": "Mean relative humidity, derived from dew point temperature, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81165,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87881,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_57cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87882,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, south site, at 57cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81166,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87883,
                    "label": "var_id",
                    "value": "diffuse_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87884,
                    "label": "long_name",
                    "value": "Mean diffuse downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81167,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5743,
                    "label": "standard_name",
                    "value": "surface_upwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87885,
                    "label": "var_id",
                    "value": "lwrad_upwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87886,
                    "label": "long_name",
                    "value": "Mean upwelling longwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81168,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87887,
                    "label": "var_id",
                    "value": "qc_flag_lwrad_upwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87888,
                    "label": "long_name",
                    "value": "Data quality flag: Mean upwelling longwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81169,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6766,
                    "label": "standard_name",
                    "value": "visibility_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87889,
                    "label": "var_id",
                    "value": "visibility_vpf730_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87890,
                    "label": "long_name",
                    "value": "Visibility at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81170,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87891,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_humicap_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87892,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81171,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87893,
                    "label": "var_id",
                    "value": "temperature_soil_4cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87894,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 4cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81172,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87895,
                    "label": "var_id",
                    "value": "qc_flag_infrared_temperature_grass",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87896,
                    "label": "long_name",
                    "value": "Data quality flag: Infra-red temperature of grass surface. Pyrometer placed at 2m distance from surface, facing DIRECTION approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81173,
            "names": [],
            "terms": [
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87897,
                    "label": "var_id",
                    "value": "water_table_depth_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87898,
                    "label": "long_name",
                    "value": "Water table depth, south site",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81174,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87899,
                    "label": "var_id",
                    "value": "moisture_soil_1p6m_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87900,
                    "label": "long_name",
                    "value": "Soil moisture, west site, at 1.6m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81175,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87901,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_prt_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87902,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, platinum resistance thermometer, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81176,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87903,
                    "label": "var_id",
                    "value": "moisture_soil_10cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87904,
                    "label": "long_name",
                    "value": "Soil moisture, south site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81177,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87905,
                    "label": "var_id",
                    "value": "qc_flag_diffuse_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87906,
                    "label": "long_name",
                    "value": "Data quality flag: Mean diffuse downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81179,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87907,
                    "label": "var_id",
                    "value": "temperature_soil_35cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87908,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 35cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81180,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3669,
                    "label": "standard_name",
                    "value": "surface_downwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87911,
                    "label": "var_id",
                    "value": "lwrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87912,
                    "label": "long_name",
                    "value": "Mean downwelling longwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81181,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87913,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_7cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87914,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 7cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81183,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87917,
                    "label": "var_id",
                    "value": "temperature_soil_7cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87919,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 7cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81185,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87921,
                    "label": "var_id",
                    "value": "qc_flag_water_table_depth_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87922,
                    "label": "long_name",
                    "value": "Data quality flag: Water table depth, south site",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81186,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87923,
                    "label": "var_id",
                    "value": "max_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87924,
                    "label": "long_name",
                    "value": "Maximum global downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81187,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87925,
                    "label": "var_id",
                    "value": "qc_flag_dewpoint_temperature_michell_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87927,
                    "label": "long_name",
                    "value": "Data quality flag: Mean dewpoint temperature (on scale), mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81189,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87929,
                    "label": "var_id",
                    "value": "moisture_soil_22cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87930,
                    "label": "long_name",
                    "value": "Soil moisture, south site, at 22cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81191,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87933,
                    "label": "var_id",
                    "value": "temperature_soil_10cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87934,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81193,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87937,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_17cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87938,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81194,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87939,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_22cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87941,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, west site, at 22cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81196,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87943,
                    "label": "var_id",
                    "value": "moisture_soil_10cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87944,
                    "label": "long_name",
                    "value": "Soil moisture, west site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81199,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3217,
                    "label": "standard_name",
                    "value": "surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87946,
                    "label": "var_id",
                    "value": "infrared_temperature_grass",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87950,
                    "label": "long_name",
                    "value": "Infra-red temperature of grass surface. Pyrometer placed at 2m distance from surface, facing DIRECTION approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81201,
            "names": [],
            "terms": [
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 4578,
                    "label": "standard_name",
                    "value": "thickness_of_rainfall_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87953,
                    "label": "var_id",
                    "value": "rain_tipping_bucket_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87954,
                    "label": "long_name",
                    "value": "Rainfall from tipping bucket rain gauge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81202,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87955,
                    "label": "var_id",
                    "value": "pressure_barometric_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87956,
                    "label": "long_name",
                    "value": "Barometric pressure 30m AMSL",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81204,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87959,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_35cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87960,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 35cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81205,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87961,
                    "label": "var_id",
                    "value": "air_temperature_prt_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87962,
                    "label": "long_name",
                    "value": "Mean temperature, platinum resistance thermometer, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81206,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87963,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_65cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87964,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 65cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81207,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87965,
                    "label": "var_id",
                    "value": "moisture_soil_57cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87967,
                    "label": "long_name",
                    "value": "Soil moisture, south site, at 57cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81209,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87969,
                    "label": "var_id",
                    "value": "temperature_soil_17cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87970,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81210,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87971,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_10cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87972,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, west site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81212,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87974,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_1p6m_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87976,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, west site, at 1.6m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81214,
            "names": [],
            "terms": [
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87979,
                    "label": "var_id",
                    "value": "water_table_depth_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87980,
                    "label": "long_name",
                    "value": "Water table depth, west site",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81215,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 4272,
                    "label": "standard_name",
                    "value": "dew_point_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87981,
                    "label": "var_id",
                    "value": "dewpoint_temperature_michell_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87983,
                    "label": "long_name",
                    "value": "Mean dewpoint temperature (on scale), mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81218,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87986,
                    "label": "var_id",
                    "value": "qc_flag_water_table_depth_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87988,
                    "label": "long_name",
                    "value": "Data quality flag: Water table depth, west site",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81220,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3676,
                    "label": "standard_name",
                    "value": "surface_downwelling_shortwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87989,
                    "label": "var_id",
                    "value": "swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87992,
                    "label": "long_name",
                    "value": "Mean global downwelling shortwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81222,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87994,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_10cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87996,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, south site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81223,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87997,
                    "label": "var_id",
                    "value": "temperature_soil_65cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87998,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 65cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81224,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87999,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_1cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88000,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 1cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81226,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88001,
                    "label": "var_id",
                    "value": "qc_flag_lwrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88003,
                    "label": "long_name",
                    "value": "Data quality flag: Mean downwelling longwave radiative flux density, instrument at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81228,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88006,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_57cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88007,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, west site, at 57cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81230,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88010,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_1p6m_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88012,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, south site, at 1.6m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81231,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5746,
                    "label": "standard_name",
                    "value": "surface_upwelling_shortwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88014,
                    "label": "var_id",
                    "value": "swrad_upwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88015,
                    "label": "long_name",
                    "value": "Mean upwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81233,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88017,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_4cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88018,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 4cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81235,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88021,
                    "label": "var_id",
                    "value": "temperature_soil_1cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88022,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 1cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81236,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88023,
                    "label": "var_id",
                    "value": "moisture_soil_22cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88024,
                    "label": "long_name",
                    "value": "Soil moisture, west site, at 22cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81237,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88026,
                    "label": "var_id",
                    "value": "qc_flag_rain_tipping_bucket_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88028,
                    "label": "long_name",
                    "value": "Data quality flag: Rainfall from tipping bucket rain gauge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81239,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88029,
                    "label": "var_id",
                    "value": "moisture_soil_1p6m_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88030,
                    "label": "long_name",
                    "value": "Soil moisture, south site, at 1.6m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81240,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88032,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_22cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88034,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture, south site, at 22cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81242,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88035,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_10cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88037,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81244,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88039,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_michell_1p2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88041,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, derived from dew point temperature, mounted in an aspirated screen at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81247,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88043,
                    "label": "var_id",
                    "value": "qc_flag_nephelometer_scatter_4m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88046,
                    "label": "long_name",
                    "value": "Data quality flag: Nephelometer aerosol scattering coefficient at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81248,
            "names": [],
            "terms": [
                {
                    "ob_id": 13088,
                    "label": "units",
                    "value": "km-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88047,
                    "label": "var_id",
                    "value": "nephelometer_scatter_4m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88048,
                    "label": "long_name",
                    "value": "Nephelometer aerosol scattering coefficient at 4m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81249,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3217,
                    "label": "standard_name",
                    "value": "surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88049,
                    "label": "var_id",
                    "value": "infrared_temperature_concrete",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88050,
                    "label": "long_name",
                    "value": "Infra-red temperature of concrete surface. Pryometer placed at 2m distance from surface, facing DIRECTION, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81250,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88051,
                    "label": "var_id",
                    "value": "qc_flag_infrared_temperature_concrete",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88053,
                    "label": "long_name",
                    "value": "Data quality flag: Infra-red temperature of concrete surface. Pryometer placed at 2m distance from surface, facing DIRECTION, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81252,
            "names": [],
            "terms": [
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87791,
                    "label": "units",
                    "value": "arc_degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88055,
                    "label": "var_id",
                    "value": "wind_direction_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88056,
                    "label": "long_name",
                    "value": "Mean vector wind direction at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81253,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88059,
                    "label": "var_id",
                    "value": "qc_flag_present_weather_WMO_code",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88060,
                    "label": "long_name",
                    "value": "Data quality flag: Present weather WMO code table 4680",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81255,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88061,
                    "label": "var_id",
                    "value": "wind_speed_scalar_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88064,
                    "label": "long_name",
                    "value": "Mean wind speed (scalar average) at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81257,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88065,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_vector_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88067,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind speed at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81259,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87830,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_25m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88069,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 25m, sensor A",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81261,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87828,
                    "label": "var_id",
                    "value": "relative_humidity_25m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88072,
                    "label": "long_name",
                    "value": "Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 25m, sensor A",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81263,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6762,
                    "label": "standard_name",
                    "value": "wind_speed_of_gust",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88074,
                    "label": "var_id",
                    "value": "wind_speed_max_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88076,
                    "label": "long_name",
                    "value": "Maximum scalar wind speed over averaging period at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81264,
            "names": [],
            "terms": [
                {
                    "ob_id": 88078,
                    "label": "var_id",
                    "value": "present_weather_WMO_code",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88080,
                    "label": "long_name",
                    "value": "Present weather WMO code table 4680",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81266,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88081,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_max_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88084,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum scalar wind speed over averaging period at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81268,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88085,
                    "label": "var_id",
                    "value": "qc_flag_wind_direction_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88086,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind direction at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81269,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88087,
                    "label": "var_id",
                    "value": "wind_speed_vector_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88088,
                    "label": "long_name",
                    "value": "Mean vector wind speed at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81270,
            "names": [],
            "terms": [
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 4578,
                    "label": "standard_name",
                    "value": "thickness_of_rainfall_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88089,
                    "label": "var_id",
                    "value": "rain_pws_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88090,
                    "label": "long_name",
                    "value": "Rainfall from present weather sensor at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81271,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88091,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88092,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average) at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81273,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88095,
                    "label": "var_id",
                    "value": "qc_flag_rain_pws_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88096,
                    "label": "long_name",
                    "value": "Data quality flag: Rainfall from present weather sensor at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81274,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87804,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_50m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88097,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 50m, sensor A",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81277,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87806,
                    "label": "var_id",
                    "value": "relative_humidity_50m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88102,
                    "label": "long_name",
                    "value": "Mean relative humidity, capacitive humidity detector, mounted in an aspirated screen at 50m, sensor A",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81279,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88104,
                    "label": "var_id",
                    "value": "temperature_soil_7cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88106,
                    "label": "long_name",
                    "value": "Soil temperature, west site, at 7cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81281,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88109,
                    "label": "var_id",
                    "value": "temperature_soil_65cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88111,
                    "label": "long_name",
                    "value": "Soil temperature, west site, at 65cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81284,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88113,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_1m_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88115,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, west site, at 1m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81286,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88119,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_35cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88120,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, west site, at 35cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81288,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88122,
                    "label": "var_id",
                    "value": "temperature_soil_1m_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88124,
                    "label": "long_name",
                    "value": "Soil temperature, south site, at 1m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81290,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88126,
                    "label": "var_id",
                    "value": "temperature_soil_17cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88128,
                    "label": "long_name",
                    "value": "Soil temperature, west site, at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81291,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88129,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_17cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88130,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, west site, at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81293,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88132,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_10cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88134,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, west site, at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81296,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3145,
                    "label": "standard_name",
                    "value": "downward_heat_flux_in_soil",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88136,
                    "label": "var_id",
                    "value": "soil_heat_flux_1cm_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88138,
                    "label": "long_name",
                    "value": "Soil heat flux, south site, at 1cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81298,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88143,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_1m_south",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88144,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature, south site, at 1m depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 81299,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 88145,
                    "label": "var_id",
                    "value": "temperature_soil_35cm_west",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88146,
                    "label": "long_name",
                    "value": "Soil temperature, west site, at 35cm depth",
                    "vocabulary": ""
                }
            ]
        }
    ]
}