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=21700
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=21800",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=21600",
    "results": [
        {
            "ob_id": 55817,
            "names": [],
            "terms": [
                {
                    "ob_id": 4219,
                    "label": "units",
                    "value": "Pascals",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5598,
                    "label": "var_id",
                    "value": "lev",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6153,
                    "label": "long_name",
                    "value": "pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55818,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3089,
                    "label": "var_id",
                    "value": "theta",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13533,
                    "label": "long_name",
                    "value": "potential temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55819,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 148,
                    "label": "var_id",
                    "value": "temp",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7095,
                    "label": "long_name",
                    "value": "temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55820,
            "names": [],
            "terms": [
                {
                    "ob_id": 18485,
                    "label": "long_name",
                    "value": "Plot porosity calculated from plot bulk and site particle density",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55821,
            "names": [],
            "terms": [
                {
                    "ob_id": 18486,
                    "label": "long_name",
                    "value": "available ammonium at 5 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55822,
            "names": [],
            "terms": [
                {
                    "ob_id": 18487,
                    "label": "long_name",
                    "value": "available nitrate at 5 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55823,
            "names": [],
            "terms": [
                {
                    "ob_id": 18488,
                    "label": "long_name",
                    "value": "available nitrite at 5 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55824,
            "names": [],
            "terms": [
                {
                    "ob_id": 18489,
                    "label": "long_name",
                    "value": "available phosphate at 5 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55825,
            "names": [],
            "terms": [
                {
                    "ob_id": 18490,
                    "label": "long_name",
                    "value": "local date and time",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55826,
            "names": [],
            "terms": [
                {
                    "ob_id": 18491,
                    "label": "long_name",
                    "value": "net soil-atmosphere carbon dioxide flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55827,
            "names": [],
            "terms": [
                {
                    "ob_id": 18492,
                    "label": "long_name",
                    "value": "net soil-atmosphere methane flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55828,
            "names": [],
            "terms": [
                {
                    "ob_id": 18493,
                    "label": "long_name",
                    "value": "net soil-atmosphere nitrous oxide flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55829,
            "names": [],
            "terms": [
                {
                    "ob_id": 18494,
                    "label": "long_name",
                    "value": "plot elevation above sea-level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55830,
            "names": [],
            "terms": [
                {
                    "ob_id": 18495,
                    "label": "long_name",
                    "value": "plot soil bulk density, upper 10 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55831,
            "names": [],
            "terms": [
                {
                    "ob_id": 18496,
                    "label": "long_name",
                    "value": "plot topography description",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55832,
            "names": [],
            "terms": [
                {
                    "ob_id": 18497,
                    "label": "long_name",
                    "value": "site soil particle density, upper 10 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55835,
            "names": [],
            "terms": [
                {
                    "ob_id": 18500,
                    "label": "long_name",
                    "value": "soil oxygen concentration at 10 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55836,
            "names": [],
            "terms": [
                {
                    "ob_id": 18501,
                    "label": "long_name",
                    "value": "soil temperature at 5 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55837,
            "names": [],
            "terms": [
                {
                    "ob_id": 18502,
                    "label": "long_name",
                    "value": "soil volumetric water content, upper 6 cm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55838,
            "names": [],
            "terms": [
                {
                    "ob_id": 18503,
                    "label": "long_name",
                    "value": "soil water filled pore space calculated from plot porosity and volumetric water content",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55839,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9050,
                    "label": "long_name",
                    "value": "Transmitted wavelength of lidar",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9051,
                    "label": "var_id",
                    "value": "transmit_wavelength",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55840,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9052,
                    "label": "long_name",
                    "value": "1st received wavelength of lidar (water vapour Raman scattering)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9053,
                    "label": "var_id",
                    "value": "receive_wavelength_1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55841,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9054,
                    "label": "long_name",
                    "value": "2nd received wavelength of lidar (nitrogen Raman scattering)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9055,
                    "label": "var_id",
                    "value": "receive_wavelength_2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55842,
            "names": [],
            "terms": [
                {
                    "ob_id": 9058,
                    "label": "units",
                    "value": "m-1sr-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9059,
                    "label": "long_name",
                    "value": "Lidar backscattering coefficient attenuated by molecular and aerosol scattering",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9060,
                    "label": "var_id",
                    "value": "atten_lidar_backscatter_coeff",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55843,
            "names": [],
            "terms": [
                {
                    "ob_id": 8055,
                    "label": "standard_name",
                    "value": "humidity_mixing_ratio",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9056,
                    "label": "long_name",
                    "value": "Mass mixing ratio of water vapour",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9057,
                    "label": "var_id",
                    "value": "humidity_mixing_ratio",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55844,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9053,
                    "label": "var_id",
                    "value": "receive_wavelength_1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9061,
                    "label": "long_name",
                    "value": "Received wavelength of lidar (elastic backscatter)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55845,
            "names": [],
            "terms": [
                {
                    "ob_id": 37,
                    "label": "standard_name",
                    "value": "time",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 38,
                    "label": "var_id",
                    "value": "time",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9062,
                    "label": "long_name",
                    "value": "Time at end of acquisition period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55846,
            "names": [],
            "terms": [
                {
                    "ob_id": 18577,
                    "label": "long_name",
                    "value": "LC map processed area flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18578,
                    "label": "standard_name",
                    "value": "land_cover_lccs status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 18579,
                    "label": "var_id",
                    "value": "processed_flag",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55847,
            "names": [],
            "terms": [
                {
                    "ob_id": 18578,
                    "label": "standard_name",
                    "value": "land_cover_lccs status_flag",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 18580,
                    "label": "long_name",
                    "value": "LC pixel type mask",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18581,
                    "label": "var_id",
                    "value": "current_pixel_state",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55848,
            "names": [],
            "terms": [
                {
                    "ob_id": 13720,
                    "label": "standard_name",
                    "value": "land_cover_lccs",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 18582,
                    "label": "long_name",
                    "value": "Land cover class defined in LCCS",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18583,
                    "label": "var_id",
                    "value": "lccs_class",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55849,
            "names": [],
            "terms": [
                {
                    "ob_id": 18584,
                    "label": "long_name",
                    "value": "number of valid observations",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18585,
                    "label": "standard_name",
                    "value": "land_cover_lccs number_of_observations",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 18586,
                    "label": "var_id",
                    "value": "observation_count",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55850,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12790,
                    "label": "var_id",
                    "value": "AOD1600_uncertainty",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17504,
                    "label": "long_name",
                    "value": "AOD1600_uncertainty",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55851,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12791,
                    "label": "var_id",
                    "value": "AOD550_uncertainty",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17505,
                    "label": "long_name",
                    "value": "AOD550_uncertainty",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55852,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12793,
                    "label": "var_id",
                    "value": "AOD670_uncertainty",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17506,
                    "label": "long_name",
                    "value": "AOD670_uncertainty",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55853,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5927,
                    "label": "standard_name",
                    "value": "atmosphere_optical_thickness_due_to_ambient_aerosol",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12802,
                    "label": "var_id",
                    "value": "AOD1600",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17507,
                    "label": "long_name",
                    "value": "Aerosol optical depth at 1600 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55854,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5927,
                    "label": "standard_name",
                    "value": "atmosphere_optical_thickness_due_to_ambient_aerosol",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12803,
                    "label": "var_id",
                    "value": "AOD550",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12959,
                    "label": "long_name",
                    "value": "Aerosol optical depth at 550 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55855,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5927,
                    "label": "standard_name",
                    "value": "atmosphere_optical_thickness_due_to_ambient_aerosol",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12805,
                    "label": "var_id",
                    "value": "AOD670",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17508,
                    "label": "long_name",
                    "value": "Aerosol optical depth at 670 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55856,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5927,
                    "label": "standard_name",
                    "value": "atmosphere_optical_thickness_due_to_ambient_aerosol",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12807,
                    "label": "var_id",
                    "value": "AOD870",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17509,
                    "label": "long_name",
                    "value": "Aerosol optical depth at 870 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55857,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17510,
                    "label": "long_name",
                    "value": "Angstrom coefficient determined with AODs at 550 and 670 nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17511,
                    "label": "var_id",
                    "value": "ANG550-670",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55858,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12811,
                    "label": "var_id",
                    "value": "FM_AOD550",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17513,
                    "label": "long_name",
                    "value": "Fine mode aerosol optical depth at 550 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55859,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16846,
                    "label": "var_id",
                    "value": "quality_flag",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17516,
                    "label": "long_name",
                    "value": "Quality measure 1=best",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55860,
            "names": [],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12832,
                    "label": "var_id",
                    "value": "relative_azimuth_at_center",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17517,
                    "label": "long_name",
                    "value": "Relative azimuth angle for nadir view",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55861,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9095,
                    "label": "standard_name",
                    "value": "zenith_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12833,
                    "label": "var_id",
                    "value": "satellite_zenith_at_center",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17518,
                    "label": "long_name",
                    "value": "Satellite zenith angle for nadir view",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55862,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9260,
                    "label": "standard_name",
                    "value": "solar_zenith_angle",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12836,
                    "label": "var_id",
                    "value": "sun_zenith_at_center",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17519,
                    "label": "long_name",
                    "value": "Solar zenith angle for nadir view",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55863,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 12829,
                    "label": "var_id",
                    "value": "surface_reflectance550",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17520,
                    "label": "long_name",
                    "value": "Surface reflectance nadir view at 550 nm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55864,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12813,
                    "label": "var_id",
                    "value": "pixel_corner_latitude1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17522,
                    "label": "long_name",
                    "value": "pixel latitude 1st corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55865,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12815,
                    "label": "var_id",
                    "value": "pixel_corner_latitude2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17523,
                    "label": "long_name",
                    "value": "pixel latitude 2nd corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55866,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12817,
                    "label": "var_id",
                    "value": "pixel_corner_latitude3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17524,
                    "label": "long_name",
                    "value": "pixel latitude 3rd corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55867,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12819,
                    "label": "var_id",
                    "value": "pixel_corner_latitude4",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17525,
                    "label": "long_name",
                    "value": "pixel latitude 4th corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55868,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12821,
                    "label": "var_id",
                    "value": "pixel_corner_longitude1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17526,
                    "label": "long_name",
                    "value": "pixel longitude 1st corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55869,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12823,
                    "label": "var_id",
                    "value": "pixel_corner_longitude2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17527,
                    "label": "long_name",
                    "value": "pixel longitude 2nd corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55870,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12825,
                    "label": "var_id",
                    "value": "pixel_corner_longitude3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17528,
                    "label": "long_name",
                    "value": "pixel longitude 3rd corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55871,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 12827,
                    "label": "var_id",
                    "value": "pixel_corner_longitude4",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17529,
                    "label": "long_name",
                    "value": "pixel longitude 4th corner",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55872,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17443,
                    "label": "var_id",
                    "value": "AOD550_uncertainty_mean",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18565,
                    "label": "long_name",
                    "value": "The mean uncertainty of the pixels",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55873,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18566,
                    "label": "long_name",
                    "value": "Worst-case propagation (AOD+sdev)-(AOD-sdev)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18567,
                    "label": "var_id",
                    "value": "AOD550_worst_case_uncertainty",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55874,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18571,
                    "label": "var_id",
                    "value": "AOD550_propagated_uncertainty_2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18572,
                    "label": "long_name",
                    "value": "Error propagation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55875,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18569,
                    "label": "var_id",
                    "value": "AOD550_propagated_uncertainty_1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18573,
                    "label": "long_name",
                    "value": "Standard error of mean",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55876,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18568,
                    "label": "long_name",
                    "value": "The propagation of of pixel uncertainties into the average value",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18571,
                    "label": "var_id",
                    "value": "AOD550_propagated_uncertainty_2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55877,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18569,
                    "label": "var_id",
                    "value": "AOD550_propagated_uncertainty_1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18570,
                    "label": "long_name",
                    "value": "The sum of AOD550_sdev and AOD_propagated_uncertainty_1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55878,
            "names": [],
            "terms": [
                {
                    "ob_id": 18748,
                    "label": "units",
                    "value": "NH4",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55880,
            "names": [],
            "terms": [
                {
                    "ob_id": 156,
                    "label": "var_id",
                    "value": "t",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18627,
                    "label": "long_name",
                    "value": "Average time for time slice",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55881,
            "names": [],
            "terms": [
                {
                    "ob_id": 18628,
                    "label": "long_name",
                    "value": "End of time span",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18629,
                    "label": "var_id",
                    "value": "end_time",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55882,
            "names": [],
            "terms": [
                {
                    "ob_id": 18630,
                    "label": "long_name",
                    "value": "Mass trend for time span",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18631,
                    "label": "var_id",
                    "value": "GMB_trend",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55883,
            "names": [],
            "terms": [
                {
                    "ob_id": 18632,
                    "label": "long_name",
                    "value": "Mean of time span",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18633,
                    "label": "var_id",
                    "value": "start_time",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55884,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18676,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 412 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18677,
                    "label": "var_id",
                    "value": "adg_412_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55885,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18678,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 443 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18679,
                    "label": "var_id",
                    "value": "adg_443_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55886,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18680,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 490 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18681,
                    "label": "var_id",
                    "value": "adg_490_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55887,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18682,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 510 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18683,
                    "label": "var_id",
                    "value": "adg_510_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55888,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18684,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 555 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18685,
                    "label": "var_id",
                    "value": "adg_555_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55889,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18686,
                    "label": "long_name",
                    "value": "Bias of absorption coefficient for dissolved and detrital material at 670 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18687,
                    "label": "var_id",
                    "value": "adg_670_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55890,
            "names": [],
            "terms": [
                {
                    "ob_id": 18690,
                    "label": "long_name",
                    "value": "Bias of log10-transformed chlorophyll-a concentration in seawater.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18691,
                    "label": "var_id",
                    "value": "chlor_a_log10_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55891,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18692,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 412 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18693,
                    "label": "var_id",
                    "value": "aph_412_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55892,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18694,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 443 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18695,
                    "label": "var_id",
                    "value": "aph_443_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55893,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18696,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 490 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18697,
                    "label": "var_id",
                    "value": "aph_490_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55894,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18698,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 510 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18699,
                    "label": "var_id",
                    "value": "aph_510_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55895,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18700,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 555 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18701,
                    "label": "var_id",
                    "value": "aph_555_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55896,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18702,
                    "label": "long_name",
                    "value": "Bias of phytoplankton absorption coefficient at 670 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18703,
                    "label": "var_id",
                    "value": "aph_670_bias",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55897,
            "names": [],
            "terms": [
                {
                    "ob_id": 18725,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of log10-transformed chlorophyll-a concentration in seawater.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18726,
                    "label": "var_id",
                    "value": "chlor_a_log10_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55898,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18727,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 412 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18728,
                    "label": "var_id",
                    "value": "aph_412_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55899,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18729,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 443 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18730,
                    "label": "var_id",
                    "value": "aph_443_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55900,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18731,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 490 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18732,
                    "label": "var_id",
                    "value": "aph_490_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55901,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18733,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 510 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18734,
                    "label": "var_id",
                    "value": "aph_510_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55902,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18735,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 555 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18736,
                    "label": "var_id",
                    "value": "aph_555_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55903,
            "names": [],
            "terms": [
                {
                    "ob_id": 11093,
                    "label": "units",
                    "value": "m-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18737,
                    "label": "long_name",
                    "value": "Root-mean-square-difference of phytoplankton absorption coefficient at 670 nm.",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18738,
                    "label": "var_id",
                    "value": "aph_670_rmsd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55904,
            "names": [],
            "terms": [
                {
                    "ob_id": 12653,
                    "label": "long_name",
                    "value": "Count of the number of observations from the MERIS sensor contributing to this bin cell",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13056,
                    "label": "var_id",
                    "value": "MERIS_nobs_sum",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55905,
            "names": [],
            "terms": [
                {
                    "ob_id": 13057,
                    "label": "var_id",
                    "value": "MODISA_nobs_sum",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18539,
                    "label": "long_name",
                    "value": "Count of the number of observations from the MODIS (Aqua) sensor contributing to this bin cell",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55906,
            "names": [],
            "terms": [
                {
                    "ob_id": 12657,
                    "label": "long_name",
                    "value": "Count of the number of observations from the SeaWiFS sensor contributing to this bin cell",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13058,
                    "label": "var_id",
                    "value": "SeaWiFS_nobs_sum",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55907,
            "names": [],
            "terms": [
                {
                    "ob_id": 12659,
                    "label": "long_name",
                    "value": "Count of the total number of observations contributing to this bin cell",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13059,
                    "label": "var_id",
                    "value": "total_nobs_sum",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55908,
            "names": [],
            "terms": [
                {
                    "ob_id": 13060,
                    "label": "long_name",
                    "value": "Mean of normalised water class 1 membership over the compositing period",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18544,
                    "label": "var_id",
                    "value": "water_class11",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55909,
            "names": [],
            "terms": [
                {
                    "ob_id": 13061,
                    "label": "long_name",
                    "value": "Mean of normalised water class 2 membership over the compositing period",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18546,
                    "label": "var_id",
                    "value": "water_class12",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55910,
            "names": [],
            "terms": [
                {
                    "ob_id": 13062,
                    "label": "long_name",
                    "value": "Mean of normalised water class 3 membership over the compositing period",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18548,
                    "label": "var_id",
                    "value": "water_class13",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55911,
            "names": [],
            "terms": [
                {
                    "ob_id": 13063,
                    "label": "long_name",
                    "value": "Mean of normalised water class 4 membership over the compositing period",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18550,
                    "label": "var_id",
                    "value": "water_class14",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55912,
            "names": [],
            "terms": [
                {
                    "ob_id": 12994,
                    "label": "var_id",
                    "value": "water_class5",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13064,
                    "label": "long_name",
                    "value": "Mean of normalised water class 5 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55913,
            "names": [],
            "terms": [
                {
                    "ob_id": 12996,
                    "label": "var_id",
                    "value": "water_class6",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13065,
                    "label": "long_name",
                    "value": "Mean of normalised water class 6 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55914,
            "names": [],
            "terms": [
                {
                    "ob_id": 12998,
                    "label": "var_id",
                    "value": "water_class7",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13066,
                    "label": "long_name",
                    "value": "Mean of normalised water class 7 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55915,
            "names": [],
            "terms": [
                {
                    "ob_id": 13000,
                    "label": "var_id",
                    "value": "water_class8",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13067,
                    "label": "long_name",
                    "value": "Mean of normalised water class 8 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55916,
            "names": [],
            "terms": [
                {
                    "ob_id": 13002,
                    "label": "var_id",
                    "value": "water_class9",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13068,
                    "label": "long_name",
                    "value": "Mean of normalised water class 9 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55917,
            "names": [],
            "terms": [
                {
                    "ob_id": 18542,
                    "label": "var_id",
                    "value": "water_class10",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18559,
                    "label": "long_name",
                    "value": "Mean of normalised water class 0 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55918,
            "names": [],
            "terms": [
                {
                    "ob_id": 18542,
                    "label": "var_id",
                    "value": "water_class10",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18560,
                    "label": "long_name",
                    "value": "Mean of normalised water class 10 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 55919,
            "names": [],
            "terms": [
                {
                    "ob_id": 18544,
                    "label": "var_id",
                    "value": "water_class11",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18561,
                    "label": "long_name",
                    "value": "Mean of normalised water class 11 membership over the compositing period",
                    "vocabulary": ""
                }
            ]
        }
    ]
}