Get a list of Observation objects.

### Available end points:

- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`

Filters can be stacked to build an 'AND' relationship. E.g.

- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`

GET /api/v2/observations/?format=api&offset=5500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10256,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=5600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=5400",
    "results": [
        {
            "ob_id": 26645,
            "uuid": "24dc5d5429434ccdb349db04a1a3233d",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2016-2017, v1.0",
            "abstract": "This dataset provides an ice velocity map for the whole Greenland ice-sheet for the winter of 2016-2017, derived from Sentinel-1 SAR data acquired from 23/12/2016 to 27/02/2017, as part of the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.   \r\n\r\nIn total approximately 1800 S-1A & S-1B scenes are used to derive the surface velocity applying feature tracking techniques. The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model is also provided.   The product was generated by ENVEO (Earth Observation Information Technology GmbH).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T15:02:58",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26789/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2016_2017/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 142130563,
                "numberOfFiles": 5,
                "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents: vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.). The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7178/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13207/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112027/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26788/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26647,
            "uuid": "302f379334e84664bd3409d08eca6565",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2015-2016, v1.2",
            "abstract": "This dataset provides an ice velocity map for the whole Greenland ice-sheet for the winter of 2015-2016, derived from Sentinel-1 SAR data acquired from 01/10/2015 to 31/10/2016, as part of the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.   \r\n\r\nThe ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model is also provided. The product was generated by ENVEO (Earth Observation Information Technology GmbH).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T14:58:41",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26786/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 149871783,
                "numberOfFiles": 5,
                "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents:  vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.).\r\nThe ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7220/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13207/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112035/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26788/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26648,
            "uuid": "eaed9fba86c44e9c854dfbdec9d16b99",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2017-2018, v1.0",
            "abstract": "This dataset provides an ice velocity map for the whole Greenland ice-sheet for the winter of 2017-2018, derived from Sentinel-1 SAR data acquired from 28/12/2017 to 28/02/2018, as part of the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.   \r\n\r\nIn total approximately 1900 S-1A & S-1B scenes are used to derive the surface velocity applying feature tracking techniques. The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz),\r\nderived from a digital elevation model, is also provided. The product was generated by ENVEO (Earth Observation Information Technology GmbH).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T11:06:35",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26790/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2017_2018/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 140934157,
                "numberOfFiles": 5,
                "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents: vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.). The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7179/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13207/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112044/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26788/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26650,
            "uuid": "0470e96f2d8245549ef2ba81842cdfd8",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Surface Elevation Change grid from SARAL-AltiKa for 2013-2017, v0.1",
            "abstract": "This data set is part of the ESA Greenland Ice sheet CCI project. The data set provides surface elevation changes (SEC) for the Greenland Ice sheet derived from SARAL-AltiKa for 2013-2017.\r\n \r\nThis new experimental product of surface elevation change is based on data from the AltiKa-instrument onboard the France (CNES)/Indian (ISRO) SARAL satellite. The AktiKa altimeter utilizes Ka-band radar signals, which have less penetration in the upper snow. However, the surface slope and roughness has an imprint in the derived signal and the new product is only available for the flatter central parts of the Greenland ice sheet.\r\n\r\nThe corresponding SEC grid from Cryosat-2 is included for comparison. The algorithm used to devive the product is described in the paper “Implications of changing scattering properties on the Greenland ice sheet volume change from Cryosat-2 altimetry” by S.B. Simonsen and L.S. Sørensen, Remote Sensing of the Environment, 190,pp.207-216, doi:10.1016/j.rse.2016.12.012.   The approach used here corresponds to Least Squares Method (LSM) 5 described in the paper, in which the slope within each grid cell is accounted for by subtraction of the GIMP DEM; the data are corrected for both backscatter and leading edge width; and the LSM is solved at 1 km grid resolution (2 km search radius) and averaged in the post-processing to 5 km grid resolution and with a correlation length of 20 km.",
            "keywords": "Greenland Ice Sheet, ESA, CCI",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-22T17:59:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26735/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_surface_elevation_change/saral-altika/v0.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12178483,
                "numberOfFiles": 6,
                "fileFormat": "Version 0.1 of the product contains three files:\r\n1) NetCDF file containing the surface elevation change grids from AltiKa and\r\n   from Cryosat-2 (for comparison) for 2013-2017 and their associated errors\r\n2) PNG plot of the surface elevation change from AltiKa\r\n3) PNG plot of the surface elevation change from Cryosat-2"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7210/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/895/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18552/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112051/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26740/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26651,
            "uuid": "35f30876a4894169bb1ebeafe1e0c447",
            "title": "Iceland Greenland seas Project (IGP):Humidity and temperature profiles from the  NCAS Humidity And Temperature PROfilers (HATPRO) scanning radiometer on board the Alliance research vessel.",
            "abstract": "This dataset contains humidity and temperature profiles from the  NCAS Humidity And Temperature PROfilers (HATPRO) scanning radiometer on board the Alliance research vessel for the Iceland Greenland seas Project (IGP). \r\n\r\nThe Iceland Greenland seas Project (IGP) was an international project involving the UK, US a Norwegian research communities. The UK component was funded by NERC, under the Atmospheric Forcing of the Iceland Sea (AFIS) project (NE/N009754/1)",
            "keywords": "IGP, humidity, temperature",
            "publicationState": "published",
            "dataPublishedTime": "2019-08-01T07:18:00",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26652/?format=api",
                "dataPath": "/badc/igp/data/HATPRO/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 634332023,
                "numberOfFiles": 361,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7150/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2279/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83609/?format=api"
            ],
            "dataLineage": "Data delivered to the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24899/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27445/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112069/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26654/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26655,
            "uuid": "27fc79c6e65f4302a18ec9788605c246",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Hagen glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
            "abstract": "This dataset contains a time series of ice velocities for the Hagen glacier in Greenland, derived from intensity-tracking of ERS-1, ERS-2 and Envisat data acquired between 26/08/1991 and 7/5/2010. It provides components of the ice velocity and the magnitude of the velocity, and has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing. Image pairs with a repeat cycle of 6 to 35 days are used.  The horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:51:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26821/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_hagen_timeseries/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 113254643,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7181/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53927/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112720/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26656,
            "uuid": "17767027aa484505b7b732aee6619c74",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Helheim glacier from ERS-1, ERS-2 and Envisat data for 1996-2010, v1.1",
            "abstract": "This dataset contains a time series of ice velocities for the Helheim glacier in Greenland derived from intensity-tracking of ERS-1, ERS-2 and Envisat data acquired between 29/05/1996 and 26/2/2010. It provides components of the ice velocity and the magnitude of the velocity and has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing. The image pairs have a repeat cycle of 35 days. The horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:51:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26820/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_helheim_timeseries/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6097527,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7182/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112719/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26657,
            "uuid": "2457272c747f4d6ca33cb40833bd9cc2",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Zachariae and 79Fjord area from ERS-1, ERS-2 and Envisat data for 1991-2011, v1.1",
            "abstract": "This dataset contains a time series of ice velocities for the Zachariae and 79Fjord area in Greenland derived from intensity-tracking of ERS-1, ERS-2 and Envisat data acquired between 01/08/1991 and 07/02/2011. It provides components of the ice velocity and the magnitude of the velocity and has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing. The image pairs have a repeat cycle between 1 and 35 days.  The horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:49:50",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26822/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_zachariae_79fjord_timeseries/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 294596611,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7183/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112721/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26658,
            "uuid": "22254b5608ab430fa360d0ff7e71c34e",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Petermann glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
            "abstract": "This dataset contains a time series of ice velocities for the Petermann glacier in Greenland derived from intensity-tracking of ERS-1, ERS-2 and Envisat data acquired between 16/08/1991 and 01/06/2010. It provides components of the ice velocity and the magnitude of the velocity and has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing. Image pairs with a repeat cycle of 1 to 35 days are used. The horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:45:43",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26823/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_petermann_timeseries/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 157496225,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7184/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112722/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26659,
            "uuid": "ada968fd392d49fbbb07ac84eeb23ac6",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Zachariae Glacier between 2017-06-25 and 2017-08-10, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains an optical ice velocity time series and seasonal product of the Zachariae Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-06-25 and 2017-08-10. It has been produced as part of the ESA Greenland Ice Sheet CCI project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing. The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.  \r\n\r\nThe product was generated by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-31T13:53:43",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26803/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_zachariae/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 263225233,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7185/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79928/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112113/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26660,
            "uuid": "f31e8e988c4144bebe13892b53d08e42",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the 79Fjord Glacier between 2017-06-25 and 2017-08-10, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the 79Fjord Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-06-25 and 2017-08-10. It has been produced as part of the ESA Greenland Ice Sheet CCI project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.  \r\n\r\nThe data have been produced by S[&]T Norway",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:34:00",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26806/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_79fjord/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 539909329,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7185/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79927/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112122/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26661,
            "uuid": "84faf575c8e841a3a16476b05cbd657d",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Upernavik Glacier between 2017-07-15 and 2017-08-14, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Upernavik Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-07-15 and 2017-08-14.   It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe product was generated by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:36:54",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26808/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_upernavik/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 325848923,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format.  The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7186/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79927/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112129/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26662,
            "uuid": "e7fa45e785a64481960c3b140038c948",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Hagen Glacier between 2017-06-30 and 2017-08-14, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Hagen Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-06-30 and 2017-08-14.   It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe data have been produced by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:39:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26809/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_hagen/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 208202019,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7187/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112138/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26663,
            "uuid": "cfe3102659f34d33b123b2a0043e4068",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Jakobshavn Glacier between 2017-06-03 and 2017-09-08, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Jakobshavn Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-06-03 and 2017-09-08.  It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe data have been produced by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:42:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26810/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_jakobshavn/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 280158815,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7188/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112145/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26664,
            "uuid": "94f3670150de4bac90773806e26646f2",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Petermann Glacier between 2017-05-01 and 2017-09-14, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Petermann Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-05-01 and 2017-09-14.  It has been produced as part of the ESA Greenland Ice sheet CCI project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe data have been produced by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-31T14:33:16",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26811/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_petermann/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 351639611,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7189/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79928/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112154/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26665,
            "uuid": "1e3fcdc14e2246c69fc54f0e1fe7a6ca",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Helheim Glacier between 2017-05-01 and 2017-08-29, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Helheim Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-05-01 and 2017-08-29. It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe data have been produced by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-31T14:38:21",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26812/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_helheim/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 284577103,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7191/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112161/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26666,
            "uuid": "aae643e1a7614c24b6b604dea82cad93",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Kangerlussuaq Glacier between 2017-07-21 and 2017-08-20, generated using Sentinel-2 data, v1.1",
            "abstract": "This dataset contains optical ice velocity time series and seasonal product of the Kangerlussuaq Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2017-07-21 and 2017-08-20. It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.  The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.\r\n\r\nThe data have been produced by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:50:29",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26813/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_kangerdlugssuaq/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 170032189,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7225/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79928/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112170/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26667,
            "uuid": "88d02eb5a6c14952aa88028894d8a69c",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Døcker Smith Glacier between 2016-05-08 and 2016-05-18, generated using Sentinel-2 data, v1.0",
            "abstract": "This dataset contains an optical ice velocity time series for the Døcker Smith Glacier in Greenland, derived from intensity-tracking of Sentinel-2 data acquired between 2016-05-08 and 2016-05-18.  It is part of the ESA Greenland Ice Sheet CCI project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG 3413:Latitude of true scale 70N, Reference Longitude 45E) with 50m grid spacing.   The horizontal velocity is provided in true meters per day, towards EASTING (x) and NORTHING (y) direction of the grid.   \r\n\r\nThe product was generated by S[&]T Norway.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-08T14:36:42",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26802/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_docker_smith/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 282395217,
                "numberOfFiles": 5,
                "fileFormat": "Data is in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7193/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79911/?format=api"
            ],
            "dataLineage": "Data were produced by S[&]T Norway as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112177/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26805/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26668,
            "uuid": "2e54b40f184b44c797db36e192d2b679",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Jakobshavn Glacier from COSMO-SkyMed for 2012-2014, v1.0",
            "abstract": "This dataset contains ice velocity time series of then Jakobshavn glacier in Greenland, derived from intensity-tracking of COSMO-SkyMed data acquired between 2/6/2012 and 25/12/2014.  The ice velocity data is derived using 4-day COSMO-SkyMed offset-tracking pairs.   It has been produced as part of the ESA Greenland Ice sheet CCI project. \r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 250m grid spacing. Image pairs with a repeat cycle of 4 days have been used.\r\nThe horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by DTU Space.  For further details, please consult the document:\r\nT. Nagler, et al., Product User Guide (PUG) for the Greenland_Ice_Sheet_cci project of ESA's Climate Change Initiative, version 2.0.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:45:00",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26814/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_csk_jakobshavn/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8758679,
                "numberOfFiles": 5,
                "fileFormat": "Data is provided as a single NetCDF file, containing components of the ice velocity and the magnitude of the velocity."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7194/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by DTU Space as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112709/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26672,
            "uuid": "4b825de1a86e42dbb7abe1f65dcd9abd",
            "title": "Momentum budget model data from the Dudh Koshi Valley, Nepalese Himalaya",
            "abstract": "This dataset contains momentum budget model data from Dudh Koshi Valley in the Himalayas. The Weather Research and Forecasting (WRF) model was run for two months, July 2013 and January 2014, to investigate the momentum budget components of the winds in the Dudh Koshi Valley. This data was collected as part of the Dynamical drivers of the local wind regime in a Himalayan valley project (NE/L002507/1).\r\n\r\nThe WRF model has been modified to output the momentum budget components. There are four nested domains, of 27 km, 9 km, 3 km and 1 km resolution. The inner 1 km is 130 km by 130 km, centred on 27.98N, 86.76E.",
            "keywords": "Wind, Himalaya, WRF, momentum budget",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-07T10:16:55",
            "doiPublishedTime": null,
            "updateFrequency": "unknown",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26669/?format=api",
                "dataPath": "/badc/deposited2018/WRF-himalaya/data/momentum-budget",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 228944940054,
                "numberOfFiles": 45,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7195/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2291/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83079/?format=api"
            ],
            "dataLineage": "Data has been delivered to the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9696/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26671/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26675/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112200/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26670/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26673,
            "uuid": "49ff98246c1f42d7bc0046ae4d0b7ea8",
            "title": "Momentum budget snow removal experiment model data from the Dudh Koshi Valley, Nepalese Himalaya",
            "abstract": "This dataset contains momentum budget snow removal experiment model data from Dudh Koshi Valley in the Nepalese Himalaya. The Weather Research and Forecasting (WRF) model was run for two months, July 2013 and January 2014, to investigate the momentum budget components of the winds in the Dudh Koshi Valley. All the permanent snow and ice in the model has been changed to rock. This data was collected as part of the Dynamical drivers of the local wind regime in a Himalayan valley project (NE/L002507/1).\r\n\r\nThe WRF model has been modified to output the momentum budget components. There are four nested domains, of 27 km, 9 km, 3 km and 1 km resolution. The inner 1 km is 130 km by 130 km, centred on 27.98N, 86.76E.",
            "keywords": "Wind, Himalaya, WRF, momentum budget",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-07T10:18:37",
            "doiPublishedTime": null,
            "updateFrequency": "unknown",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26674/?format=api",
                "dataPath": "/badc/deposited2018/WRF-himalaya/data/snow-removal/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 228944941825,
                "numberOfFiles": 47,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7195/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2291/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83079/?format=api"
            ],
            "dataLineage": "Data has been delivered to the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9697/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26671/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26675/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112210/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26670/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26690,
            "uuid": "5f739395b79a439f94aa36e2aca4d7c6",
            "title": "UKCP18 projected future extreme still water level at selected tide gauge locations for 2020-2100",
            "abstract": "The data are projected future still water return levels. The data were produced by the Met Office using projections of future mean sea level change prepared at the Met Office and estimates of present-day still water return levels which were provided by the Environment Agency. The data were produced as a simple indication of the relative sizes and uncertainties in present day extreme water levels and projected future mean sea level change. The data were produced by combining projections of mean sea level change with best estimates of present day extreme still water levels. The data in marine strand 4.09 cover the period from 2020 to 2100 and are available for 46 UK tide gauge locations.\r\n\r\nFurther information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26691/?format=api",
                "dataPath": "/badc/ukcp18/data/marine-sim/return-periods",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 140035526,
                "numberOfFiles": 4,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7199/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2295/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83867/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26015/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112274/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26692/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26693,
            "uuid": "242066d230a44986bf199f782e7f9008",
            "title": "UKCP18 projected future extreme still water level at selected tide gauge locations for 2100-2300",
            "abstract": "The data are projected future still water return levels. The data were produced by the Met Office using projections of future mean sea level change prepared at the Met Office and estimates of present-day still water return levels which were provided by the Environment Agency. The data were produced as a simple indication of the relative sizes and uncertainties in present day extreme water levels and projected future mean sea level change. The data were produced by combining projections of mean sea level change with best estimates of present day extreme still water levels. The data in marine strand 4.10 cover the period from 2100 to 2300 and are available for 46 UK tide gauge locations.\r\n\r\nFurther information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26694/?format=api",
                "dataPath": "/badc/ukcp18/data/marine-sim/return-periods-ext",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 326684870,
                "numberOfFiles": 4,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7200/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2303/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83867/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26015/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112281/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26700,
            "uuid": "a2a8100c46794985b410ea436f24812a",
            "title": "High resolution meteorological data from a network of five stations in Kampala, Uganda",
            "abstract": "A high density weather observation data set from the Kampala area in Uganda has been produced through the collaboration of the projects: Integrating Hydro-Climate Science into Policy Decisions for Climate-Resilient Infrastructure and Livelihoods in East Africa (HyCRISTAL); and Networks of Hydrometeorological Stations. The network is one of a series of hydromet networks in urban centres in sub-Saharan Africa that were installed under the UK Natural Environment Research Council (NERC) programme, Future Climate for Africa (FCFA). \r\n\r\nThis data set consists of fifteen minute data from two automatic weather stations (AWS) and three rain gauges located within a 20 km2 area of Kampala, Uganda, measured over the period 17 Nov 2017 to 30 Jun 2019. \r\n\r\nThe parameters measured at the Automatic Weather Stations (AWSs) are: barometric pressure (hPa); global radiation (W/m2); precipitation (mm); relative humidity (%RH); temperature (°C); wind direction (°); wind speed (km/h); maximum wind speed (km/h).\r\n\r\nThe purpose of the network is to provide data to aid the modelling of flooding in Kampala and also to provide additional baseline meteorological monitoring in Kampala.\r\nThe datasets are complete for the full period of monitoring apart from the following:\r\n- Lugoba Reservoir, 19:30 2 May 2018 to 07:45 3 May 2018\r\n- Freka Enterprises, Tula Road, 19:15 2 May 2018 to 08:15 3 May 2018\r\n\r\nThe contract for the installation of the Kampala stations was carried out by OTT Hydromet. They were installed with the assistance of the Uganda National Meteorological Authority, the Ugandan Ministry of Water and Environment and the Ugandan National Water and Sewerage Company.",
            "keywords": "Automatic Weather Station, Kampala, Uganda, barometric pressure, global radiation, precipitation, relative humidity, temperature, wind direction, wind speed, max wind speed",
            "publicationState": "citable",
            "dataPublishedTime": "2018-12-04T10:53:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26695/?format=api",
                "dataPath": "/neodc/hycristal/data/uganda/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7763187,
                "numberOfFiles": 9,
                "fileFormat": "The file have been supplied in BADC CSV format,  The first set dat files nambea have the form  Instrument_Location_20171117.csv  for example AWS_Naguru_20171117.csv  (these files cover the period  17/11/2018 - 30/06/2018). Subsequent data files  take the form Instrument_Location_DateFrom_DateTo.csv  e.g. raingauge_Kanyanya_20180107_20193006.csv (which covers date range 01/07/2018 - 30/06/2019)"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7202/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2296/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92047/?format=api"
            ],
            "dataLineage": "The network is one of a series of hydromet networks in urban centres in sub-Saharan Africa that were installed under the UK Natural Environment Research Council (NERC) programme, Future Climate for Africa (FCFA). The networks were installed under project 'Networks of hydrometeorological stations'(grant number NE/M020428/1), led by the Prof Chris Taylor, UK Centre for Ecology and Hydrology. In addition to the Kampala network, networks were also installed in Dakar, Senegal and Ouagadougou, Burkina Faso, linked with the FCFA-funded project AMMA2050.  The data were provided by David Macdonald of the British Geological Survey to CEDA for publication.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10008/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26702/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112775/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26699/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26710,
            "uuid": "0a730d401f3d4fd1ae819636fa348685",
            "title": "Ensemble of simulations for the SAPRISE (South Asian PRecIpitation: A SEamless assessment) project.",
            "abstract": "An ensemble of simulations made using the  Unified Model version 6.6 (HadGEM2) in AMIP (atmosphere only) configuration for the SAPRISE (South Asian PRecIpitation: A SEamless assessment) project.  The simulations are used to investigate the impacts of aerosols on the South Asian Monsoon. The four-member ensemble of simulations are forced with anthropogenic-only aerosols i.e. sulphur dioxide, black carbon and biomass burning aerosols.  The simulations cover the period from 1850-2000.\r\n\r\nSince aerosol-only simulation is not compulsory in CMIP5, these four runs are complements to other CMIP5 simulations conducted by Met Office using the HadGEM2-ES (vn 6.6).",
            "keywords": "SAPRISE, South Asia, Monsoon, Rainfall, Precipitation, Aerosols, HadGEM2, UM 6.6, Historical, AMIP",
            "publicationState": "published",
            "dataPublishedTime": "2019-06-28T09:28:42",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26709/?format=api",
                "dataPath": "/badc/saprise/data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6669298626058,
                "numberOfFiles": 28675,
                "fileFormat": "netCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7204/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78923/?format=api"
            ],
            "dataLineage": "Ensemble of four simulations run by the NERC-funded SAPRISE project using Unified Model version 6.6 (HadGEM2) in AMIP configuration and covering the period from 1850-2000.  \r\n\r\nThe simulations are forced with anthropogenic-only aerosol forcing i.e. sulphur dioxide, black carbon and biomass burning aerosols.\r\n\r\nEach ensemble member is initialised from different phases of multi-decadal variation to account for the model/atmosphere internal variability.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12142/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26708/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112376/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26711/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26712,
            "uuid": "b8cbc75bfaa1414fa4431cff170a9e99",
            "title": "High accuracy room temperature line lists for the isotopologues of carbon dioxide",
            "abstract": "This dataset contains room temperature spectral line lists for 13 isotopologues of CO2, which have been calculated as part of the NERC (Natural Environment Research Council) funded 'High accuracy line intensity for carbon dioxide' project.   These high accuracy line lists were derived for use in remote sensing of CO2 in the atmosphere.  The dataset has been calculated from a theoretical model using the AMES potential energy surface and an accurate ab initio dipole moment surface.  Data is provided in HITRAN format.",
            "keywords": "CO2, carbon dioxide, line list",
            "publicationState": "published",
            "dataPublishedTime": "2019-03-04T13:41:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26724/?format=api",
                "dataPath": "/badc/hi-acc-co2/data/zak_linelist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 90041449,
                "numberOfFiles": 14,
                "fileFormat": "Data are in HITRAN 2004 format  (as defined in L.S. Rothman, D. Jacquemart, A. Barbe et al., \"The HITRAN 2004 molecular spectroscopic database\", Journal of Quantitative Spectroscopy and Radiative Transfer 96, 139-204 (2005).)"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced as part of the NERC funded  project 'High accuracy line intensities for carbon dioxide',  Grant Reference NE/J010316/1 and sent to the Centre for Environmental Data for Analysis for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12148/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13147/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112777/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26725/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26714,
            "uuid": "a511d5a7d5d64b5abf316e022976df27",
            "title": "FAAM C121 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM AEOG : Demonstration of Comprehensive Approach to monitoring atmospheric Emissions from Oil and Gas installations project.",
            "keywords": "AEOG, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-05T15:30:01.018253",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26713/?format=api",
                "dataPath": "/badc/faam/data/2018/c121-sep-14",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 723711460,
                "numberOfFiles": 21,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7205/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4300/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22916/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112393/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26715/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26719,
            "uuid": "88d1bbf6110e42abb29fc6b16eda42a0",
            "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Zeppelin Observatory",
            "abstract": "This dataset contains air sample measurements of the ratio between carbon 12: carbon 13 in atmospheric methane (d13C). The air samples measured were taken from an inlet on the Zeppelin Observatory into either flasks, tedlar bags or flexfoil bags. The samples were analysed for the carbon ratio in methane at Royal Holloway University of London using continuous flow gas chromatography/isotope ratio mass spectrometry (CF-GC/IRMS).\r\n\r\nThis data was collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, d13C, Isotope, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-27T13:23:34",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26729/?format=api",
                "dataPath": "/badc/moya/data/stations/zeppelin",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30364,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7206/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2297/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58287/?format=api"
            ],
            "dataLineage": "The data were collected locally at the Zeppelin Observatory and sent to the Royal Holloway University of London analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10007/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112412/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26723/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26720,
            "uuid": "4ec1af9b0d0845e7b654ff9ca5694113",
            "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Ascension Observatory",
            "abstract": "This dataset contains air sample measurements of the ratio between carbon 12: carbon 13 in atmospheric methane (d13C). The air samples measured were taken at the Ascension Islands on a regular basis using glass flasks. The samples were analysed for the carbon ratio in methane at Royal Holloway University of London using continuous flow gas chromatography/isotope ratio mass spectrometry (CF-GC/IRMS). MS). \r\n\r\nThis data was collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, d13C, Isotope, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-20T16:42:45",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26731/?format=api",
                "dataPath": "/badc/moya/data/stations/ascension",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5654,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7207/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2292/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58287/?format=api"
            ],
            "dataLineage": "The data were collected locally at the Ascension Observatory and sent to the Royal Holloway University of London analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10006/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112432/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26718/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26721,
            "uuid": "418208c3a0874a4aa2e49bdbc0a32d36",
            "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Alert, Canada",
            "abstract": "This dataset contains air sample measurements of the ratio between carbon 12: carbon 13 in atmospheric methane (d13C). The air samples measured were taken at Alert, Canada on a regular basis using glass flasks. The samples were analysed for the carbon ratio in methane at Royal Holloway University of London using continuous flow gas chromatography/isotope ratio mass spectrometry (CF-GC/IRMS). \r\n\r\nThis data was collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, d13C, Isotope, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-27T13:23:16",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26730/?format=api",
                "dataPath": "/badc/moya/data/stations/alert",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15751,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7208/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/792/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58288/?format=api"
            ],
            "dataLineage": "The data were collected locally at Alert, Canada and sent to the Royal Holloway University of London analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10005/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112445/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26722/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26760,
            "uuid": "a389a79fcb0b45fbae2c76aedeec6234",
            "title": "GAUGE: Methane, Carbon Dioxide and Nitrous Oxide measurements taken from Bilsdale Tower.",
            "abstract": "This dataset contains methane, carbon dioxide and nitrous oxide measurements taken from Bilsdale Tower at 42, 108 and 248m. The measurements were taken using a Cavity Ring Down Spectrometer (CRDS).  This data was collected as part of the NERC GAUGE (Greenhouse gAs UK and Global Emissions) project (NE/K002449/1NERC and TRN1028/06/2015). \r\n\r\nThe GAUGE project aimed to produce robust estimates of the UK Greenhouse Gas budget, using new and existing measurement networks and modelling activities at a range of scales. It aimed to integrate inter- calibrated information from ground-based, airborne, ferry-borne, balloon-borne, and space-borne sensors, including new sensor technology.",
            "keywords": "GAUGE, CH4, CO2, N2O, Tower, methane, carbon dioxide, nitrous oxide",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-27T08:55:33",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26768/?format=api",
                "dataPath": "/badc/gauge/data/tower/bilsdale",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 107359349,
                "numberOfFiles": 9,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7215/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2298/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58417/?format=api"
            ],
            "dataLineage": "Data were collected by the University of Bristol and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10523/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12409/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12404/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112608/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26755/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26761,
            "uuid": "3b1502730218439bb9ae01d4d2f6f55a",
            "title": "GAUGE: Methane, Carbon Dioxide and Nitrous Oxide measurements taken from Heathfield Tower.",
            "abstract": "This dataset contains Methane, Carbon Dioxide and Nitrous Oxide measurements taken from Heathfield Tower at 50m and 100m. The measurements were taken using a Gas Chromatography-micro Electron Capture Detector (GC-ECD).   This data was collected as part of the NERC GAUGE (Greenhouse gAs UK and Global Emissions) project (NE/K002449/1NERC and TRN1028/06/2015). \r\n\r\nThe GAUGE project aimed to produce robust estimates of the UK Greenhouse Gas budget, using new and existing measurement networks and modelling activities at a range of scales. It aimed to integrate inter- calibrated information from ground-based, airborne, ferry-borne, balloon-borne, and space-borne sensors, including new sensor technology.",
            "keywords": "GAUGE, N2O,  CH4, CO2, Tower",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-27T08:52:38",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26766/?format=api",
                "dataPath": "/badc/gauge/data/tower/heathfield",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 118553123,
                "numberOfFiles": 6,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7211/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2299/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83107/?format=api"
            ],
            "dataLineage": "Data were collected by the University of Bristol and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10527/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12409/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12404/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112619/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26762/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26778,
            "uuid": "b017235a8e544d6fbad21387ebfbf0d8",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by TU Dresden, v1.2",
            "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from gravimetry data from the GRACE satellite instrument, by TU Dresden.  The data consists of two products: a mass change time series for the entire Greenland Ice Sheet and different drainage basins for the period April 2002 to August 2016; and mass trend grids for different 5-year periods between 2003 and 2016.   This version (1.2) is derived from GRACE monthly solutions provided by TU Graz (ITSG-Grace 2016)\r\n\r\nThe mass change time series contains the mass change (with respect to a chosen reference month) for all of the Greenland Ice Sheet and each individual drainage basin.  For each month (defined by a decimal year) a mass change in Gt and its associated error (also in Gt) is provided.   The mass trend grid product is given in units of mm water equivalent per year.\r\n\r\nMass balance is an important variable to understand glacial thinning and ablation rates to enable mapping glacier area change. The time series allows the longer term comparison of trends whereas the mass trend grids provide a yearly snapshot which can be further analysed and compared across the data set. \r\n\r\nBasin definitions and further data descriptions can be found in the Algorithm Theoretical Baseline Document (ST-DTU-ESA-GISCCI-ATBD-001_v3.1.pdf) and Product Specification Document (ST-DTU-ESA-GISCCI-PSD_v2.2.pdf) which are provided on the Greenland Ice Sheet CCI project website. This GMB product has been produced by TU Dresden for comparison with the existing GMB product derived by DTU Space.\r\n\r\nPlease cite the dataset as follows: Groh, A., & Horwath, M. (2016). The method of tailored sensitivity kernels for GRACE mass change estimates. Geophysical Research Abstracts, 18, EGU2016-12065",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T16:59:20",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26779/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/TU_Dresden/v1.2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8996299,
                "numberOfFiles": 35,
                "fileFormat": "Mass trend grids are in NetCDF format. Time series are in ASCII and png format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7217/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55955/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112628/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26780,
            "uuid": "5970b33c92ef444793fb6d7e54d1230e",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data (CSR RL06), derived by TU Dresden, v1.3",
            "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from gravimetry data from the GRACE satellite instrument, by TU Dresden.  The data consists of two products: a mass change time series for the entire Greenland Ice Sheet and different drainage basins for the period April 2002 to August 2016; and mass trend grids for different 5-year periods between 2003 and 2016.   This version (1.3) is derived from GRACE monthly solutions from the CSR RL06 product.\r\n\r\nThe mass change time series contains the mass change (with respect to a chosen reference month) for all of the Greenland Ice Sheet and each individual drainage basin.  For each month (defined by a decimal year) a mass change in Gt and its associated error (also in Gt) is provided.   The mass trend grid product is given in units of mm water equivalent per year.\r\n\r\nMass balance is an important variable to understand glacial thinning and ablation rates to enable mapping glacier area change. The time series allows the longer term comparison of trends whereas the mass trend grids provide a yearly snapshot which can be further analysed and compared across the data set. \r\n\r\nBasin definitions and further data descriptions can be found in the Algorithm Theoretical Baseline Document (ST-DTU-ESA-GISCCI-ATBD-001_v3.1.pdf) and Product Specification Document (ST-DTU-ESA-GISCCI-PSD_v2.2.pdf) which are provided on the Greenland Ice Sheet CCI project website. This GMB product has been produced by TU Dresden for comparison with the existing GMB product derived by DTU Space.\r\n\r\nPlease cite the dataset as follows: Groh, A., & Horwath, M. (2016). The method of tailored sensitivity kernels for GRACE mass change estimates. Geophysical Research Abstracts, 18, EGU2016-12065",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T17:03:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26781/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/TU_Dresden/v1.3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8967513,
                "numberOfFiles": 35,
                "fileFormat": "Mass trend grids are in NetCDF format. \r\nTime series are in ASCII and png format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7217/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19009/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112635/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26782,
            "uuid": "ff4bfe39b7fe42fc993341d3cebdabb5",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data (CSR RL06), derived by DTU Space, v1.5",
            "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from gravimetry data from the GRACE satellite instrument, by DTU Space.  The data consists of two products: a mass change time series for the entire Greenland Ice Sheet and different drainage basins for the period April 2002 to June 2016; and mass trend grids for different 5-year periods between 2003 and 2016.   This version (1.5) is derived from GRACE monthly solutions from the CSR RL06 product.\r\n\r\nThe mass change time series contains the mass change (with respect to a chosen reference month) for all of the Greenland Ice Sheet and each individual drainage basin.  For each month (defined by a decimal year) a mass change in Gt and its associated error (also in Gt) is provided.   The mass trend grid product is given in units of mm water equivalent per year.\r\n\r\nMass balance is an important variable to understand glacial thinning and ablation rates to enable mapping glacier area change. The time series allows the longer term comparison of trends whereas the mass trend grids provide a yearly snapshot which can be further analysed and compared across the data set. \r\n\r\nBasin definitions and further data descriptions can be found in the Algorithm Theoretical Baseline Document (ST-DTU-ESA-GISCCI-ATBD-001_v3.1.pdf) and Product Specification Document (ST-DTU-ESA-GISCCI-PSD_v2.2.pdf) which are provided on the Greenland Ice Sheet CCI project website. \r\n\r\nCitation: \r\nBarletta, V. R., Sørensen, L. S., and Forsberg, R.: Scatter of mass changes estimates at basin scale for Greenland and Antarctica, The Cryosphere, 7, 1411-1432, doi:10.5194/tc-7-1411-2013, 2013.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T17:10:36",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26783/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.5/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10636729,
                "numberOfFiles": 45,
                "fileFormat": "Mass trend grids are in NetCDF format. \r\nTime series are in ASCII and png format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7218/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55883/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112644/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26784,
            "uuid": "35ea8189e75e4b6f95e7c86812080ecb",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by DTU Space,  v1.4",
            "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from gravimetry data from the GRACE satellite instrument, by DTU Space.  The data consists of two products: a mass change time series for the entire Greenland Ice Sheet and different drainage basins for the period April 2002 to June 2017; and mass trend grids for different 5-year periods between 2003 and 2017.   This version (1.4) is derived from GRACE monthly solutions provided by TU Graz (ITSG-Grace 2016), apart from August 2016 time series which is computed using the CRS-R05 solution.\r\n\r\nThe mass change time series contains the mass change (with respect to a chosen reference month) for all of the Greenland Ice Sheet and each individual drainage basin.  For each month (defined by a decimal year) a mass change in Gt and its associated error (also in Gt) is provided.   The mass trend grid product is given in units of mm water equivalent per year.\r\n\r\nMass balance is an important variable to understand glacial thinning and ablation rates to enable mapping glacier area change. The time series allows the longer term comparison of trends whereas the mass trend grids provide a yearly snapshot which can be further analysed and compared across the data set. \r\n\r\nBasin definitions and further data descriptions can be found in the Algorithm Theoretical Baseline Document (ST-DTU-ESA-GISCCI-ATBD-001_v3.1.pdf) and Product Specification Document (ST-DTU-ESA-GISCCI-PSD_v2.2.pdf) which are provided on the Greenland Ice Sheet CCI project website. \r\n\r\nCitation: \r\nBarletta, V. R., Sørensen, L. S., and Forsberg, R.: Scatter of mass changes estimates at basin scale for Greenland and Antarctica, The Cryosphere, 7, 1411-1432, doi:10.5194/tc-7-1411-2013, 2013.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-28T17:14:52",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26785/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.4/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11690445,
                "numberOfFiles": 47,
                "fileFormat": "Mass trend data are provided in NetCDF format.   Time series data are provided in ascii and png format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7219/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19009/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Greenland Ice Sheet project team and supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112651/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26791,
            "uuid": "539eed79d6774067ab53e1b421603943",
            "title": "UKCP18 Derived RCP2.6 Projections at 60km lat-lon Resolution for 1900-2100",
            "abstract": "Derived climate model projections data produced as part of the UK Climate Projections 2018 (UKCP18) project. The data produced by the UK Met Office Hadley Centre provides information on changes in 21st century climate for the UK helping to inform adaptation to a changing climate. \r\n\r\nThe derived climate model projections are estimated using a methodology based on time shift and other statistical approaches applied to a set of 28 projections comprising of 15 coupled simulations produced by the Met Office Hadley Centre, and 13 coupled simulations from CMIP5. The derived climate model projections exist for the RCP2.6 emissions scenario and for 2°C and 4°C global warming above pre-industrial levels.\r\n\r\nThe derived climate model projections are provided on a 60km spatial grid for the UK region and the projections consist of time series for the RCP2.6 emissions scenario that cover 1900-2100 and a 50 year time series for each of the global warming levels.\r\n\r\nThis dataset contains realisations scenario with global warming stabilised at 2°C. Further information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "UK, Climate, Projections, UKCP18, Global, Simulation, Model, Derived, RCP2.6, rcp26",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26792/?format=api",
                "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/rcp26",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10236856600,
                "numberOfFiles": 227,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7221/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2300/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51204/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26801/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112674/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26793/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26794,
            "uuid": "fe6660946146493ba14b56aa23d5a98a",
            "title": "UKCP18 Derived time-series of global annual mean temperature increase of 2°C (global warming level of 2°C) at 60km lat-lon Resolution for 1900-2100",
            "abstract": "Derived climate model projections data produced as part of the UK Climate Projections 2018 (UKCP18) project. The data produced by the UK Met Office Hadley Centre provides information on changes in 21st century climate for the UK helping to inform adaptation to a changing climate. \r\n\r\nThe derived climate model projections are estimated using a methodology based on time shift and other statistical approaches applied to a set of 28 projections comprising of 15 coupled simulations produced by the Met Office Hadley Centre, and 13 coupled simulations from CMIP5. The derived climate model projections exist for the RCP2.6 emissions scenario and for 2°C and 4°C global warming above pre-industrial levels.\r\n\r\nThe derived climate model projections are provided on a 60km spatial grid for the UK region and the projections consist of time series for the RCP2.6 emissions scenario that cover 1900-2100 and a 50 year time series for each of the global warming levels.\r\n\r\nThis dataset contains realisations scenario with global warming stabilised at 2°C. Further information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "UK, Climate, Projections, UKCP18, Global, Simulation, Model, Derived, warming, level, 2, degrees, celsius, gwl2, mean, average, temperature",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26795/?format=api",
                "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/gwl2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2480871380,
                "numberOfFiles": 220,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7222/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2301/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51204/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26801/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112681/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26796/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26797,
            "uuid": "bf659725d8704ba694549b89926920dd",
            "title": "UKCP18 Derived time-series of global annual mean temperature increase of 4°C (global warming level of 4°C) at 60km lat-lon Resolution for 1900-2100",
            "abstract": "Derived climate model projections data produced as part of the UK Climate Projections 2018 (UKCP18) project. The data produced by the UK Met Office Hadley Centre provides information on changes in 21st century climate for the UK helping to inform adaptation to a changing climate. \r\n\r\nThe derived climate model projections are estimated using a methodology based on time shift and other statistical approaches applied to a set of 28 projections comprising of 15 coupled simulations produced by the Met Office Hadley Centre, and 13 coupled simulations from CMIP5. The derived climate model projections exist for the RCP2.6 emissions scenario and for 2°C and 4°C global warming above pre-industrial levels.\r\n\r\nThe derived climate model projections are provided on a 60km spatial grid for the UK region and the projections consist of time series for the RCP2.6 emissions scenario that cover 1900-2100 and a 50 year time series for each of the global warming levels.\r\n\r\nThis dataset contains realisations scenario with global warming stabilised at 4°C. Further information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "UK, Climate, Projections, UKCP18, Global, Simulation, Model, Derived, warming, level, 4, degrees, celsius, gwl4, mean, average, temperature",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26798/?format=api",
                "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/gwl4",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2024387040,
                "numberOfFiles": 184,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7223/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2302/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51204/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26801/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112688/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26799/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26815,
            "uuid": "8381d3f3998143fd9b53c7086b7061e3",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series of the Storstrommen glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
            "abstract": "This dataset contains a time series of ice velocities for the Storstrommen glacier in Greenland, derived from intensity-tracking of ERS-1, ERS-2 and Envisat data acquired between 06/10/1991 and 20/03/2010. It provides components of the ice velocity and the magnitude of the velocity, and has been produced as part of the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing. Image pairs with a repeat cycle of 6 to 35 days are used. The horizontal velocity is provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided.\r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:44:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26816/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_storstrommen_timeseries/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 78972025,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7226/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/132795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112715/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26828,
            "uuid": "723067f77b8b43609079d721e3b4a3c7",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Kangerlussuaq glacier from ERS-1, ERS-2, Envisat for 1992-2008, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the Kangerlussuaq glacier in Greenland, derived from intensity-tracking of ERS-1, ERS-2 and Envisat data aquired between 02/01/1992 and 17/12/2008.  The data provides components of the ice velocity and the magnitude of the velocity, and has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nThe data are provided on a polar stereographic grid (EPSG3413: Latitude of true scale 70N, Reference Longitude 45E) with 500m grid spacing.  The image pairs used have a repeat cycle between 3 and 35 days.  The horizontal velocity is provided in true meters per day, towards the EASTING(x) and NOTHING(y) directions of the grid, and the vertical displacement (z), derived from a digital elevation model, is also provided. \r\n\r\nThe product was generated by GEUS (Geological Survey of Denmark and Greenland).",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-29T14:43:19",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26829/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_kangerlussuaq_timeseries/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17672734,
                "numberOfFiles": 6,
                "fileFormat": "Data is provided as a single NetCDF file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7228/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53927/?format=api"
            ],
            "dataLineage": "Data were produced by GEUS (Geological Survey of Denmark and Greenland) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112730/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26817/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 26850,
            "uuid": "c4f160a450f540f4bacb57b4bf2f4697",
            "title": "Coastal Zone Colour Scanner (CZCS) - Level 0 data from NEODAAS Dundee Satellite Receiving Station",
            "abstract": "The Coastal Zone Colour Scanner (CZCS) was a multi-channel scanning radiometer aboard the US Nimbus 7 satellite. Nimbus 7 was launched 24 October 1978, and CZCS became operational on 2 November 1978. It was only designed to operate for one year (as a proof-of-concept), but in fact remained in service until 22 June 1986. Its operation on board the Nimbus 7 was limited to alternate days as it shared its power with the passive microwave scanning multi channel microwave radiometer.\r\n\r\nCZCS measured reflected solar energy in six channels, at a resolution of 800 meters. These measurements were used to map chlorophyll concentration in water, sediment distribution, salinity, and the temperature of coastal waters and ocean currents.\r\n\r\nThe data were transferred to CEDA when the Dundee Satellite Receiving Station (NEODAAS Dundee node) facility was closed to continue the long term archive.",
            "keywords": "CZCS, Radiometer, Nimbus 7",
            "publicationState": "published",
            "dataPublishedTime": "2020-05-06T12:53:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26856/?format=api",
                "dataPath": "/neodc/czcs/data/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 94645915256,
                "numberOfFiles": 4431,
                "fileFormat": "Data are in bzip2 format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7230/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data was collected via the NEODAAS Dundee Satellite Receiving Station. This was then transferred to CEDA to allow the long term archive to continue.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30203/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112781/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/29896/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2647/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://science.nasa.gov/earth-science/earth-science-data/data-information-policy/",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26852,
            "uuid": "72d29f16054d4a8ca056796a8c5d6e3d",
            "title": "Arctic Cloud Summer Expedition (ACSE): wave statistics, wave spectra and raw buoy displacement data from the University of Leeds Datawell DWR-G4-Waverider buoy deployed from the Icebreaker Oden",
            "abstract": "This dataset contains derived wave statistics, directional wave spectra and raw buoy displacement data from the University of Leeds Datawell DWR-G4-Waverider buoy deployed from the Swedish Icebreaker Oden durning Arctic Cloud Summer Expedition (ACSE). ACSE took place in the Arctic during summer 2014. These measurements were used to complement a suite of other observations taken during the cruise. Those of the UK contribution, as well as selected other data, are available within the associated data collection in the Centre for Environmental Data Analysis (CEDA) archives. Other cruise data may be available in the NOAA ACSE and The Bolin Centre for Climate Research SWERUS (SWEdish-Russian-US) holdings - see online resources linked to this record.\r\n\r\nThe buoy was deployed on numerous occasions during the voyage, including multiple deployments per day (the deployment number during the day is given in the filename following the date of deployment). However, some deployments are omitted from the archive where significant problems with the raw data were found (failure to obtain GPS lock; too-short a deployment, etc.). The deployment number for the day has been maintained to coincide with the buoy's deployment logs. Data are truncated to remove the deployment and recovery.  No further quality control has been applied to the data.\r\n\r\nThe raw displacement timeseries data contains raw buoy displacements (up, north, west) from which the spectra were calculated. The spectra were calculated as 10-minute averages. The methodology used is detailed within the files, but include both raw (quite noisy) and smoothed spectra.\r\n\r\nThe overall wave statistics file contains all wave statistics data obtained during the voyage (significant wave height, spectral peak details, etc, along with the spectral moments from which the stats are calculated). These are all given for each spectrum as a whole, and partitioned into windsea and swell components. References to the techniques used to produce these statistics are given in the file.\r\n\r\nThe Arctic Cloud Summer Expedition (ACSE) was a collaboration between the University of Leeds, the University of Stockholm, and NOAA-CIRES. ACSE aimed to study the response of Arctic boundary layer cloud to changes in surface conditions in the Arctic Ocean as a working package of the larger Swedish-Russian-US Investigation of Climate, Cryosphere and Carbon interaction (SWERUS-C3) Expedition in Summer 2014. This expedition was a core component to the overall SWERUS-C3 programme and was supported by the Swedish Polar Research Secretariat.\r\n\r\nACSE took place during a 3-month cruise of the Swedish Icebreaker Oden from Tromso, Norway to Barrow, Alaska and back over the summer of 2014. During this cruise ACSE scientists measured surface turbulent exchange, boundary layer structure, and cloud properties. Many of the measurements used remote sensing approaches - radar, lidar, and microwave radiometers - to retrieve vertical profiles of the dynamic and microphysical properties of the lower atmosphere and cloud.\r\n\r\nThe UK participation of ACSE was funded by the Natural Environment Research Council (NERC, grant: NE/K011820/1) and involved instrumentation from the Atmospheric Measurement Facility of the UK's National Centre for Atmospheric Science (NCAS AMF). This dataset collection contains data mainy from the UK contribution with some additional data from other institutes also archived to complement the suite of meteorological measurements.",
            "keywords": "waverider, waves, sea state, wind sea, swell, wave spectra, directional spectra,",
            "publicationState": "citable",
            "dataPublishedTime": "2018-12-13T09:57:37",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "final",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26853/?format=api",
                "dataPath": "/badc/acse/data/leeds-datawell-dwr-g4-waverider",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 129894089,
                "numberOfFiles": 42,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7231/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2195/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59088/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10100/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24932/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25948/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112772/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26854/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26855,
            "uuid": "1d8f70a7badd423babf3febc4dabec4c",
            "title": "Sea-viewing Wide Field-of-view Sensor (SeaWiFS) - Level 0 data from NEODAAS Dundee Satellite Receiving Station",
            "abstract": "This dataset provides optical level 0 ocean colour data. The SeaWiFS instrument was launched by Orbital Sciences Corporation on the OrbView-2 (a.k.a. SeaStar) satellite in August 1997, and collected data from September 1997 until the end of mission in December 2010. SeaWiFS had 8 spectral bands from 412 to 865 nm. It collected global data at 4 km resolution, and local data (limited on board storage and direct broadcast) at 1 km. The mission and sensor were optimised for ocean colour measurements, with a local noon (descending) equator crossing time orbit, fore-and-aft tilt capability, full dynamic range, and low polarisation sensitivity. The data were transferred to CEDA when the Dundee Satellite Receiving Station NERC Earth Observation Data Acquisition and Analysis Service (NEODAAS Dundee node) facility was closed to continue the long term archive.",
            "keywords": "Ocean Colour, SeaStar, SeaWiFS, NEODAAS",
            "publicationState": "published",
            "dataPublishedTime": "2020-05-06T12:54:21",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26857/?format=api",
                "dataPath": "/neodc/seawifs/data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1009162845002,
                "numberOfFiles": 28012,
                "fileFormat": "These data are in DAT file format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7232/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data taken from the NEODAAS Dundee Satellite Receiving Station to continue the long term archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30202/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129435/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/29928/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2657/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://www.earthdata.nasa.gov/engage/open-data-services-software-policies/data-use-guidance",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26858,
            "uuid": "b2f81914257c4188b181a4d8b0a46bff",
            "title": "CRU TS4.02: Climatic Research Unit (CRU) Time-Series (TS) version 4.02 of high-resolution gridded data of month-by-month variation in climate (Jan. 1901- Dec. 2017)",
            "abstract": "The gridded Climatic Research Unit (CRU) Time-series (TS) data version 4.02 data are month-by-month variations in climate over the period 1901-2017, provided on high-resolution (0.5x0.5 degree) grids, produced by CRU at the University of East Anglia.\r\n\r\nThe CRU TS4.02 variables are cloud cover, diurnal temperature range, frost day frequency, potential evapotranspiration (PET), precipitation, daily mean temperature, monthly average daily maximum and minimum temperature, and vapour pressure for the period January 1901 - December 2017.\r\n\r\nThe CRU TS4.02 data were produced using angular-distance weighting (ADW) interpolation. All version 3 releases used triangulation routines in IDL. Please see the release notes for full details of this version update. CRU TS4.02 is a full release, differing only in methodology from the parallel release, v3.26. Both are released concurrently to support comparative evaluations between these two versions, however, this will be the last release of version 3. \r\n\r\nThe CRU TS4.02 data are monthly gridded fields based on monthly observational data calculated from daily or sub-daily data by National Meteorological Services and other external agents. The ASCII and NetCDF data files both contain monthly mean values for the various parameters. The NetCDF versions contain an additional integer variable, ’stn’, which provides, for each datum in the main variable, a count (between 0 and 8) of the number of stations used in that interpolation. The missing value code for 'stn' is -999.\r\n\r\nAll CRU TS output files are actual values - NOT anomalies.",
            "keywords": "CRU, CRU TS, atmosphere, earth science, climate",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-18T08:32:14",
            "doiPublishedTime": "2019-04-01T10:48:57",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26859/?format=api",
                "dataPath": "/badc/cru/data/cru_ts/cru_ts_4.02/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 34388505599,
                "numberOfFiles": 399,
                "fileFormat": "Data are provided in ASCII and NetCDF formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7233/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/513/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63011/?format=api"
            ],
            "dataLineage": "The CRU TS data are produced by the Climatic Research Unit (CRU) at the University of East Anglia and are passed to the Centre for Environmental Data Analysis (CEDA) for long-term archival and distribution. Previous releases of the CRU TS data include:\r\n\r\nCRU TS 4.02 was provided to CEDA for archival in December 2018. \r\n\r\nCRU TS 4.01 was provided to CEDA for archival in September 2017. \r\n\r\nCRU TS 4.00 was provided to CEDA for archival in March 2017. \r\n\r\nCRU TS 3.24.01  was provided to CEDA for archival in January 2017. This is the latest version available and is a replacement of the withdrawn dataset 3.24, it supersedes all previous data versions (which are available to allow user comparisons)\r\n\r\nCRU TS 3.24 was provided to CEDA for archival in July 2016. This is the latest version available, superseding all previous data versions (which are available to allow user comparisons), v3.24 has been withdrawn.\r\n\r\nCRU TS 3.23 was provided to CEDA in October 2015 by CRU. This is the latest version available, superseding all previous data versions (which are available to allow user comparisons).\r\n\r\nCRU TS 3.22 was provided to CEDA for archival in July 2014 by CRU.\r\n\r\nCRU TS 3.21 was provided to CEDA for archival in July 2013 by CRU.\r\n\r\nCRU TS 3.20 was produced in December 2012.\r\nIn March 2013, CRU TS observation databases for TMP and PRE variables were provided by CRU. Others are in preparation. In july 2013, two errors were found in the PRE and WET variables of CRU TS v3.20. These have been repaired in CRU TS v3.21. Details of the errors found are available in the Release Notes in the archive.\r\n\r\nCRU TS 3.10.01 In July 2012, systematic errors were discovered in the CRUTS v3.10 process. The effect was, in some cases, to reduce the gridded values for PRE and therefore WET. Values of FRS were found to be unrealistic in some areas due to the algorithms used for synthetic generation. The files (pre, frs and wet) were immediately removed from BADC. The corrected run for precipitation, based on the v3.10 precipitation station data, was generated as a direct replacement and given the version number 3.10.01. There were no corrected runs produced for wet and frs.\r\n\r\nCRU TS 3.00 data files acquired directly from CRU in 2007. CRU provided the BADC with software to generate the CRU datasets in 2010, and this was used to produce CRU TS 3.10 at the BADC in early 2011.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10506/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6672/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27513/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168495/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/20388/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26860,
            "uuid": "b177c691ce9143729e16faadbdebced8",
            "title": "CRU CY 4.02: Climatic Research Unit (CRU) year-by-year variation of selected climate variables by country (CY) version 4.02 (Jan. 1901 - Dec. 2017)",
            "abstract": "The Climatic Research Unit (CRU) Country (CY) data version 4.02 dataset consists of ten climate variables for country averages at a monthly, seasonal and annual frequency; including cloud cover, diurnal temperature range, frost day frequency, precipitation, daily mean temperature, monthly average daily maximum and minimum temperature, vapour pressure and potential evapotranspiration. This version uses the updated set of country definitions, please see the appropriate Release Notes.\r\n\r\nThis dataset was produced in 2018 by CRU at the University of East Anglia and extends the CRU CY4.01 data to include 2017. CRU CY4.02 is a full release, differing only in methodology from the existing current version 3 release, v3.26. Both are released concurrently to support comparative evaluations between these two versions, however, this will be the last release of version 3. The data are available as text files with the extension '.per' and can be opened by most text editors.\r\n\r\nSpatial averages are calculated using area-weighted means. CRU CY4.02 is derived directly from the CRU TS4.02 dataset. CRU CY version 4.02 spans the period 1901-2017 for 289 countries.\r\n\r\nTo understand the CRU CY4.02 dataset, it is important to understand the construction and limitations of the underlying dataset, CRU TS4.02. It is therefore recommended that all users read the Harris et al, 2020 paper and the CRU TS4.02 release notes listed in the online documentation on this record.\r\n\r\nCRU CY data are available for download to all CEDA users.",
            "keywords": "CRU, CRU CY, CY, climate",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-19T12:22:53",
            "doiPublishedTime": "2019-03-01T08:54:26",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26861/?format=api",
                "dataPath": "/badc/cru/data/cru_cy/cru_cy_4.02/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 49748484,
                "numberOfFiles": 2924,
                "fileFormat": "The CRU CY data are provided as text files with the extension \".per\", most text editors will open these files. See the linked file formats guide for more information."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7234/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/513/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The Climatic Research Unit (CRU) CY data are derived directly from the CRU TS data, and version numbering is matched between the two datasets. The CRU CY data are produced by the CRU unit at the University of East Anglia and passed to the Centre for Environmental Data Analysis (CEDA) for long term archival and distribution. Previous releases of CRU CY include:\r\n\r\nCRU CY 4.01 data were passed to CEDA for archival and distribution by CRU in November 2018\r\n\r\nCRU CY 4.01 data were passed to CEDA for archival and distribution by CRU in September 2017\r\n\r\nCRU CY 4.00 data were passed to CEDA for archival and distribution by CRU in March 2017\r\n\r\nCRU CY 3.24.01 data files supplied to CEDA for long term archival by CRU in January 2017.\r\n\r\nThe CRU CY 3.24 data were withdrawn by CRU and CEDA in January 2017 due to known issues with the data.\r\n\r\nCRU CY 3.24 data files supplied to CEDA for long term archival by CRU in October 2016.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10496/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6672/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27835/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112806/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/20388/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26863,
            "uuid": "2a62652a4fe6412693123dd6328f6dc8",
            "title": "HadUK-Grid Gridded Climate Observations on a 1km grid over the UK, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. The data sets cover the UK at 1km x 1km resolution. These 1km x 1km data have been used to provide a range of other resolutions  and across countries, administrative regions and river basins to allow for comparison to data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:33:28",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26864/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/1km",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1228715710194,
                "numberOfFiles": 5926,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2305/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10647/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119016/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26866,
            "uuid": "7ad889f2cc1647efba7e6a356098e4f3",
            "title": "CRU TS3.26: Climatic Research Unit (CRU) Time-Series (TS) Version 3.26 of High-Resolution Gridded Data of Month-by-month Variation in Climate (Jan. 1901- Dec. 2017)",
            "abstract": "The gridded CRU TS (time-series) 3.26 data are month-by-month variations in climate over the period 1901-2017, on high-resolution (0.5x0.5 degree) grids, produced by the Climatic Research Unit (CRU) at the University of East Anglia.\r\n\r\nThis version of CRU TS supersedes version 3.25, additionally however these data are superseded by the CRU TS 4.02 data which has a new processing methodology. This concurrent release of CRU TS 3.26 and CRU TS 4.02 is made to support users during the transition to the CRU TS version 4 data. No further releases of version 3 are planned.\r\n\r\nCRU TS 3.26 variables are cloud cover, diurnal temperature range, frost day frequency, PET, precipitation, daily mean temperature, monthly average daily maximum and minimum temperature, and vapour pressure for the period Jan. 1901 - Dec. 2017.\r\n\r\nCRU TS 3.26 data were produced using the same methodology as for the 3.21, 3.22, 3.23, 3.24.01, 3.26 datasets. This version contains updates the dataset with 2016 data, some new stations have been added for TMP and PRE only. This release is the latest release of the CRU TS data.  Known issues predating this release remain.\r\n\r\nThe CRU TS 3.26 data are monthly gridded fields based on monthly observational data, which are calculated from daily or sub-daily data by National Meteorological Services and other external agents. The ASCII and NetCDF data files both contain monthly mean values for the various parameters.\r\n\r\nAll CRU TS output files are actual values - NOT anomalies.",
            "keywords": "CRU, CRU TS, atmosphere, earth science, climate",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-18T08:32:01",
            "doiPublishedTime": "2019-03-01T08:54:01",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26867/?format=api",
                "dataPath": "/badc/cru/data/cru_ts/cru_ts_3.26",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8374717987,
                "numberOfFiles": 608,
                "fileFormat": "Data are provided in ASCII and NetCDF formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7236/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/513/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "CRU TS 3.00 data files acquired directly from CRU in 2007. CRU provided the BADC with software to generate the CRU datasets in 2010, and this was used to produce CRU TS 3.10 at the BADC in early 2011.\r\n\r\nIn July 2012, systematic errors were discovered in the CRUTS v3.10 process. The effect was, in some cases, to reduce the gridded values for PRE and therefore WET. Values of FRS were found to be unrealistic in some areas due to the algorithms used for synthetic generation. The files (pre, frs and wet) were immediately removed from BADC. The corrected run for precipitation, based on the v3.10 precipitation station data, was generated as a direct replacement and given the version number 3.10.01. There were no corrected runs produced for wet and frs.\r\n\r\nCRU TS 3.20 was produced in December 2012.\r\nIn March 2013, CRU TS observation databases for TMP and PRE variables were provided by CRU. Others are in preparation. In july 2013, two errors were found in the PRE and WET variables of CRU TS v3.20. These have been repaired in CRU TS v3.21. Details of the errors found are available in the Release Notes in the archive.\r\n\r\nCRU TS 3.21 was provided to CEDA for archival in July 2013 by CRU.\r\n\r\nCRU TS 3.22 was provided to CEDA for archival in July 2014 by CRU.\r\n\r\nCRU TS 3.23 was provided to CEDA in October 2015 by CRU. \r\n\r\nCRU TS 3.24 was provided to CEDA for archival in July 2016. This version CRU TSv3.24 has been withdrawn due to quality issues.\r\n\r\nCRU TS 3.24.01  was provided to CEDA for archival in January 2017. \r\n\r\nCRU TS 3.25  was provided to CEDA for archival in September 2017. This is the latest version available and is a replacement of the withdrawn dataset 3.24.01, it supersedes all previous data versions (which are available to allow user comparisons).\r\n\r\nCRU TS 3.26  was provided to CEDA for archival in December 2017. This is the latest version available and supersedes CRU TS 3.25.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10495/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6672/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6669/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168517/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/6676/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26869,
            "uuid": "799fd91ff24247e295b406af14d32914",
            "title": "CRU CY3.26: Climatic Research Unit (CRU) Year-by-Year Variation of Selected Climate Variables by CountrY (CY) version 3.26 (Jan. 1901 - Dec. 2017)",
            "abstract": "The CRU CY version 3.26 dataset consists of ten climate variables for country averages at a monthly, seasonal and annual frequency; including cloud cover, diurnal temperature range, frost day frequency, precipitation, daily mean temperature, monthly average daily maximum and minimum temperature, vapour pressure and potential evapotranspiration. \r\n\r\nThis dataset was produced in 2018 by the Climatic Research Unit (CRU) at the University of East Anglia and supersedes version 3.25, additionally however these data are superseded by the CRU CY 4.02 data which has a new processing methodology. This concurrent release of CRU CY 3.26 and CRU CY 4.02 is made to support users during the transition to the CRU CY version 4 data. No further releases of version 3 are planned.\r\n\r\nAn updated set of country definitions have been introduced with this version. Please see the appropriate Release Notes. The data are available as text files with the extension '.per' and can be opened by most text editors.\r\n\r\nSpatial averages are calculated using area-weighted means. CRU CY3.26 is derived directly from the CRU TS3.26 dataset. CRU CY version 3.26 spans the period 1901-2017 for 289 countries.\r\n\r\nTo understand the CRU-CY3.26 dataset, it is important to understand the construction and limitations of the underlying dataset, CRU TS3.26. It is therefore recommended that all users read the Harris et al, 2014 paper listed in the online documentation on this record.\r\n\r\nCRU CY data are available for download to all CEDA users.",
            "keywords": "CRU, CY, CRU CY, climate",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-19T12:23:04",
            "doiPublishedTime": "2019-04-01T10:49:28",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26868/?format=api",
                "dataPath": "/badc/cru/data/cru_cy/cru_cy_3.26",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 49743184,
                "numberOfFiles": 2921,
                "fileFormat": "The CRU CY data are provided as text files with the extension \".per\", most text editors will open these files. See the linked file formats guide for more information."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7243/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/513/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25428/?format=api"
            ],
            "dataLineage": "CRU CY is derived directly from the CRU TS dataset, and version numbering is matched between the two datasets. Thus, the first official version of CRU CY was v3.21 as it is based on CRU TS v3.21.\r\n\r\nCRU CY 3.24 data files supplied to CEDA for long-term archival by CRU in October 2016.\r\n\r\nThe CRU CY 3.24 data were withdrawn in January 2017 due to known issues with the data.\r\n\r\nCRU CY 3.24.01 data files supplied to CEDA for long-term archival by CRU in January 2017.\r\n\r\nCRU CY 3.25 data files supplied to CEDA for long-term archival by CRU in September 2017.\r\n\r\nCRU CY 3.26 data files supplied to CEDA for long-term archival by CRU in September 2018.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10507/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6672/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6889/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168519/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/6676/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26871,
            "uuid": "dc2ef1e4f10144f29591c21051d99d39",
            "title": "HadUK-Grid Gridded Climate Observations on a 12km grid over the UK, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. The data set at 12 km resolution is derived from the associated 1km x 1km resolution to allow for comparison to data from climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:49:27",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26872/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/12km",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8773458413,
                "numberOfFiles": 5926,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2305/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21671/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10649/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119021/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26874,
            "uuid": "c8ed5d039558446bbcd12b695389abb1",
            "title": "HadUK-Grid Gridded Climate Observations on a 25km grid over the UK, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. The data set at 25 km resolution is derived from the associated 1km x 1km resolution to allow for comparison to data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:53:16",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26875/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/25km",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2073458679,
                "numberOfFiles": 5926,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2305/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21671/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10650/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119026/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26877,
            "uuid": "a2fb07be9622439fa191f0e596f5e4f9",
            "title": "HadUK-Grid Gridded Climate Observations on a 60km grid over the UK, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. The data set at 60 km resolution is derived from the associated 1km x 1km resolution to allow for comparison to data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:54:29",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26878/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/60km",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 528684727,
                "numberOfFiles": 5926,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2305/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21671/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10651/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119031/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26880,
            "uuid": "373c4edbcbdd41c3be6c6de6abb5afeb",
            "title": "HadUK-Grid Climate Observations by Administrative Regions over the UK, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. These data at 1km resolution have been averaged across a set of discrete geographies defining UK administrative regions consistent with data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:56:16",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26881/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/region",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 25349285,
                "numberOfFiles": 133,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2307/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10652/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119036/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26883,
            "uuid": "607a713e4a0e4a229dac1b23fd6d41a6",
            "title": "HadUK-Grid Climate Observations by UK river basins, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. These data at 1km resolution have been averaged across a set of discrete geographies defining UK river basins consistent with data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T16:58:55",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26884/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/river",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 31288104,
                "numberOfFiles": 133,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2308/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21670/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10653/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119041/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26886,
            "uuid": "5c4d012e7fb84bcf87a9dfb481eb657b",
            "title": "HadUK-Grid Climate Observations by UK countries, v1.0.0.0 (1862-2017)",
            "abstract": "HadUK-Grid is a collection of gridded climate variables derived from the network of UK land surface observations. The data have been interpolated from meteorological station data onto a uniform grid to provide complete and consistent coverage across the UK. These data at 1km resolution have been averaged across a set of discrete geographies defining UK countries consistent with data from UKCP18 climate projections. The dataset spans the period from 1862 to 2017, but the start time is dependent on climate variable and temporal resolution. The grids are produced for daily, monthly, seasonal and annual timescales, as well as long term averages for a set of climatological reference periods. Variables include air temperature (maximum, minimum and mean), precipitation, sunshine, mean sea level pressure, wind speed, relative humidity, vapour pressure, days of snow lying, and days of ground frost.\r\n\r\nThis data set supersedes the UKCP09 gridded observations. Subsequent versions may be released in due course and will follow the version numbering as outlined by Hollis et al. (2018, see linked documentation).\r\n\r\nThe primary purpose of these data are to facilitate monitoring of UK climate and research into climate change, impacts and adaptation. The datasets have been created by the Met Office with financial support from the Department for Business, Energy and Industrial Strategy (BEIS) and Department for Environment, Food and Rural Affairs (DEFRA) in order to support the Public Weather Service Customer Group (PWSCG), the Hadley Centre Climate Programme, and the UK Climate Projections (UKCP18) project. The data recovery activity to supplement 19th and early 20th Century data availability has also been funded by the Natural Environment Research Council (NERC grant ref: NE/L01016X/1) project \"Analysis of historic drought and water scarcity in the UK\". The dataset is provided under Open Government Licence.",
            "keywords": "Met Office, UKCP18, BEIS, Defra, land surface, climate observations, hadobs",
            "publicationState": "citable",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": "2019-11-14T17:00:24",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26887/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.0.0/country",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 18561493,
                "numberOfFiles": 133,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7235/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2309/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21669/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10654/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26862/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/119046/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26870/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26890,
            "uuid": "33f3b3defe4d4e3194be68b61c2a3b2f",
            "title": "APHH: Atmospheric dispersion model footprint plots made at the Delhi site during the 2018 campaign",
            "abstract": "The Met Office's Numerical Atmospheric-dispersion Modelling Environment (NAME) was used at the University of Leicester to produce atmospheric dispersion footprints centred on Delhi for use by the projects under the Atmospheric Pollution & Human Health in a Developing Megacity (APHH) programme. These footprints are created by model runs in which thousands of particles are released from the chosen location and are tracked backwards in time.",
            "keywords": "APHH, NAME, dispersion, Delhi",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26891/?format=api",
                "dataPath": "/badc/aphh/data/delhi/name-plots/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 126001503,
                "numberOfFiles": 417,
                "fileFormat": "png"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7245/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2310/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data produced by APHH project participants at University of Leicester and uploaded to CEDA archive",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112901/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/14521/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 26892,
            "uuid": "0049795739e44310a4982e26d8e26748",
            "title": "MIDAS Open: UK daily weather observation data, v201901",
            "abstract": "The UK daily weather observation data contain meteorological values measured on a 24 hour time scale. The measurements of sunshine duration, concrete state, snow depth, fresh snow depth, and days of snow, hail, thunder and gail were attained by observation stations operated by the Met Office across the UK operated and transmitted within DLY3208, NCM, AWSDLY and SYNOP messages. The data span from 1889 to 2017. For details of observations see the relevant sections of the MIDAS User Guide linked from this record for the various message types.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Currently this represents approximately 95% of available daily weather observations within the full MIDAS collection.",
            "keywords": "Met Office, MIDAS, UK, meteorology, daily, diurnal, monthly",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-12T11:08:27",
            "doiPublishedTime": "2019-03-01T08:05:30",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26893/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-daily-weather-obs/dataset-version-201901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2902172430,
                "numberOfFiles": 44856,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7294/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68434/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10490/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/117053/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1246/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26894,
            "uuid": "7aaa582fb00246b794dc85950f1be265",
            "title": "MIDAS Open: UK hourly rainfall data, v201901",
            "abstract": "The UK hourly rainfall data contain the rainfall amount (and duration from tilting syphon gauges) during the hour (or hours) ending at the specified time. The data also contains precipitation amounts, however precipitation measured over 24 hours are not stored. Over time a range of rain gauges have been used - see the linked MIDAS User Guide for further details.\r\n\r\nThe data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: NCM, AWSHRLY, DLY3208, SREW and SSER. The data spans from 1915 to 2017.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. A large proportion of the UK raingauge observing network (associated with WAHRAIN, WADRAIN and WAMRAIN for hourly, daily and monthly rainfall measurements respectively) is operated by other agencies beyond the Met Office, and are consequently currently excluded from the Midas-open dataset.",
            "keywords": "Met Office, MIDAS, UK, meteorology, rainfall, hourly",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-12T14:30:29",
            "doiPublishedTime": "2019-03-01T08:07:18",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26895/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-rain-obs/dataset-version-201901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4330291525,
                "numberOfFiles": 13740,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7299/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/17/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23161/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10494/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/117065/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27188/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26896,
            "uuid": "c58c1af69b9745fda4cdf487a9547185",
            "title": "MIDAS Open: UK hourly weather observation data, v201901",
            "abstract": "The UK hourly weather observation data contain meteorological values measured on an hourly time scale. The measurements of the concrete state, wind speed and direction, cloud type and amount, visibility, and temperature were recorded by observation stations operated by the Met Office across the UK and transmitted within SYNOP, DLY3208, AWSHRLY and NCM messages. The sunshine duration measurements were transmitted in the HSUN3445 message. The data spans from 1875 to 2017.\r\n\r\nFor details on observing practice see the message type information in the MIDAS User Guide linked from this record and relevant sections for parameter types.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Note, METAR message types are not included in the Open version of this dataset. Those data may be accessed via the full MIDAS hourly weather data.",
            "keywords": "Met Office, MIDAS, UK, meteorology, hourly",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-12T11:15:49",
            "doiPublishedTime": "2019-03-01T08:06:06",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26898/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-weather-obs/dataset-version-201901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27640355143,
                "numberOfFiles": 48230,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7296/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69977/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10491/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/117057/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27186/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26899,
            "uuid": "11c15f2640f541d4847dafe9be1bb90a",
            "title": "MIDAS Open: UK mean wind data, v201901",
            "abstract": "The UK mean wind data contain the mean wind speed and direction, and the direction, speed and time of the maximum gust, all during 1 or more hours, ending at the stated time and date. The data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: SYNOP, HCM, AWSHRLY, DLY3208, HWNDAUTO and HWND6910. The data spans from 1949 to 2017. For further details on observing practice, including measurement accuracies for the message types, see relevant sections of the MIDAS User Guide linked from this record (e.g. section 3.3 details the wind network in the UK,  section 5.5 covers wind measurements in general and section 4 details message type information).\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record.",
            "keywords": "Met Office, MIDAS, UK, meteorology, wind speed, wind direction, gust",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-12T14:30:01",
            "doiPublishedTime": "2019-03-01T08:06:52",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26900/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-mean-wind-obs/dataset-version-201901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7126082067,
                "numberOfFiles": 13725,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7297/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/17/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89179/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10493/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/117061/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1194/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26901,
            "uuid": "a7ba08d073eb40a9aab5e312f371d007",
            "title": "MIDAS Open: UK soil temperature data, v201901",
            "abstract": "The UK soil temperature data contain daily and hourly values of soil temperatures at depths of 5, 10, 20, 30, 50, and 100 centimetres. The measurements were recorded by observation stations operated by the Met Office across the UK and transmitted within NCM or DLY3208 messages. The data spans from 1900 to 2017.\r\n\r\nAt many stations temperatures below the surface are measured at various depths. The depths used today are 5, 10, 20, 30 and 100cm, although measurements are not necessarily made at all these depths at a station and exceptionally measurements may be made at other depths. When imperial units were in general use, typically before 1961, the normal depths of measurement were 4, 8, 12, 24 and 48 inches.\r\n\r\nLiquid-in-glass soil thermometers at a depth of 20 cm or less are unsheathed and have a bend in the stem between the bulb and the lowest graduation. At greater depths the thermometer is suspended in a steel tube and has its bulb encased in wax.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record.",
            "keywords": "Met Office, MIDAS, UK, meteorology, soil temperatures",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-12T14:30:19",
            "doiPublishedTime": "2019-03-01T08:55:33",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26902/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-soil-temperature-obs/dataset-version-201901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3610831227,
                "numberOfFiles": 22503,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7298/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69886/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10497/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/117063/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1227/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26903,
            "uuid": "8c6c0ae2c25947168826a70d2241b797",
            "title": "UKCP18 Regional Projections at 12km Resolution for 1980-2080",
            "abstract": "Regional climate model projections produced as part of the UK Climate Projection 2018 (UKCP18) project. The data produced by the Met Office Hadley Centre provides information on changes in climate for the UK until 2080, downscaled to a high resolution (12km), helping to inform adaptation to a changing climate. \r\n\r\nThe projections cover Europe and a 100-year period, 01/12/1980-30/11/2080, for a high emissions scenario, RCP8.5. Each projection provides an example of climate variability in a changing climate, which is consistent across climate variables at different times and spatial locations. \r\n\r\nThis dataset contains 12km data for Europe on the 12km rotated pole grid. Further information on this dataset and UKCP18 can be found in the documentation section.",
            "keywords": "UK, Climate, Projections, UKCP18, Regional, Europe, Simulation, Model, Runs",
            "publicationState": "published",
            "dataPublishedTime": "2018-11-26T09:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26904/?format=api",
                "dataPath": "/badc/ukcp18/data/land-rcm/eur/12km",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12629476610556,
                "numberOfFiles": 6295,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7246/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2311/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59040/?format=api"
            ],
            "dataLineage": "Data provided by the UK Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26158/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112947/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26905/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26913,
            "uuid": "a027093520b2432b8e782e3edefd6b47",
            "title": "CP4A-Future: Future climate predictions for Africa",
            "abstract": "The future Climate Predictions for Africa (CP4A-future) data were produced using the Met Office's Unified Model (4.5km horizontal grid spacing), the IMPALA (Improving Model Processes for African cLimAte) project ran a ten-year timeslice simulation that is representative of end the 21st century (2095-2105) using a 30-year averaged sea surface temperature (SST) anomaly (2085-2115 relative to 1975-2005). Parameters include (but not limited to); near-surface air temperature, outgoing longwave radiation, surface latent heat flux and surface sensible heat flux. The NERC funded IMPALA project is within the Future Climate for Africa (FCFA) programme. \r\n\r\nHere a subset of variables of the data produced is provided in NetCDF format for community reuse, variables are available at a range of temporal frequencies.",
            "keywords": "CP4A, future, IMPALA, FCFA",
            "publicationState": "published",
            "dataPublishedTime": "2019-10-14T14:01:53",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27734/?format=api",
                "dataPath": "/badc/impala/data/explicit-4km/future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10518293334189,
                "numberOfFiles": 28922,
                "fileFormat": "Data are provided in NetCDF formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7417/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2312/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54164/?format=api"
            ],
            "dataLineage": "The data were passed from the project team to the Centre for Environmental Data Analysis for archival and distribution.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26912/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148586/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/28036/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26916,
            "uuid": "efa3a90efb5e4a4e961a2f4ddd5dd663",
            "title": "FAAM C124 MOYA Test flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for Methane Observations and Yearly Assessments (MOYA) project.",
            "keywords": "MOYA, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T12:15:17",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26915/?format=api",
                "dataPath": "/badc/faam/data/2019/c124-jan-03",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 740325719,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7249/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2314/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24712/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112983/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26917/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26920,
            "uuid": "dfabd91ff8034897b101d2c31e2301c7",
            "title": "FAAM C125 MOYA Test flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for Methane Observations and Yearly Assessments (MOYA) project.",
            "keywords": "MOYA, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T12:15:17",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26919/?format=api",
                "dataPath": "/badc/faam/data/2019/c125-jan-08",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 604022222,
                "numberOfFiles": 10,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7250/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2315/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82433/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112997/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26921/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26923,
            "uuid": "71229b203b874d79b95b4d0ed0eae931",
            "title": "APHH: Atmospheric nitrous acid (HONO) combined measurements made at the IAP-Beijing site during the summer and winter campaigns",
            "abstract": "This dataset contains atmospheric nitrous acid (HONO) combined measurements made at the Institute of Atmospheric Physics land station (IAP-Beijing) site, during the summer and winter APHH-Beijing campaign for the Atmospheric Pollution & Human Health in a Chinese Megacity (APHH) programme.\r\n\r\nThis combined dataset consists of a single mean time series of HONO mixing ratio (ppb), and associated min/max values determined from the datasets of 4 instruments that measured HONO at IAP at ground level. The data are averaged over 1 hour, the time stamp represents the start time of each averaging period.\r\n\r\nThe instruments included in the combined dataset are the University of Birmingham commercial wet-chemical LOPAP instrument (Heland et al. 2001), Institute of Chemistry, Chinese Academy of Sciences custom built wet-chemical instrument (Tong et al. 2016), and two custom built Broadband Cavity Enhanced Spectrophotmeters (BBCEAS) from the University of Cambridge (Kennedy et al. 2011) and Anhui Institute of Optics and Fine Mechanics (Duan et al. 2018).",
            "keywords": "HONO, China, LOPAP, ICCAS, CAMB, AIOFM, APHH",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-06T13:53:57",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26928/?format=api",
                "dataPath": "/badc/aphh/data/beijing/birm-hono-combined",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 94091,
                "numberOfFiles": 3,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/6882/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1856/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59099/?format=api"
            ],
            "dataLineage": "Data produced by APHH project participants at University of Birmingham and uploaded to the Centre for Environmental Data (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113015/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26924/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26929,
            "uuid": "c03e7211157649c095b8e4f702b3e737",
            "title": "Questionnaire findings on Public Perception of Environmental Challenges in Greater Manchester (UK)",
            "abstract": "This dataset contains a spreadsheet of responses to a questionnaire asking participants about their perceptions of global environmental challenges. This data has been fully anonymised by the author. The questionnaire (n=365) was conducted in Greater Manchester (UK) and the data collection took place between 2017 and 2018. Participants were recruited following a stratified random sampling technique to ensure that the number of participants recruited in each district  of Greater Manchester was proportional to the number of inhabitants. The recruitment of participants was conducted mostly at street level. When comparing our sample with the most recent census data (2011), the project finds it to be sufficiently representative of the population of Greater Manchester. \r\n\r\nThe questionnaire was designed to: (1) identify which environmental hazards (flooding, pollution, severe weather, landslides, volcanos, radiation, earthquakes, tsunamis, tornados, and wildfires) are perceived by respondents in Greater Manchester to be most threatening; (2) compare how concerning these are perceived to be in relation to other non-environmental hazards relevant to this region (unemployment, terrorist attacks, cyber-attacks, and immigration); (3) explore what negative impacts are most reported as a consequence of environmental hazards (health issues, damage to infrastructure, damage to the economy, disruption to utilities, or disruption to the environment); (4) ascertain whether environmental hazards are perceived to be caused by human or natural forces; (5) identify the groups that are perceived to be most responsible for tackling environmental hazards (international organizations, national government, local government, scientists, environmental organizations, individuals, or business and industry.); and (6) identify preferred information sources when it comes to environmental hazards in terms of different media (social media, newspapers, radio, TV, games, special events, leaflets, specialist publications, or official websites), and in terms of different groups (friends and family, scientists, government, local organizations, media, or environmental organizations).",
            "keywords": "Environmental, questionnaire, attitudes",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-16T15:59:02",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26973/?format=api",
                "dataPath": "/badc/deposited2018/hazard-questionaire",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48567,
                "numberOfFiles": 3,
                "fileFormat": "Data are csv formatted."
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": true,
            "phenomena": [],
            "dataLineage": "This data has been fully anonymised by the author and delivered to the Centre for Environmental Data Anaylsis for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26610/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113035/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26933,
            "uuid": "cdbb34e32aed4299b7e06e0d742bc673",
            "title": "FAAM C113 Instrument Test flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:56",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26932/?format=api",
                "dataPath": "/badc/faam/data/2018/c113-aug-23",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1731127467,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7251/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2317/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80084/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113042/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26934/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26937,
            "uuid": "073152251e4940e899113a96d72afc68",
            "title": "FAAM C114 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:57",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26936/?format=api",
                "dataPath": "/badc/faam/data/2018/c114-sep-05",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 776621858,
                "numberOfFiles": 24,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7252/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2318/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24483/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113056/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26938/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26941,
            "uuid": "489cde86327f4a2784adf768468a814b",
            "title": "FAAM C115 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:57",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26940/?format=api",
                "dataPath": "/badc/faam/data/2018/c115-sep-06",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 780898196,
                "numberOfFiles": 24,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7253/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2319/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24483/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113070/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26942/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26945,
            "uuid": "8bdad85bd59b4a0e82b9b3d08620e0a5",
            "title": "FAAM C116 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:57",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26944/?format=api",
                "dataPath": "/badc/faam/data/2018/c116-sep-07",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 822703560,
                "numberOfFiles": 20,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7254/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2320/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79991/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113084/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26946/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26949,
            "uuid": "9f56caed907b4ca6a4b5f8c1362c8b56",
            "title": "FAAM C117 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM AEOG : Demonstration of Comprehensive Approach to monitoring atmospheric Emissions from Oil and Gas installations project.",
            "keywords": "AEOG, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:57",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26948/?format=api",
                "dataPath": "/badc/faam/data/2018/c117-sep-10",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 691342328,
                "numberOfFiles": 20,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7255/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2321/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22916/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113098/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26950/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26953,
            "uuid": "a88c64c9bf954804a333f91f3162e4a5",
            "title": "FAAM C118 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM AEOG : Demonstration of Comprehensive Approach to monitoring atmospheric Emissions from Oil and Gas installations project.",
            "keywords": "AEOG, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:58",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26952/?format=api",
                "dataPath": "/badc/faam/data/2018/c118-sep-11",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 642199302,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7256/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2322/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79991/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113112/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26954/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26957,
            "uuid": "b4febc927b8a4aa1a786b45c5b2183a1",
            "title": "FAAM C119 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM AEOG : Demonstration of Comprehensive Approach to monitoring atmospheric Emissions from Oil and Gas installations project.",
            "keywords": "AEOG, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:58",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26956/?format=api",
                "dataPath": "/badc/faam/data/2018/c119-sep-11",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 367872757,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7257/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2323/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79991/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113126/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26958/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26961,
            "uuid": "e6b7dbcd195b4e9ba28aeaa75355ff53",
            "title": "FAAM C120 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core and non-core instrument suites data on board the FAAM BAE-146 aircraft collected for FAAM AEOG : Demonstration of Comprehensive Approach to monitoring atmospheric Emissions from Oil and Gas installations project.",
            "keywords": "AEOG, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:58",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26960/?format=api",
                "dataPath": "/badc/faam/data/2018/c120-sep-12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 755158133,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7258/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2324/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22916/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113140/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26962/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26965,
            "uuid": "3f4dc1ef5a8c42f889b027c17b542fcb",
            "title": "FAAM C122 Instrument Test flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T11:08:58",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26964/?format=api",
                "dataPath": "/badc/faam/data/2018/c122-dec-12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 555581761,
                "numberOfFiles": 16,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7259/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2325/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79742/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113154/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26966/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26969,
            "uuid": "95857f7d529c4daf97e925289648ce04",
            "title": "FAAM C126 MOYA flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for Methane Observations and Yearly Assessments (MOYA) project.",
            "keywords": "MOYA, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2019-01-11T12:15:17",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26968/?format=api",
                "dataPath": "/badc/faam/data/2019/c126-jan-09",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 870424440,
                "numberOfFiles": 20,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7260/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2326/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23621/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113168/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/26970/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26975,
            "uuid": "832286d9dd34405d94fc3575f8ebb949",
            "title": "CORDEX EUR-44 data produced by the Met Office Hadley Centre regional climate models HadRM3P and HadGEM3-RA",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the Europe Domain (EUR-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional models HadGEM3-RA and HadRM3P running at 0.44 degree resolution over the Europe CORDEX domain (EUR-44). \r\nHadGEM3-RA is a regional atmospheric model that is based on the atmospheric component of the HadGEM3 Global Environment Model. \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadGEM3-RA and HadRM3P models are driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2010.\r\n\r\nThe model outputs are stored on the native grid used for the simulation, which has a consistent spatial resolution across the simulation domain.  Each variable is stored at the daily timescale.  The collection also includes monthly and seasonal averages.  In addition, the archive also includes sub-daily data.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, Europe, EUR-44, 0.44 deg, HadGEM3-RA, HadRM3P, ERAINT, Evaluation, region 5",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:49:32",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26974/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/EUR-44/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 881,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7261/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2327/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26980/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113181/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26984/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26976,
            "uuid": "18d8f075aa6b4401b1fc88d2ac7f6c03",
            "title": "CORDEX EUR-44i data produced by the Met Office Hadley Centre regional model HadRM3P and interpolated to a common latitude-longitude grid",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the Europe Domain (EUR-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the Europe CORDEX domain (EUR44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim re-analysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are interpolated to a common latitude-longitude grid. The collection includes monthly averages and seasonal means. \r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, Europe, EUR-44i, 0.44 deg, HadRM3P, ERAINT, Evaluation, region 5",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:48:54",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26977/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/EUR-44i/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 611664,
                "numberOfFiles": 311,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2327/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26980/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113190/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/26991/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26978,
            "uuid": "13f3635174794bb98cf8ac4b0ee8f4ed",
            "title": "CRU JRA v1.1: A forcings dataset of gridded land surface blend of Climatic Research Unit (CRU) and Japanese reanalysis (JRA) data; Jan.1901 - Dec.2017.",
            "abstract": "The CRU JRA V1.1 dataset is a 6-hourly, land surface, gridded time series of ten meteorological variables produced by the Climatic Research Unit (CRU) at the University of East Anglia (UEA), and is intended to be used to drive models. The variables are provided on a 0.5 deg latitude x 0.5 deg longitude grid, the grid is near global but excludes Antarctica (this is same as the CRU TS grid, though the set of variables is different) . The data are available at a 6 hourly time-step from January 1901 to December 2017.\r\n\r\nThe dataset is constructed by combining data from the Japanese Reanalysis data (JRA) produced by the Japanese Meteorological Agency (JMA) and adjusted where possible to align with the CRU TS 3.26 data (see the Process section and the ReadMe file for full details).\r\n\r\nThe CRU JRA data consists of the following ten meteorological variables: 2-metre temperature, 2-metre maximum and minimum temperature, total precipitation, specific humidity, downward solar radiation flux, downward long wave radiation flux, pressure and the zonal and meridional components of wind speed (see the ReadMe file for further details).\r\n\r\nThe CRU JRA dataset is intended to be a replacement of the CRUNCEP forcing dataset. The CRU JRA dataset follows the style of Nicolas Viovy's original CRUNCEP dataset rather than that which is available from UCAR. A link to the CRU NCEP documentation for comparison is provided in the documentation section. \r\n\r\nIf this dataset is used in addition to citing the dataset as per the data citation string users must also cite the following:\r\n\r\nHarris, I., Jones, P.D., Osborn, T.J. and Lister, D.H. (2014), Updated\r\nhigh-resolution grids of monthly climatic observations - the CRU TS3.10\r\nDataset. International Journal of Climatology 34, 623-642.\r\n\r\nKobayashi, S., et. al., The JRA-55 Reanalysis: General Specifications and\r\nBasic Characteristics. J. Met. Soc. Jap., 93(1), 5-48\r\nhttps://dx.doi.org/10.2151/jmsj.2015-001",
            "keywords": "CRU, JRA, CRUJRA, atmosphere, earth science, climate",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-25T15:57:37",
            "doiPublishedTime": "2019-02-25T16:20:28.261205",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26979/?format=api",
                "dataPath": "/badc/cru/data/cru_jra/cru_jra_1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 396018290491,
                "numberOfFiles": 1173,
                "fileFormat": "The data are provided as gzipped NetCDF files, with one file per variable, per year. Each file is approximately 330MB when compressed."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7233/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/513/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25428/?format=api"
            ],
            "dataLineage": "The CRU JRA data are produced by the Climatic Research Unit (CRU) at the University of East Anglia and are passed to the Centre for Environmental Data Analysis (CEDA) for long-term archival and distribution. This is the first formal release and was provided to CEDA in December 2018.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10486/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6672/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26851/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168497/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27185/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26981,
            "uuid": "a8e9f44965434f3b861eba77688701ef",
            "title": "FIDUCEO: Fundamental Climate Data Record of  Microwave Brightness Temperatures with uncertainties, 1994 - 2017,  v4.1",
            "abstract": "The FIDUCEO Microwave Fundamental Climate data record, v4.1, contains microwave brightness temperatures and uncertainties for series of satellite instruments (all mission years of SSMT2 on F11, F12, F14, F15;  AMSU-B on NOAA15, NOAA16 and NOAA17; and MHS missions (NOAA18, NOAA19, MetopA,-B)).  The presented FCDR is a long data record of increased consistency among the instruments compared to the operational data record and is a long enough data record to generate climate data records (CDRs) for climate research.   The improvements are based on the strict application of the measurement equation as well as dedicated corrections and improvements within the calibration process. The data record contains quantified uncertainty components, respecting the correlation behaviour of underlying effects.\r\n\r\nFull documentation including product user guide, tutorials, the scientific basis and relevant publications are available in the documentation",
            "keywords": "FCDR, Fundamental Climate Data Record, Microwave, SSMT-2, AMSU-B, MHS, Uncertainty",
            "publicationState": "citable",
            "dataPublishedTime": "2019-09-12T15:34:53",
            "doiPublishedTime": "2020-06-12T14:34:32.696111",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27508/?format=api",
                "dataPath": "/neodc/fiduceo/data/fcdr/microwave/v4.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2466346897019,
                "numberOfFiles": 427970,
                "fileFormat": "NetCDF fiuduceo format see  documentation for \r\n\r\n - Basic telemetry: longitude, latitude, time, satellite and solar angles (these angles are not provide for            SSMT-2);\r\n- Brightness temperatures for channels 1-5;\r\n-Independent, structured and common uncertainty for channels 1-5;\r\n-for each scan line: original scan line number of the l1b files\r\n- for each scan line: indicator which l1b file it belongs to\r\n-8 bitfields indicating identified problems with the data: one bitmask indicating level of trust in the data (per pixel and scanline), one bitmaks indicating sensor specific quality issues (per pixel and scanline); one bitmask indicating quality issues per scan line, i.e. transmitter status so far (per scanline), 5 bitmasks indicating certain quality issues for each channel (per pixel and per scanline)\r\nThe dimensions of the variables in the NetCDF file are x and y, indicating the pixel and scan line, respectively. Additionally, there are the dimensions channel and n_frequencies, denoting the number of channels and the number of frequencies (for which Spectral Response Function is defined).\r\nfull descriptions of file specification and product User Guide in Documentation"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7421/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70051/?format=api"
            ],
            "dataLineage": "Data provided to CEDA for publication by the University of Hamburg as part of the FIDUCEO project.   This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 638822.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10720/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/27632/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115940/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/27742/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26982,
            "uuid": "2083b33b5c3d4cf0acb9a49226789caa",
            "title": "FIDUCEO: Microwave Upper Troposheric Humidity and Uncertainties, Climate Data Record, 1994-2017, V1.2",
            "abstract": "The The FIDelity and Uncertainty in Climate data records from Earth Observations (FIDUCEO) project Upper Tropospheric Humidity (UTH) Climate Data Record version 1.2 dataset is derived from satellite brightness temperatures and uncertainties from the  FIDUCEO Microwave Fundamental Climate Data Record (FCDR). The instantaneous observations from the  FIDUCEO Microwave FCDR are used to derive a spatio-temporal averaged data record, which contains monthly mean UTH and brightness temperature mapped to a regular latitude/longitude grid covering the tropical region (-30° to 30° N), with a spatial resolution of 1° x 1°.  It covers all mission years  of the Special Senson Microwave for Temperature (SSMT2) instrument on the F11,  F12,  F14,  F15 satellites, the Advanced Mircowave Sounding Unit (AMSU-B ) instrument on the NOAA 15-17 satellites and the Microwave Humidity Sounder (MHS)  instruments on the NOAA18,  NOAA19,  MetopA, Metop-B satellites. \r\n\r\nFull documentation including product user guide, tutorials and relevant publications are available in the documentation",
            "keywords": "CDR, Climate Data Record, Upper Trosphere Humidity,  Microwave, SSMT-2, AMSU-B, MHS, Uncertainty",
            "publicationState": "citable",
            "dataPublishedTime": "2019-09-12T16:31:51",
            "doiPublishedTime": "2020-06-12T14:36:36.133735",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27748/?format=api",
                "dataPath": "/neodc/fiduceo/data/cdr/UTH_MW/v1.2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4234786629,
                "numberOfFiles": 1022,
                "fileFormat": "The file format is netCDF, and each UTH CDR file for this version contains:Longitudes and Latitudes of grid cell centres and grid cell boundaries; Observation and satellite overpass counts for ascending and descending branches; Earliest and latest time of day of pixel contribution to the monthly average, for ascending and descending branches;; Monthly average and standard deviation of 183.31±1 GHz brightness temperatures that were used to derive UTH (excluding cloudy pixels), for ascending and descending branches;Monthly average of all 183.31±1 GHzbrightness temperatures (including cloudy pixels), for ascending and descending branches;Monthly average and standard deviation of UTH (derived from channel 3 brightness temperatures);Independent, structured and common uncertainty for monthly averages of brightness temperatures and UTH, for ascending and descending branches;The dimensions of the variables in the NetCDF file are xand y, indicating east-west and north-south direction, respectively. For further information see thefile format specification in the documentation."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7422/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2563/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70073/?format=api"
            ],
            "dataLineage": "Provided by Theresa Lang of the University of Hamburg (part of FIDUCEO project team) to CEDA for archival and publication. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 638822.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10721/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/27632/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129396/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/27750/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26986,
            "uuid": "e6d7731a67644e0fb5912ab248f0729b",
            "title": "Sentinel 3B Sea and Land Surface Temperature Radiometer (SLSTR) Level 1B radiances and brightness temperature data",
            "abstract": "This dataset contains Radiances and Brightness Temperature data from the Sea and Land Surface Temperature Radiometer (SLSTR) aboard the European Space Agency (ESA) Sentinel 3B Satellite. Sentinel 3B was launched on the 25th April 2018. \r\n\r\nThe primary mission objective of the SLSTR instrument is to extend the long-term consistent set of global Sea Surface Temperature (SST) measurements. In addition, SLSTR using a suite of visible and infrared radiance measurements provides land surface temperature (LST), active fire monitoring, ice surface temperature, cloud, atmospheric aerosol, land surface, forestry and hydrology products in support of Copernicus services. Data are provided by ESA and are made available via CEDA to any registered user.",
            "keywords": "Sentinel, Radiances and Brightness Temperature, SLSTR. Sentinel 3, Sentinel 3B",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-07T15:32:17",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26987/?format=api",
                "dataPath": "/neodc/sentinel3b/data/SLSTR/L1_RBT/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 970070612691904,
                "numberOfFiles": 7283022,
                "fileFormat": "These data files are in NetCDF4 format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4980/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data collected and prepared by European Space Agency (ESA). Downloaded from the ESA Scientific Data Hub (Scihub) for use by the CEDA registered users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12321/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32784/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113235/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26988/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2586/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 26992,
            "uuid": "f06cd9965a344be190681e18a81159ee",
            "title": "Sentinel 3B Ocean and Land Colour Instrument (OLCI) Ocean Colour Full Resolution (EFR) data",
            "abstract": "This dataset contains ocean and land colour imagery data from the Ocean and Land Colour Instrument (OLCI) aboard the European Space Agency (ESA) Sentinel 3B Satellite. Sentinel 3B was launched on the 25th April 2018. Data are provided by ESA and are made available via CEDA to any registered user. OLCI is an optical instrument used to provide data continuity for Environmental Satellite (ENVISAT's) Medium Resolution Imaging Spectrometer (MERIS). OLCI is a push-broom imaging spectrometer that measures solar radiation reflected by the Earth. The OLCI radiometer images using 21 spectral bands ranging from 400nm to 1020nm. The Full Resolution (EFR) data is calibrated, geo-located and spatially re-sampled Top Of Atmosphere (TOA) radiance for all 21 OLCI spectral bands. For the normal orbit of Sentinel 3B the OLCI instrument provides a spatial resolution of 300m.\r\n\r\nThe OLCI files are collected into a SAFE container. Processed level-1 products are encapsulated in free-standing NetCDF 4 product files.",
            "keywords": "Sentinel, Ocean and Land Colour Instrument, OLCI",
            "publicationState": "published",
            "dataPublishedTime": "2022-10-18T14:56:16",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26993/?format=api",
                "dataPath": "/neodc/sentinel3b/data/OLCI/L1_EFR/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 179301427283069,
                "numberOfFiles": 720194,
                "fileFormat": "Data are in NetCDF format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4980/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data collected and prepared by European Space Agency (ESA). Downloaded from the ESA hubs for use by the CEDA community.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12321/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113265/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/38320/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2586/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 27012,
            "uuid": "d459cadad5f342e5a673463dce2a9b4e",
            "title": "Global gas flaring activity from the ATSR (1991-2012) and SLSTR (2017-2018) sensors",
            "abstract": "This dataset contains Global gas flaring activity from the Along Track Scanning Radiometer (ATSR) (1991-2012) and Sea and Land Surface Temperature Radiometer (SLSTR) (2017-2018) sensors. The data records have been processed to identify persistent thermal anomalies with spectral characteristics consistent with the combustion of natural gas during industrial gas flaring activities.\r\n\r\nTwo different datasets are produced globally for each sensor type, one recording the activity and the other the sampling of these assumed gas flaring sites.\r\n\r\nThe activity dataset records whenever a flare is up, i.e. is actively combusting, and provides a characterisation of the flares behaviour in terms of radiant heat output (in W). The determination of radiant heat output is achieved using the single channel SWIR radiance method of Fisher and Wooster (2018), based on the MWIR radiance method used extensively in the analysis of biomass burning.\r\n\r\nThe sampling dataset records whenever a flaring site is seen by the satellite (irrespective of whether it is up or not) and also provides information on typical levels of cloud cover in the vicinity of the flare.\r\n\r\nThe activity dataset contains information on the point location of the flare (accurate to within approximately ±1km) in the form of a lat/lon coordinate. Also provided is an index lookup that can be used to simply aggregate the flaring activity into arc-minute bins and these are referred to as lat_arcmin and lon_arcmin in the dataset.\r\n\r\nThe sampling dataset is provided at the spatial level of the arc-minute binning only, and when merged onto the activity dataset long-term assessment of a flaring site can be performed. Such estimates of flaring activity over extended time periods for a given flaring site can be made by calculating the flare up-time (times seen actively flaring over time period or the expected number of cloud free overpasses for time period) and the mean radiant heat output of the flare for the same time period. The product of time period (in seconds), the estimated flare up-time and the mean radiant heat output provides an estimate of typical flare activity.",
            "keywords": "Global gas, ATSR, SLSTR",
            "publicationState": "citable",
            "dataPublishedTime": "2019-08-05T11:02:26",
            "doiPublishedTime": "2019-08-05T12:32:47",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27011/?format=api",
                "dataPath": "/neodc/global_gas_flaring/data/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2805392493,
                "numberOfFiles": 519,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7272/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83799/?format=api"
            ],
            "dataLineage": "This dataset was produced as part of research into further applications of the MWIR Radiance method for the characterisation of thermal anomalies carried out under NERC NCEO funding. The data were then sent to the Centre for Environmental Analysis for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10539/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115501/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27610/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27020,
            "uuid": "02c6f4eea9914e5c8a8390dd09e5709a",
            "title": "Global predicted sea-surface iodide concentrations v0.0.0",
            "abstract": "This dataset contains global spatially predicted sea-surface iodide concentrations at a monthly resolution. This dataset was developed as part of the NERC project Iodide in the ocean:distribution and impact on iodine flux and ozone loss (NE/N009983/1), which aimed to quantify the dominant controls on the sea surface iodide distribution and improve parameterisation of the sea-to-air iodine flux and of ozone deposition.\r\n\r\nThe main ensemble prediction (\"Ensemble Monthly mean \") is provided in a NetCDF (1) file as a single variable. A second file (2) is provided which includes all of the predictions and the standard deviation on the prediction.\r\n\r\n(1) predicted_iodide_0.125x0.125_Ns_Just_Ensemble.nc\r\n\r\n(2) predicted_iodide_0.125x0.125_Ns_All_Ensemble_members.nc\r\n\r\nThis is the output of the paper 'A machine learning based global sea-surface iodide distribution' (see related documentation). For ease of use, this output has been re-gridded to various commonly used atmosphere and ocean model resolutions (see table SI table A5 in paper). These re-gridded files are included in the folder titled \"regridded_data\".\r\n\r\nAdditionally, a file (3) is provided including the prediction made included data from the Skagerak dataset. As stated in the paper referenced above, it is recommended to use the use the core files (1,2) or their re-gridded equivalents.\r\n\r\n(3) predicted_iodide_0.125x0.125_All_Ensemble_members.nc\r\n\r\nAs new observations are made, we will update the global dataset through a \"living data\" model. The dataset versions archived here follow semantic versioning (https://semver.org/) The pre-review dataset is achieved in the folder named v0.0.0, with the with publically released versions numbered starting from v1.0.0. Please refer to the referenced paper (see related documentation) for the current version number and information on this.",
            "keywords": "NE/N009983/1, Iodide, sea-surface, ozone deposition, iodine emission, Ocean, Model, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-08T15:15:57",
            "doiPublishedTime": "2019-02-08T15:17:42",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27021/?format=api",
                "dataPath": "/badc/deposited2019/sea-surface-iodide/data/v0.0.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11363507433,
                "numberOfFiles": 11,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7275/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2335/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api"
            ],
            "dataLineage": "Data sent to the Centre for Environmental Data Analysis for archiving from the project participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10222/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/27022/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27480/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113295/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27024/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27027,
            "uuid": "c86c0daa2e654beda74a79d17624f160",
            "title": "RAINS: NCAS mobile X-band radar scan data from Kinloss Barracks, Forres, Scotland, Version 1.",
            "abstract": "This dataset contains scan data from the National Centre for Atmospheric Science Atmospheric Measurement Facility's mobile X-band radar during the Radar Applications in Northern Scotland (RAINS). The radar was deployed at Kinloss Barracks, near Forres in Moray, Scotland from January to August 2016.",
            "keywords": "NCAS, AMF, radar, precipitation, rainfall, dual-polarisation, hydrometeorology",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-20T14:04:06",
            "doiPublishedTime": "2019-02-26T10:58:56",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27178/?format=api",
                "dataPath": "/badc/rains/data/ncas-mobile-xband-radar/version_1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2116894758827,
                "numberOfFiles": 39729,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7277/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2337/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59230/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10487/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/27029/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113305/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27030/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27035,
            "uuid": "1d29816cee7e4fb586b80a3f7debcb8e",
            "title": "Meteorological Observations taken from Ben Nevis and Fort William (1883 -1904)",
            "abstract": "This dataset contains meteorological observations taken from Ben Nevis and Fort William (1883 -1904). These records were produced as part of the Operation Weather Rescue project. \r\n\r\nBetween 1883 and 1904, detailed meteorological observations were taken at the summit of Ben Nevis (56.80N, 5.00W, 1345m elevation) and in the town of Fort William (56.81N, 5.12W, 13m elevation). Hourly observations include temperature (both wet and dry bulb), rainfall, atmospheric pressure at both locations. Daily observations include minimum and maximum temperatures and rainfall. Additional observations taken at Fort William School during the same period are also included. Units are Celsius for temperature, mm for rainfall and mb for pressure.\r\n\r\nV2 is the latest version.",
            "keywords": "Weather, Meteorology, Ben Nevis, Fort William, Rainfall, Temperature, Pressure",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-05T09:42:00",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27036/?format=api",
                "dataPath": "/badc/deposited2019/operation-weather-rescue/data/ben-nevis-data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27302521,
                "numberOfFiles": 11,
                "fileFormat": "Data are CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7279/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2339/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were digitised as part of the Operation Weather Rescue project and sent to the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/27037/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28048/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113324/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27038/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27044,
            "uuid": "899d557f993c4f94a83694582d922f76",
            "title": "CORDEX EAS-44 data produced by the Met Office Hadley Centre regional climate model HadRM3P",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the East Asia Domain (EAS-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the Central Asia CORDEX domain (EAS-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are stored on the native grid used for the simulation, which has a consistent spatial resolution across the simulation domain.  Each variable is stored at the daily timescale.  The collection also includes monthly and seasonal averages.  In addition, the archive also includes sub-daily data.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, East Asia, EAS-44, Region 7, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:48:18",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27046/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/EAS-44/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 865,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7261/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2342/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27050/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113342/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27049/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27047,
            "uuid": "c47ee635b055465da578404741e3170f",
            "title": "CORDEX EAS-44i data produced by the Met Office Hadley Centre regional climate model HadRM3P and interpolated to a common latitude-longitude grid",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the East Asia Domain (EAS-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the East Asia CORDEX domain (EAS-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are interpolated to a common latitude-longitude grid. The collection includes monthly averages and seasonal means. \r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, East Asia, EAS-44i, Region 7, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:47:42",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27045/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/EAS-44i/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 919,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7261/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2342/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27050/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113343/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27049/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27053,
            "uuid": "5d1af7fc779346de86de4a6fcf750912",
            "title": "Microphysics of Antarctic Clouds: Polar-optimised Weather Research and Forecasting (PWRF) model simulations for case study with BAS MASIN twin-otter flights 218 and 219",
            "abstract": "The NERC-funded Microphysics of Antarctic Clouds (MAC) project was centred on an aircraft campaign measuring clouds, aerosols, and boundary layer properties over the Weddell Sea, Antarctica.   These data are simulations of the Polar-optimised Weather Research and Forecasting (PWRF) model for 5 configurations of the model's Morrison microphysics scheme, produced for a case study of two separate flights over the same region during the campaign (British Antarctic Survey MASIN twin-otter aircraft flights 218 an 219 on 27th November 2015).  Each simulation contains data from two domains - a parent domain with 5km grid size and a nest with a 1km grid size.\r\n\r\nThe control  simulation used default physics options in the PWRF model's Morrison microphysics scheme. For the no-threshold, 2xHM, 5xHM, 10xHM simulations, thresholds restricting Hallett-Mossop secondary ice production in the PWRF model's Morrison microphysics scheme were removed, and for the 2xHM, 5xHM, and 10xHM cases the corresponding ice multiplication factor was increased by a factor of 2, 5 or 10. \r\n\r\nIn all simulations, an approximation of the DeMott et al., 2010 (PNAS) parametrization used for primary ice nucleation. \r\n \r\nMethodology and further details can be found in Young et al., 2019 (Geophysical Research Letters): Radiative effects of secondary ice enhancement in coastal Antarctic clouds.",
            "keywords": "PWRF, microphysics",
            "publicationState": "citable",
            "dataPublishedTime": "2019-02-13T09:18:58",
            "doiPublishedTime": "2019-02-13T09:20:00.369928",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27054/?format=api",
                "dataPath": "/badc/mac/data/PWRF-model-casestudy-218-219",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 149602660578,
                "numberOfFiles": 21,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7281/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2343/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?format=api"
            ],
            "dataLineage": "Data were generated using the Polar-optimised Weather Research and Forecasting (PWRF) model with 5km horizontal grid size over the domain 53.4W-6.6W, 78.9S-69.0S. WRF data has been converted to CF-netCDF using python's netCDF-4 library, then passed on to the CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10223/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19273/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19274/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113376/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27056/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27057,
            "uuid": "8889dfe3de45406e815bce13ae8a0c92",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Calving Front Locations, v3.0",
            "abstract": "The data set provides calving front locations of 28 major outlet glaciers of the Greenland Ice Sheet, produced as part of the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project. \r\n\r\nThe Calving Front Location (CFL) of outlet glaciers from ice sheets is a basic parameter for ice dynamic modelling, for computing the mass fluxes at the calving gate, and for mapping glacier area change.  \r\n\r\nThe calving front location has been derived by manual delineation using SAR (Synthetic Aperture Radar) data from the  ERS-1/2, Envisat and Sentinel-1 satellites  and  satellite imagery from LANDSAT 5,7,8.    The digitized calving fronts are stored in ESRI vector shape-file format and include metadata information on the sensor and processing steps in the corresponding attribute table.\r\n\r\nThe product was generated by ENVEO (Environmental Earth Observation Information Technology GmbH)",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2019-05-21T13:48:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27062/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_calving_front_locations/v3.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 211204121,
                "numberOfFiles": 4369,
                "fileFormat": "Dara are ESRI vector shape-file format and include metadata information on the sensor and processing steps in the corresponding attribute table"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7282/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by ENVEO (Environmental Earth Observation Information Technology GmbH) as part of the ESA CCI Greenland Ice Sheet project and were supplied to CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14317/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14316/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113410/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2553/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_icesheets_greenland_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 27058,
            "uuid": "0a0f559a083f4cea84971dd486e0efa3",
            "title": "CORDEX AUS-44 data produced by the Met Office Hadley Centre regional climate model HadRM3P",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the Australasia Domain (AUS-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the Australasia CORDEX domain (AUS-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are stored on the native grid used for the simulation, which has a consistent spatial resolution across the simulation domain.  Each variable is stored at the daily timescale.  The collection also includes monthly and seasonal averages.  In addition, the archive also includes sub-daily data.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, Australasia, AUS-44, Region 9, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:46:46",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27059/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/AUS-44/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 112000000000,
                "numberOfFiles": 1513,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2344/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27065/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113388/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27060/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27063,
            "uuid": "7fe8ea09ad984453b689aa3668a428b9",
            "title": "CORDEX AUS-44i data produced by the Met Office Hadley Centre regional climate model HadRM3P and interpolated to a common latitude-longitude grid",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the Australasia Domain (AUS-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the Australasia CORDEX domain (AUS-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are interpolated to a common latitude-longitude grid. The collection includes monthly averages and seasonal means. \r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, Australasia, AUS-44i, Region 9, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:46:14",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27064/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/AUS-44i/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 919,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2344/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27065/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113409/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27060/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27092,
            "uuid": "8d4360b5c6cd48eb967286da31b33567",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): ACTIVE Product, Version 04.4",
            "abstract": "The Soil Moisture CCI ACTIVE dataset  is one of the three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) CCI project. The product has been created by fusing scatterometer soil moisture products, derived from the instruments AMI-WS and ASCAT.  PASSIVE and COMBINED products have also been created. \r\n\r\nThe v04.4 ACTIVE product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It covers the period 1991-08-05 to 2018-06-30 and is expressed in percent of saturation [%]. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Other additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project web site or within the Product Specification Document.\r\n\r\nThe data set should be cited using all three of the following references:\r\n\r\n1. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n2. Gruber, A., Dorigo, W. A., Crow, W., Wagner W. (2017). Triple Collocation-Based Merging of Satellite Soil Moisture Retrievals. IEEE Transactions on Geoscience and Remote Sensing. PP. 1-13. 10.1109/TGRS.2017.2734070\r\n\r\n3. Liu, Y.Y., Dorigo, W.A., Parinussa, R.M., de Jeu, R.A.M. , Wagner, W., McCabe, M.F., Evans, J.P., van Dijk, A.I.J.M. (2012). Trend-preserving blending of passive and active microwave soil moisture retrievals, Remote Sensing of Environment, 123, 280-297, doi: 10.1016/j.rse.2012.03.014",
            "keywords": "ESA, Soil Moisture, CCI, Active",
            "publicationState": "published",
            "dataPublishedTime": "2019-04-30T13:54:28",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27107/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/ACTIVE/v04.4/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7691484625,
                "numberOfFiles": 9828,
                "fileFormat": "Data are in NetCDF-4 classic file format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7344/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54649/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project.  This dataset forms part of the v04.4 Soil Moisture dataset (doi:10.5285/dce27a397eaf47e797050c220972ca0e. http://dx.doi.org/10.5285/dce27a397eaf47e797050c220972ca0e)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27112/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113485/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/27120/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27093,
            "uuid": "75816c81595b45ec89ddbfa84b9c4f3b",
            "title": "CORDEX NAM-44i data produced by the Met Office Hadley Centre regional climate model HadRM3P and interpolated to a common latitude-longitude grid",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the North America Domain (NAM-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the North America CORDEX domain (NAM-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are interpolated to a common latitude-longitude grid. The collection includes monthly averages and seasonal means. \r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, North America, NAM-44i, Region 3, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:45:43",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27157/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/NAM-44i/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 991000000,
                "numberOfFiles": 311,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2351/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113486/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27095/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27094,
            "uuid": "9a64f9bdafe3420c8220318bf1ba10aa",
            "title": "CORDEX NAM-44 data produced by the Met Office Hadley Centre regional climate model HadRM3P",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the North America Domain (NAM-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the North America CORDEX domain (NAM-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are stored on the native grid used for the simulation, which has a consistent spatial resolution across the simulation domain.  Each variable is stored at the daily timescale.  The collection also includes monthly and seasonal averages.  In addition, the archive also includes sub-daily data.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, North America, NAM-44, Region 3, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:45:10",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27156/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/NAM-44/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 865,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2351/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113501/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27095/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27096,
            "uuid": "8d35749494c44215801f947fc80f0d98",
            "title": "CORDEX SAM-44i data produced by the Met Office Hadley Centre regional climate model HadRM3P and interpolated to a common latitude-longitude grid",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the South America Domain (SAM-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the South America CORDEX domain (SAM-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are interpolated to a common latitude-longitude grid. The collection includes monthly averages and seasonal means.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, South America, SAM-44i, Region 1, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:44:39",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27155/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/SAM-44i/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 919,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7262/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2355/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113505/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27097/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27098,
            "uuid": "61392a37ab614f349a4c20df4d08871c",
            "title": "HadISD: Global sub-daily, surface meteorological station data, 1931-2018, v3.0.0.2018f",
            "abstract": "This is version 3.0.0.2018f of Met Office Hadley Centre's Integrated Surface Database, HadISD. These data are global sub-daily surface meteorological data that extends HadISD v2.0.2.2017f to include 2018 and so spans 1931-2018.\r\n\r\nThe quality controlled variables in this dataset are: temperature, dewpoint temperature, sea-level pressure, wind speed and direction, cloud data (total, low, mid and high level). Past significant weather and precipitation data are also included, but have not been quality controlled, so their quality and completeness cannot be guaranteed. Quality control flags and data values which have been removed during the quality control process are provided in the qc_flags and flagged_values fields, and ancillary data files show the station listing with a station listing with IDs, names and location information. \r\n\r\nThe data are provided as one NetCDF file per station. Files in the station_data folder station data files have the format \"station_code\"_HadISD_HadOBS_19310101-20181231_v3-0-0-2018f.nc. The station codes can be found under the docs tab or on the archive beside the station_data folder. The station codes file has five columns as follows: 1) station code, 2) station name 3) station latitude 4) station longitude 5) station height.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISD blog: http://hadisd.blogspot.co.uk/\r\n\r\nReferences:\r\nWhen using the dataset in a paper you must cite the following papers (see Docs for link to the publications) and this dataset (using the \"citable as\" reference) :\r\n\r\nDunn, R. J. H., Willett, K. M., Parker, D. E., and Mitchell, L.: Expanding HadISD: quality-controlled, sub-daily station data from 1931, Geosci. Instrum. Method. Data Syst., 5, 473-491, doi:10.5194/gi-5-473-2016, 2016.\r\n\r\nDunn, R. J. H., et al. (2012), HadISD: A Quality Controlled global synoptic report database for selected variables at long-term stations from 1973-2011, Clim. Past, 8, 1649-1679, 2012, doi:10.5194/cp-8-1649-2012\r\n\r\nSmith, A., N. Lott, and R. Vose, 2011: The Integrated Surface Database: Recent Developments and Partnerships. Bulletin of the American Meteorological Society, 92, 704–708, doi:10.1175/2011BAMS3015.1\r\n\r\nFor a homogeneity assessment of HadISD please see this following reference\r\n\r\nDunn, R. J. H., K. M. Willett, C. P. Morice, and D. E. Parker. \"Pairwise homogeneity assessment of HadISD.\" Climate of the Past 10, no. 4 (2014): 1501-1522. doi:10.5194/cp-10-1501-2014, 2014.",
            "keywords": "temperature, dewpoint, pressure, wind, speed, direction, cloud, precipitation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-08T09:43:22",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27099/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISD/subdaily/HadISDTable/r1/v3-0-0-2018f",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 44159818186,
                "numberOfFiles": 8117,
                "fileFormat": "The data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7290/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23392/?format=api"
            ],
            "dataLineage": "HadISD the global sub-daily station dataset was produced by the Met Office Hadley Centre. It was derived from the Integrated Surface Dataset (ISD) from NOAA's National Climatic Data Center (NCDC). HadISD has been passed to the Centre for Environmental Data Analysis (CEDA) for archiving and distribution.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168131/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/20043/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2561/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/",
                    "licenceClassifications": "personal, academic, policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 27101,
            "uuid": "a664b1039cf2434a819fc5c3ca1bef52",
            "title": "CORDEX CAS-44 data produced by the Met Office Hadley Centre regional climate model HadRM3P",
            "abstract": "Co-Ordinated Regional Downscaling Experiment (CORDEX) data for the Central Asia Domain (CAS-44). \r\n\r\nThe data is produced by the MetOffice Hadley Centre regional model HadRM3P running at 0.44 degree resolution over the Central Asia CORDEX domain (CAS-44). \r\nHadRM3P is a regional climate model based on the HadCM3 Coupled Climate Model.\r\nThe HadRM3P model is driven by European Centre for Medium-Range Weather Forecasts (ECMWF) ERA-Interim reanalysis data to run the CORDEX Evaluation experiment, representative of the period from 1990 to 2011.\r\n\r\nThe model outputs are stored on the native grid used for the simulation, which has a consistent spatial resolution across the simulation domain.  Each variable is stored at the daily timescale.  The collection also includes monthly and seasonal averages.  In addition, the archive also includes sub-daily data.\r\n\r\nThe CORDEX program is sponsored by the World Climate Research Program (WCRP) to organise an internationally coordinated framework to produce improved regional climate change projections for all land regions world-wide. The CORDEX-results will serve as input for climate change impact and adaptation studies.",
            "keywords": "CORDEX, Central Asia, CAS-44, Region 8, 0.44 deg, HadRM3P, ERAINT, Evaluation",
            "publicationState": "published",
            "dataPublishedTime": "2019-02-24T18:43:48",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27153/?format=api",
                "dataPath": "/badc/cordex/data/cordex/output/CAS-44/MOHC/ECMWF-ERAINT/evaluation",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 865,
                "numberOfFiles": 1,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7261/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2356/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21832/?format=api"
            ],
            "dataLineage": "Data has been prepared for CORDEX by the Met Office Hadley Centre and sent to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27142/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113530/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/27100/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2525/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/cmip5_open.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        }
    ]
}