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=3500
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=3600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=3400",
    "results": [
        {
            "ob_id": 19462,
            "uuid": "39690f3052054a60b22a67b4692cbfb4",
            "title": "MRF A756 ACTO flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A756 for the Atmospheric Chemistry and Transport of Ozone in the upper troposphere-lower stratosphere (UTLS) (ACTO) campaign. The flight was located over the North Atlantic.\r\n\r\n\"Stratospheric Studies, with a low tropopause\r\n\r\nThe tropopause was crossed in this experiment in order to study true stratospheric air with the available instrumentation. Ozone mixing ratios of up to 400ppb were measured and the corresponding CO mixing ratios were around 30 ppb. The discrimination between the two NOy channels was quite apparent: indicating a clear presence of HNO3. PAN was just detectable in this air. \r\n\r\nOn descending back below the tropopause, at around 22,000ft, it was noted that the NOy channel, with the Rosemount inlet, was suddenly found to measure more NOy than the other NOy channel. This correlated better with a change in humidity than with the change in temperature. It has been suggested that the change in conditions causes nitrogen compounds (HNO3?) to be 'flushed off' the inlet. Suggestions have been made to change the inlet to the make it identical to the other inlet (backward facing PFA). The instruments generally worked well. There were some problems with the peroxide, as the flows were very poor, at FL270 and above, and the formaldehyde was measuring high values, thought to be due to a leak in the inlet line. The carbon monoxide instrument showed good anti-correlation with the ozone, after the first run at FL250 (when there were problems due to blockages affecting the flow to the optical filter). It was observed that the HORACE reading is high by about 15 ppb relative to the PC reading. \r\n\r\nMeteorology\r\n\r\nThe situation was dominated by a low pressure system centred over Ireland (centre pressure 1000mb). The associated low tropopause made the situation ideal for studying stratospheric chemistry with the C-130.",
            "keywords": "UTLS, ACTO, Chemistry, temperature, pressure, wind",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19546/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a756",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 82039032,
                "numberOfFiles": 25,
                "fileFormat": "Data are ASCII formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5109/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1633/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A756. Data acquired by BADC for archiving during the ACTO project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14435/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2322/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73564/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19463/?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": 19464,
            "uuid": "7067cc3779734cc0bced00015ca76521",
            "title": "MRF A757 ACTO flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A757 for the Atmospheric Chemistry and Transport of Ozone in the upper troposphere-lower stratosphere (UTLS) (ACTO) campaign. The flight was located over the North Atlantic.",
            "keywords": "UTLS, ACTO, Chemistry, temperature, pressure, wind",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19547/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a757",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 87836349,
                "numberOfFiles": 23,
                "fileFormat": "Data are ASCII formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5110/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1633/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A757. Data acquired by BADC for archiving during the ACTO project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14435/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2322/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73585/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19465/?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": 19467,
            "uuid": "72d4c976bd2d4dc68855976f545e03df",
            "title": "MRF A780 JET2000 flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. \r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A780 for the JET2000 project. The flight was located over Niamey, Niger.\r\n",
            "keywords": "JET2000, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19548/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a780",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 248801276,
                "numberOfFiles": 47,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5112/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1618/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50544/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A780. Data acquired by BADC for archiving during the JET2000 project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73618/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19468/?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": 19470,
            "uuid": "b4e1cf1f398045d3ab253a5c22044892",
            "title": "MRF A781 JET2000 flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. \r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A781 for the JET2000 project. The flight was located over Niamey, Niger.\r\n",
            "keywords": "JET2000, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19549/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a781",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 217015034,
                "numberOfFiles": 46,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5114/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1618/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50544/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A781. Data acquired by BADC for archiving during the JET2000 project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73633/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19471/?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": 19472,
            "uuid": "0ae1ce38c8ee4b6e90dbe66d9ba7c82c",
            "title": "MRF A782 JET2000 flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. \r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A782 for the JET2000 project. The flight was located over Cape Verde and Niamey, Niger.\r\n",
            "keywords": "JET2000, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19550/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a782",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 150833081,
                "numberOfFiles": 33,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5115/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1608/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50544/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A782. Data acquired by BADC for archiving during the JET2000 project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73645/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19473/?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": 19474,
            "uuid": "9e04c7cc0250400d8692e7afd4bda36c",
            "title": "MRF A772 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A772 for the EXPORT project. The flight was from Oberpfaffenhofen to Romania and back.\r\n\r\nAfter an uneventful pre-flight the aircraft departed just under five minutes behind schedule. There were a few tense moments when it was realised that the GPU was in danger of running out of fuel. This was replaced but it is obvious that procedures need to be put in place to eliminate this risk!\r\n\r\nDiplomatic problems were also encountered with the Romanian authorities. The DLR and MRF clearances appeared to have been muddled and at 10:56 GMT we were refused entry to the Romanian air space. MRF base sorted the problem, receiving a signal authorising clearance at 11:17 GMT. Fortunately, the intended operating area had shifted westward and a suitable region was located in eastern Hungary.\r\n\r\nThe mission scientists were happy with the polluted air, which was sampled. At the southern extent large convective cells were encountered but conditions were more stable to the North.\r\n\r\nNo major instrument problems were noted during the flight. Overall the flight was reasonably successful.\r\n",
            "keywords": "EXPORT, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19551/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a772",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 44573278,
                "numberOfFiles": 30,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5117/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1619/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A772. Data acquired by BADC for archiving during the EXPORT project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73665/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19475/?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": 19476,
            "uuid": "a61e04ec5b3d480bbfdeb375b4f29f82",
            "title": "MRF A773 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A773 for the EXPORT project. The flight was over southern and eastern Germany. \r\n\r\nTransport of Pollution through a Warm Conveyor Belt\r\n\r\nFrom Oberpfaffenhofen the route was first to the far SW of Germany. However, in order to avoid the worst of the cloud (for the NOxy calibration) some retracing of our steps was required. Once at the south western waypoint, the plan was then to cross the front in a square wave pattern, travelling in a north eastern direction and increasing in altitude between runs. This was carried out successfully. We remained within the belt of cloud for much of the flight. \r\n\r\nThe flight appears to have been rather successful. Certainly transport of CO, HCHO, NOx and NOy (including PAN), out of the boundary layer, was very clear. The highest CO mixing ratios  (ca. 150 ppb) were found at around 10:40 during a run at FL100. PAN at this time was estimated to be nearly 1 ppb. The following runs at FL120 and FL140 also showed elevated CO etc but CO maxima decreased with altitude. Whether all of the transport was due to the conveyor or if some of it was due to convection remains to be seen. The mixing ratio of ozone throughout the cloudy region was fairly constant (around 50 - 60 ppb); indicating that there had been limited photochemical processing. \r\n\r\nOnce clear of the northern edge of the cloud, the aircrew carried out a 50ft approach to an airfield in Leipzig. This allowed sampling of the boundary layer in the region and was quite a contrast to the rest of the flight. High SO2 readings (ca. 2 ppb) and high NOx readings (TECO NOx ca. 18 ppb) were observed but it should be noted that these were not concurrent: the maximum in NOx following that in SO2 by ca. 5 mins.  During this time period the CN was off scale (the CO peaked at around 200 ppb and ozone was reduced to around 30ppb). The high concentrations of primary pollutants were unsurprising given the observation of large industrial chimneys etc in the area. \r\n\r\n\r\nThere were a fair number of instrument problems. The lower jNO2 and jO1D radiometers were found to go to full-scale for short periods. The HORACE TAS and TAT were clearly erroneous for a period of around half-an-hour starting at around 9:45 GMT. The flow in the PSAP instrument could not be maintained and missing 'O' rings needed replacing at the beginning of the flight. The FWVS was also found to drop down to -70.5°C fairly regularly. Early problems with the CO instrument (blown fuse) were soon rectified. All other chemistry equipment appeared to work well, despite the very wet conditions. \r\n\r\nThe Met Office midday analysis showed the surface cold front stretching from Northern France to the triple point at the Baltic Sea. The path across Germany was fairly closely matched by the flight plan.\r\n\r\n",
            "keywords": "EXPORT, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19552/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a773",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 42252069,
                "numberOfFiles": 29,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5118/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1620/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A773. Data acquired by BADC for archiving during the EXPORT project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73684/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19477/?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": 19478,
            "uuid": "f8954c15d87149d593646d44164c38bd",
            "title": "MRF A774 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A774 for the EXPORT project. The flight was overGermany, Austria, Czech and Slovak Reps, and Poland.\r\n\r\nThe sortie was flown without any major problems. The mission scientists opted to do more levels in Nitra Slovakia, with level runs at FL70, 90, 130, 150 and 200. There was some confusion with calibrations and zeros, which had not been integrated into the sortie brief. This resulted in effectively extending each run from 10 to 15 minutes.\r\n\r\nThe Falcon was operating in the area at the same time. At one point they flew underneath us at FL90, while we were at FL120 flying eastbound. We then transited north to Poland, via the Czech Republic.\r\n\r\nAn additional 50' approach to Pardevice airport was added into the sortie before the final transit back to Oberpfaffenhofen.\r\n\r\nHeavy cloud and precipitation was encountered on the return transit to a very wet Oberpfaffenhofen.\r\n\r\n \r\n\r\n",
            "keywords": "EXPORT, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19553/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a774",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 43828566,
                "numberOfFiles": 30,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5119/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1620/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A774. Data acquired by BADC for archiving during the EXPORT project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73710/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19479/?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": 19480,
            "uuid": "e59b89e87dd646519cefc38d67879a9d",
            "title": "MRF A775 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A775 for the EXPORT project. The flight was over Germany, Austria, Czech and Slovak Reps, and Poland.\r\n\r\nStudy of PBL Air over Czech Republic and southern Poland contrasted with Uplifted (N. American) air at ca. 25,000ft\r\n\r\nThe aim of the experiment was to observe two areas of polluted air, as forecast by RDF trajectory forecasts and the NILU model. The first area was forecast to be over the Czech Republic / southern Poland at low levels and the second was forecast to be over southern Poland / Germany at higher altitudes (ca. 26,000 to 29,000ft. Both the Mystere and Falcon aircraft only planned to sample the higher altitude polluted layer. The results from the Mystere were planned to feed back to the C-130, after sampling the low level air. Indeed communications from the Mystere were passed to the C-130 but probably made little difference to the eventual plan. \r\n\r\nThe flight was very interesting. The main science started with a profile into an airfield at Ostrava, Czech Republic. Bottles were filled during the descent into the airfield. These should show 'chemical age' difference above and below the boundary layer. Below the inversion at around FL045, a rather heavily polluted boundary layer was sampled in the Czech Republic / southern Poland. Several runs were carried out in this air, mostly at an altitude of approximately 3,000ft above ground. The flight area was mostly very heavily polluted, with several factory chimneys and at least one power station that was passed several times. Once above a more rural area the levels of primary pollutants dropped significantly, possibly indicating that a significant fraction of the primary pollutant concentrations were due to the local sources. The aircraft remained in the PBL for quite some time. This was partly due to the requests of the mission scientists but also because of having to wait to go into Polish airspace. \r\n\r\nThe second part of the flight was at higher level, between ca. 26,000 and 29,000ft, in order to sample uplifted air forecast to be of N. American origin. The air was certainly rich in CO (up to around 100ppb) but interestingly the ozone was anti-correlated with the CO. It is possible that the air had been uplifted in convection, in which case the ozone concentration might be anti-correlated with the CO, if there has been insufficient time for photochemical processing. Alternatively, boundary layer air (from either N. America or Europe) may have mixed with dry, ozone-rich UTLS air. \r\n\r\nMost instruments performed well, the exception being the PSAP, which was very noisy. The NOxy worked well but reported loss of flow into the NOy1 inlet (NOy minus HNO3), above ca. FL240. \r\n\r\nMeteorology\r\n\r\nThe surface chart showed a weak ridge of high pressure over central Europe. The midday analysis showed a frontal feature stretching from the North Sea, across NE Germany and into Southern Poland. Some troughing of the upper air.\r\n",
            "keywords": "EXPORT, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19554/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a775",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48360979,
                "numberOfFiles": 31,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5120/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1621/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A775. Data acquired by BADC for archiving during the EXPORT project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73734/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19481/?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": 19482,
            "uuid": "65d22daa19a34a0a86e657e0e3ec1cf5",
            "title": "MRF A776 EXPORT flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The primary objective of the European eXport of Precursors and Ozone by long-Range Transport (EXPORT) project is to characterise and quantify the photochemical air pollution both forming over Europe and being exported eastwards from Europe. The data held at BADC was collected during a co-ordinated 3 aircraft flying campaign in August 2000 based at Oberpfaffenhofen in Southern Germany. Measurements were made of many photochemical parameters including ozone, its precursors, other oxidants and both gas phase and particulate tracers in the air over Europe and that being transported eastwards out of Europe. \r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A776 for the EXPORT project. The flight was over Germany, Austria, Czech and Slovak Reps, and Poland.\r\n",
            "keywords": "EXPORT, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19555/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a776",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 32178133,
                "numberOfFiles": 28,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5121/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1621/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25895/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A776. Data acquired by BADC for archiving during the EXPORT project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14434/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2463/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73754/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19483/?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": 19484,
            "uuid": "dd5a0007cf374dc4a208c5797befbc78",
            "title": "MRF A476 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A476 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19656/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a476",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5426415,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5123/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1611/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A476. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73776/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19485/?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": 19486,
            "uuid": "ab7ab67cec10492999281019fbb66bbc",
            "title": "MRF A477 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A477 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19655/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a477",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5646469,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5124/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A477. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73795/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19487/?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": 19488,
            "uuid": "3379299266df406ba7db59a01c821ec1",
            "title": "MRF A478 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A478 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19654/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a478",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4809502,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5125/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1613/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A478. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73814/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19489/?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": 19490,
            "uuid": "48693099c07d4856929021770066daa6",
            "title": "MRF A479 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A479 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19653/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a479",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5814001,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5126/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1614/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A479. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73833/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19491/?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": 19492,
            "uuid": "e97996140f5c48558705ad3e6e7438bd",
            "title": "MRF A480 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A480 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19652/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a480",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6229041,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5127/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1615/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A480. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73852/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19493/?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": 19494,
            "uuid": "e4dad623e3f144269451a505ccbcf83b",
            "title": "MRF A481 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A481 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19651/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a481",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4633712,
                "numberOfFiles": 5,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5128/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1616/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A481. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73871/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19495/?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": 19496,
            "uuid": "87f269932dcf4cbbabb936a085d830e4",
            "title": "MRF A531 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A531 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19668/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a531",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6277437,
                "numberOfFiles": 7,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5143/?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/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A531. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73925/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19511/?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": 19512,
            "uuid": "c808bca033d345b9814ad8f95742ad3f",
            "title": "MRF A532 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A532 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19667/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a532",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4591540,
                "numberOfFiles": 8,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5144/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1622/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A532. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73937/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19513/?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": 19514,
            "uuid": "f52bab4d6d014cd39102d2a97c65bb55",
            "title": "MRF A533 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A533 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19666/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a533",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11615034,
                "numberOfFiles": 12,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5145/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1623/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A533. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73953/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19515/?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": 19516,
            "uuid": "6721095832814466bcdd2f9e171efbe9",
            "title": "MRF A534 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A534 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19665/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a534",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14044084,
                "numberOfFiles": 13,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5146/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1624/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A534. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73974/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19517/?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": 19518,
            "uuid": "ac931dbaa5054b91bff25d9777dd2c2c",
            "title": "MRF A536 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A536 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19664/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a536",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8600500,
                "numberOfFiles": 11,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5147/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1625/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A536. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73992/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19519/?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": 19520,
            "uuid": "6c5c286c3e9c44da95d5d68b978fa5c9",
            "title": "MRF A574 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A574 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19663/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a574",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5863931,
                "numberOfFiles": 11,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5148/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1626/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A574. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/73996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74014/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19521/?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": 19522,
            "uuid": "51c2c6b61b8244fea0041a5f17d67c8a",
            "title": "MRF A575 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A575 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19662/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a575",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14400524,
                "numberOfFiles": 14,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5149/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1627/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A575. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74035/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19523/?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": 19524,
            "uuid": "67f8bfb7fcc448e8868bcc9bf63ac183",
            "title": "MRF A576 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A576 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19661/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a576",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13333510,
                "numberOfFiles": 14,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5150/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1628/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A576. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74053/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19525/?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": 19526,
            "uuid": "94917bf3b0f9461988d66a98562ae3c2",
            "title": "MRF A577 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A577 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19660/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a577",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15848698,
                "numberOfFiles": 16,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5151/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1629/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A577. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74074/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19527/?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": 19528,
            "uuid": "49b641a81c41491fa58fae5da2841007",
            "title": "MRF A578 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A578 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19659/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a578",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7806878,
                "numberOfFiles": 8,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5152/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1629/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A578. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74097/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19529/?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": 19530,
            "uuid": "0d2ee66e9f284cfdaf3edd0032684c19",
            "title": "MRF A579 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A579 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19658/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a579",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14787002,
                "numberOfFiles": 16,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5153/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1631/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A579. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74119/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19531/?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": 19532,
            "uuid": "7687b807cbb14de192cd03d780945240",
            "title": "MRF A580 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A580 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19657/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a580",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12925598,
                "numberOfFiles": 15,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5154/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1632/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79823/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A580. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74141/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19533/?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": 19534,
            "uuid": "c9143ce6acef45039d93050d03211885",
            "title": "MRF A581 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A581 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19670/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a581",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2034254,
                "numberOfFiles": 5,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5155/?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/52526/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A581. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74162/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19535/?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": 19536,
            "uuid": "b10bfc2b7cc44a61941aa70f9c84f174",
            "title": "MRF A584 ACSOE flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes.\r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A584 for the ACSOE project.",
            "keywords": "ACSOE, OXICOA, TACIA, MRF, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19669/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a584",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1740739,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5156/?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/25401/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A584. Data acquired by BADC for archiving during the ACSOE project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/2913/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74179/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19537/?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": 19564,
            "uuid": "d323783d14b44400b5a7fb156023a65e",
            "title": "Ground based measurements of carbon dioxide, methane and nitrous oxide taken from Wayqecha (upper montane forest) in the Peruvian Andes (2010-2013)",
            "abstract": "The dataset contains concentrations of carbon dioxide, methane and nitrous oxide which were collected in discrete air samples between 17th December 2010 and 5th July 2013 by the University of St Andrews Thermo TRACE Gas Chromatograph Ultra at Wayqecha, an upper montane forest ecosystem ground site, in the Peruvian Andes. \r\n\r\nData were collected tor the NERC project: 'Are tropical uplands regional hotspots for methane and nitrous oxide?' (NERC grant awards: NE/H007849/1, NE/H006753/1 and NE/H006583/2). \r\n\r\n",
            "keywords": "methane, nitrous oxide, Andes, Peru, tropical ecosystems, rainforest, greenhouse gases, carbon dioxide, soil-atmosphere gas exchange, forest, grassland",
            "publicationState": "citable",
            "dataPublishedTime": "2016-07-12T09:45:50",
            "doiPublishedTime": "2016-07-13T15:58:24",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19620/?format=api",
                "dataPath": "/badc/ch4-n2o-hotspots/data/upper-montane",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 51450,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5160/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1636/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90489/?format=api"
            ],
            "dataLineage": "Data collected, processed and checked by the project team prior to delivery to the Centre for Environmental Data Analysis (CEDA) for ingestion into the CEDA archives.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8980/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19561/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19563/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74240/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19619/?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": 19607,
            "uuid": "0c22d4b33d0b4247b3d31112742a8206",
            "title": "Ground based measurements of carbon dioxide, methane and nitrous oxide taken from San Pedro (lower montane forest) in the Peruvian Andes (2010-2013)",
            "abstract": "The dataset contains concentrations of carbon dioxide, methane and nitrous oxide which were collected in discrete air samples between 15th December 2010 and 6th July 2013 by the University of St Andrews Thermo TRACE Gas Chromatograph Ultra at San Pedro, a lower montane forest ecosystem ground site, in the Peruvian Andes. \r\n\r\nData were collected for the NERC project: 'Are tropical uplands regional hotspots for methane and nitrous oxide?' (NERC grant awards: NE/H007849/1, NE/H006753/1 and NE/H006583/2). \r\n",
            "keywords": "methane, nitrous oxide, Andes, Peru, tropical ecosystems, rainforest, greenhouse gases, carbon dioxide, soil-atmosphere gas exchange, forest, grassland",
            "publicationState": "citable",
            "dataPublishedTime": "2016-07-12T09:45:09",
            "doiPublishedTime": "2016-07-13T15:51:40",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19622/?format=api",
                "dataPath": "/badc/ch4-n2o-hotspots/data/lower-montane",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 52373,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5159/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1635/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90489/?format=api"
            ],
            "dataLineage": "Data collected, processed and checked by the project team prior to delivery to the Centre for Environmental Data Analysis (CEDA) for ingestion into the CEDA archives",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8978/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19561/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19563/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74324/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19618/?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": 19608,
            "uuid": "5e532731b36246009dcafdff25e396f8",
            "title": "Ground based measurements of carbon dioxide, methane and nitrous oxide taken from Villa Carmen (premontane forest) in the Peruvian Andes (2011-2013)",
            "abstract": "The dataset contains concentrations of carbon dioxide, methane and nitrous oxide which were collected in discrete air samples between 23rd July 2011 and 8th July 2013 by the University of St Andrews Thermo TRACE Gas Chromatograph Ultra at Villa Carmen, a premontane forest ecosystem ground site, in the Peruvian Andes. \r\n\r\nData were collected for the NERC project: 'Are tropical uplands regional hotspots for methane and nitrous oxide?' (NERC grant awards: NE/H007849/1, NE/H006753/1 and NE/H006583/2). \r\n\r\n\r\n\r\n",
            "keywords": "methane, nitrous oxide, Andes, Peru, tropical ecosystems, rainforest, greenhouse gases, carbon dioxide, soil-atmosphere gas exchange, forest, grassland",
            "publicationState": "citable",
            "dataPublishedTime": "2016-07-12T09:45:28",
            "doiPublishedTime": "2016-07-13T15:54:47",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19621/?format=api",
                "dataPath": "/badc/ch4-n2o-hotspots/data/premontane",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 33714,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5158/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1634/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25856/?format=api"
            ],
            "dataLineage": "Data collected, processed and checked by the project team prior to delivery to the Centre for Environmental Data Analysis (CEDA) for ingestion into the CEDA archives",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8979/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19561/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19563/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74333/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19616/?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": 19629,
            "uuid": "2b27641b9bfe4d5ba9f9e91e6f684616",
            "title": "ESA Sea Ice CCI: Ice Concentration products",
            "abstract": "The Sea Ice CCI project develops a set of consistent multi-mission merged products for ice concentration and ice thickness, which are the main sea ice ECVs.\r\n\r\nThe data products available from Phase 1 are:\r\nSea ice concentration based on passive microwave data from SSM/I (F10, F11, F13, F14, F15) (1992-2008) and AMSR-E (2002-2011), covering both Arctic and Antarctic. The ice concentration products are developed in collaboration with Eumetsat OSI SAF.\r\n\r\nSea ice thickness and freeboard in the Arctic and freeboard in the Antarctic based on radar altimeter data from Envisat RA-2 for the winter months (2002-2012)\r\n\r\n\r\nce concentration products from Phase 2:\r\nThe OSI SAF sea ice team has released the updated version 1.2 of the sea ice concentration data set (OSI-409-a) covering the period Oct 1978-Apr 2015. The products are based on data from SMMR, SSM/I and SSMIS sensors.",
            "keywords": "",
            "publicationState": "old",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "obsolete",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19628/?format=api",
                "dataPath": "http://esa-cci.nersc.no/?q=products",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "HDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5163/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/741/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data stored external to CEDA. Therefore, please refer to data holders for lineage statement",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204883/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19631,
            "uuid": "417421c2c5c84befaf485ffdeabf2541",
            "title": "Met Office stratospheric assimilated: Upper Atmosphere Research Satellite (UARS) assimilated data 1991 to 1992",
            "abstract": "The Upper Atmosphere Research Satellite (UARS) was the first major element in NASA's Mission to Planet Earth. It was designed to make a systematic study of the stratosphere and provide new data on the mesosphere and thermosphere. The satellite was launched on 12th September 1991. \r\n\r\nThis dataset contains standard data concerning stratospheric temperature, geopotential height and wind components produced by the upper atmosphere research satellite data assimilation system at the UK Met Office.\r\n\r\nThe data assimilation system is a development of the scheme used at the Met Office for operational weather forecasting, which has been extended to cover the stratosphere. The primary product is a daily analysis (at 1200 UTC) which is produced using operational observations only. For short periods of particular interest the analyses are available at 6-hourly intervals. Assimilation experiments using UARS (Upper Atmosphere Research Satellite) data in addition to operational meteorological observations have been carried out for limited periods.",
            "keywords": "Met Office, meteorology, statospheric",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T15:28:59",
            "doiPublishedTime": null,
            "updateFrequency": "unknown",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19632/?format=api",
                "dataPath": "/badc/ukmo-assim/data/uars_assim",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1025248847,
                "numberOfFiles": 331,
                "fileFormat": "Data are PP formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5164/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api"
            ],
            "dataLineage": "Data received from the Met Office",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4348/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169563/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19634/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx",
                    "label": "restricted: ukmo_wx group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf",
                    "licenceClassifications": "academic"
                },
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx_gov",
                    "label": "restricted: ukmo_wx_gov group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf",
                    "licenceClassifications": "policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19672,
            "uuid": "fa493d62c2af4c5cb8e6e3c340cdbf0d",
            "title": "ESA Fire Climate Change Initiative (Fire_cci): Burned Area Grid Product Version 4.1",
            "abstract": "The ESA Fire Climate Change Initiative (CCI) dataset collection consists of maps of global burned areas for years 2005 to 2011, developed from satellite observations. The products are based upon spectral information from the Medium Resolution Imaging Spectrometer (MERIS), on board the ESA ENVISAT  satellite, and thermal information from the MODIS active fires product.\r\n\r\nThe Grid product is derived from the Pixel product by summarising its burned area information into a regular grid covering the Earth for 15-day periods with 0.25 degree resolution. Information on burned area is included in 22 individual layers: sum of burned area, standard error, fraction of observed area, number of patches and the burned area for 18 land cover classes, as defined by the Land Cover CCI v1.6.1 product. For further information on the product and its format see the Fire_cci product user guide in the linked documentation.",
            "keywords": "ESA, CCI, FIRE, GRID, Burned Area, Fire Disturbance, Climate Change, GCOS",
            "publicationState": "citable",
            "dataPublishedTime": "2016-07-26T14:43:51",
            "doiPublishedTime": "2016-08-11T15:00:00",
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26253/?format=api",
                "dataPath": "/neodc/esacci/fire/data/burned_area/MERIS/grid/v4.1",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/19673/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15333677386,
                "numberOfFiles": 170,
                "fileFormat": "Data are in NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5169/?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/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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59237/?format=api"
            ],
            "dataLineage": "Data was produced by the ESA Fire CCI team and is being held on CEDA as part of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8994/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12683/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75050/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2539/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_fire_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19674,
            "uuid": "3a3503a06f69429e8a4827592e23787e",
            "title": "ESA Fire Climate Change Initiative (Fire_cci): Burned Area Pixel Product Version 4.1",
            "abstract": "The ESA Fire Climate Change Initiative (CCI) dataset consists of maps of global burned areas for years 2005 to 2011, developed from satellite observations. The products are distributed as 6 continental tiles and are based upon spectral information from the Medium Resolution Imaging Spectrometer (MERIS), on board the ESA ENVISAT satellite and thermal information from the MODIS active fires product.\r\n\r\nThe Pixel product includes maps at 0.00277778-degree (approx. 300m)  resolution. Burned area (BA) information is included in 3 layers: date of BA detection, the confidence level (a probability value estimating the confidence that a pixel is actually burned), and the land cover information as defined in the Land Cover CCI v1.6.1 product.\r\n\r\nFiles are in GeoTIFF format using a geographic coordinate system based on the World Geodetic System (WGS84) reference ellipsoid and using Plate Carrée projection with geographical coordinates of equal pixel size. For further information on the product and its format see the Fire_cci Product User Guide in the linked documentation.",
            "keywords": "ESA, CCI, PIXEL, Burned Area, Fire Disturbance, Climate Change, GCOS",
            "publicationState": "citable",
            "dataPublishedTime": "2016-07-26T14:42:41",
            "doiPublishedTime": "2016-08-11T15:00:00",
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26254/?format=api",
                "dataPath": "/neodc/esacci/fire/data/burned_area/MERIS/pixel/v4.1",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/19675/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 16696819917,
                "numberOfFiles": 1514,
                "fileFormat": "Data are in GeoTiff format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5170/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data was produced by the ESA Fire CCI team and is being held on CEDA as part of the ESA CCI Open Data Portal project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8993/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12683/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75076/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2539/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_fire_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19676,
            "uuid": "0473312cdc5748edb4c98da4a2553a91",
            "title": "MEdium Resolution Imaging Spectrometer (MERIS): Level 2 reprocessed retrieved parameters products",
            "abstract": "The Medium Resolution Imaging Spectrometer (MERIS) is one of the ten instruments on board the Envisat satellite launched on the 28th of February 2002 from Kourou (French Guyana) and operated by the European Space Agency (ESA). MERIS is a 68.5 deg field-of-view nadir-pointing imaging spectrometer which measures the solar radiation reflected by the Earth in 15 spectral bands (visible and near-infrared). It obtains a global coverage of the Earth in 3 days. Its main objective is to measure the sea colour and quantify the ocean chlorophyll content and sediment, thus providing information on the ocean carbon cycle and thermal regime. It is also used to derive the cloud top height, cloud optical thickness, aerosol and water vapour column. The ground spatial resolution of the instrument is 260 m x 290 m. Only reduced resolution data (1.04 km x 1.16 km) are archived at the NEODC.\r\n\r\nThis dataset contains Level 2 retrieved parameters MERIS product.",
            "keywords": "MERIS, Global Radiances, Sea Colour, Ocean Chlorophyll Content, Sediment, Cloud Parameters",
            "publicationState": "published",
            "dataPublishedTime": "2007-12-10T15:24:56",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19677/?format=api",
                "dataPath": "/neodc/meris/data/l2/reprocessed",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8449185047659,
                "numberOfFiles": 20283,
                "fileFormat": "Data are Envisat PDS formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5171/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26123/?format=api"
            ],
            "dataLineage": "Data acquired directly from European Space Agency (ESA) via a number of routes: File Transfer Protocol (FTP), Linear Tape-Open (LTO) tape transfer and Data Dissemination Service (DDS) link.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8341/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8338/?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/74481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74483/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/8345/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2554/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "meris",
                    "label": "restricted: meris group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/meris.pdf",
                    "licenceClassifications": "unstated, specific, academic"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19679,
            "uuid": "0fd5b04099134175826af2a4a7b10ad3",
            "title": "SAGE III: Level 2 Cloud product data version 3, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 3 cloud product data.",
            "keywords": "SAGE III, aerosols, clouds",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19680/?format=api",
                "dataPath": "/badc/sage3/data/g3acldb.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 32899528,
                "numberOfFiles": 92,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/154/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74501/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/565/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19681,
            "uuid": "f8293231ab524aa3b4bdf827212eafbc",
            "title": "SAGE III: Level 2 Lunar species profiles version 3, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 3 lunar species profiles of chlorine dioxide, nitrogen dioxide, nitrogen trioxide and ozone.",
            "keywords": "SAGE III, lunar, chlorine dioxide, nitrogen dioxide, nitrogen trioxide and ozone",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19682/?format=api",
                "dataPath": "/badc/sage3/data/g3alsp.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 118861099,
                "numberOfFiles": 5167,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5173/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74510/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/565/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19683,
            "uuid": "2fc46848faf54497b94c5c7f844a28ad",
            "title": "SAGE III: Level 2 Lunar species profiles version 3, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 3 lunar species profiles of chlorine dioxide, nitrogen dioxide, nitrogen trioxide and ozone.",
            "keywords": "SAGE III, lunar, chlorine dioxide, nitrogen dioxide, nitrogen trioxide and ozone",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19684/?format=api",
                "dataPath": "/badc/sage3/data/g3alspb.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 51616325,
                "numberOfFiles": 5123,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5173/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74519/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/565/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19685,
            "uuid": "9abadf5d05b549fe942dc2f235794f56",
            "title": "SAGE III: Level 2 Solar species profiles version 1, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 1 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19686/?format=api",
                "dataPath": "/badc/sage3/data/g3assp.001",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1024357628,
                "numberOfFiles": 27029,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5174/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74528/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19688,
            "uuid": "103f062ca4a247a68a6b6ae951151366",
            "title": "SAGE III: Level 2 Solar species profiles version 3, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 3 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19689/?format=api",
                "dataPath": "/badc/sage3/data/g3assp.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2490447316,
                "numberOfFiles": 66715,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5175/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74546/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19690,
            "uuid": "bbf55db100ce4d0995f86cb1d607011b",
            "title": "SAGE III: Level 2 Solar species profiles version 4, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 4 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19691/?format=api",
                "dataPath": "/badc/sage3/data/g3assp.004",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2258566893,
                "numberOfFiles": 60692,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5176/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74555/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19692,
            "uuid": "b7faf1bc60674e48b441865a1eb1e76b",
            "title": "SAGE III: Level 2 Solar species profiles version 4, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 4 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19693/?format=api",
                "dataPath": "/badc/sage3/data/g3asspb.004",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1463542081,
                "numberOfFiles": 60683,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5176/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74564/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19694,
            "uuid": "92721504cd4149aeb664d1c4aacdd8b9",
            "title": "SAGE III: Level 2 Solar species profiles version 1, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 1 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19696/?format=api",
                "dataPath": "/badc/sage3/data/g3asspb.001",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 643451838,
                "numberOfFiles": 27030,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5174/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74573/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19695,
            "uuid": "994163f8fc684cc392bea261db4e0bce",
            "title": "SAGE III: Level 2 Solar species profiles version 3, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 2 version 3 solar species profiles of aerosols, ozone, water vapour, nitrogen dioxide, temperature and pressure.\r\n\r\nThe Level 2 Solar Species products are produced from the Level 1B Transmission profiles by using algorithms.",
            "keywords": "SAGE III, solar, aerosol, ozone, water vapour, nitrogen dioxide, temperature and pressure",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19697/?format=api",
                "dataPath": "/badc/sage3/data/g3asspb.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1601176429,
                "numberOfFiles": 66711,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5175/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74582/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19724/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19698,
            "uuid": "39e92a76751f4e30bed3fabf2113024e",
            "title": "SAGE III: Level 1B transmission profiles version 1, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 1 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19699/?format=api",
                "dataPath": "/badc/sage3/data/g3at.001",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3406462086,
                "numberOfFiles": 27322,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5176/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74591/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19700,
            "uuid": "2858d5b5640a46adacef851fc90851c5",
            "title": "SAGE III: Level 1B transmission profiles version 3, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 3 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19701/?format=api",
                "dataPath": "/badc/sage3/data/g3at.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8579461094,
                "numberOfFiles": 66850,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5177/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74600/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19702,
            "uuid": "8d1e3a63373240ab9717316bcffab10c",
            "title": "SAGE III: Level 1B transmission profiles version 4, HDF-EOS formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 4 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19703/?format=api",
                "dataPath": "/badc/sage3/data/g3at.004",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10439656200,
                "numberOfFiles": 60137,
                "fileFormat": "Data are HDF-EOS formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5178/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74609/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19704,
            "uuid": "43bd7eb7660641f09dab3655f58f571e",
            "title": "SAGE III: Level 1B transmission profiles version 4, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 4 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19705/?format=api",
                "dataPath": "/badc/sage3/data/g3atb.004",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6789823894,
                "numberOfFiles": 62095,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5178/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74618/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19706,
            "uuid": "27f523c649b94407a1a9d2783ccf807b",
            "title": "SAGE III: Level 1B transmission profiles version 1, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 1 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19708/?format=api",
                "dataPath": "/badc/sage3/data/g3atb.001",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2979072754,
                "numberOfFiles": 27323,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5179/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74627/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19707,
            "uuid": "f43b77f815754376bfdbf53fe1c97606",
            "title": "SAGE III: Level 1B transmission profiles version 3, binary formatted",
            "abstract": "Stratospheric Aerosol and Gas Experiment III (SAGE III) was an instrument on board a Meteor-3M spacecraft, launched on December 10, 2001. Routine measurement operations began in March 2002 until the SAGE III mission was terminated in March 2006. The specific measurement objectives of SAGE III provide 1 km vertical resolution profiles of: aerosols and clouds at seven wavelengths from the mid-troposphere into the stratosphere and where appropriate, the mesosphere; O3 from the mid-troposphere to 85 km; H2O from the planetary boundary layer to 50 km; NO2 from the tropopause to 45 km; NO3 from 20 to 55 km; OClO from 15 to 25 km; and, O2 from the mid-troposphere to 70 km.\r\n\r\nThis dataset contains level 1B version 3 transmission profiles.\r\n\r\nThe Level 1B Transmission product contains the SAGE III atmospheric slant path transmission profiles at 87 spectral channels. The profiles are skewed vertically and extend from sea level to an altitude of 100 km in 0.5 km intervals. The standard deviation of the binned transmission data is also provided for each reported altitude and channel. These data have been geolocated and normalized against exoatmospheric solar measurements to produce slant path transmission profiles. \r\n",
            "keywords": "SAGE III, transmission",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:19:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19709/?format=api",
                "dataPath": "/badc/sage3/data/g3atb.003",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7291386325,
                "numberOfFiles": 66791,
                "fileFormat": "Data are binary formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5177/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api"
            ],
            "dataLineage": "The Stratospheric Aerosol and Gas Experiment III (SAGE III) data were downloaded from the EOS Data Gateway, Langley DAAC Data Pool and it should be noted that the version number on that system represents the Earth Science Data Type version rather than the SAGE III Data version. Accordingly, the newly-released V3 data are stored as version '002'. Data and software supplied to the BADC by NASA Langley are stored in the BADC SAGE 3 archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19678/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/556/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74636/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19723/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2579/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "sage3",
                    "label": "restricted: sage3 group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/sage3.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19711,
            "uuid": "9e8f0698caa64855a407d719349affce",
            "title": "MRF A259 flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A259 for research purposes. ",
            "keywords": "Met Office, atmosphere, chemistry, airborne, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19712/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/a259/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 168429123,
                "numberOfFiles": 10,
                "fileFormat": "Data are ASCII formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5180/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25404/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A259. Data acquired from the Met Office by BADC for wider academic use.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19356/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74649/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19713/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx",
                    "label": "restricted: ukmo_wx group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf",
                    "licenceClassifications": "academic"
                },
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx_gov",
                    "label": "restricted: ukmo_wx_gov group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf",
                    "licenceClassifications": "policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19715,
            "uuid": "e5118978311f4a42bceb2bf04fbaff76",
            "title": "MRF Peroxide data taken on board the Met Office C-130 Hercules aircraft",
            "abstract": "The Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes.\r\n\r\nThis dataset contains airborne peroxide measurements taken on board the Met Office C-130 Hercules aircraft flight A254. ",
            "keywords": "Met Office, atmosphere, chemistry, airborne, C-130",
            "publicationState": "published",
            "dataPublishedTime": "2006-12-10T03:09:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19716/?format=api",
                "dataPath": "/badc/ukmo-mrf/data/peroxide-aug-97/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6139312,
                "numberOfFiles": 6,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5181/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25404/?format=api"
            ],
            "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A254. Data acquired from the Met Office by BADC for wider academic use.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19356/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74661/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19718/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx",
                    "label": "restricted: ukmo_wx group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf",
                    "licenceClassifications": "academic"
                },
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ukmo_wx_gov",
                    "label": "restricted: ukmo_wx_gov group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf",
                    "licenceClassifications": "policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19739,
            "uuid": "97d408bb5af040308ad9faca88eda341",
            "title": "AATSR: Multimission land and sea surface data, v2.0",
            "abstract": "Advanced Along-Track Scanning Radiometer (AATSR) mission was funded jointly by the UK Department of Energy and Climate Change External Link (DECC) and the Australian Department of Innovation, Industry, Science and Research External Link (DIISR).\r\n\r\nThis dataset contains version 2.0 AATSR Multimission land and sea surface temperature data.\r\n\r\nThe instrument uses thermal channels at 3.7, 10.8, and 12 microns wavelength; and reflected visible/near infra-red channels at 0.555, 0.659, 0.865, and 1.61 microns wavelength. Level 1b products contain gridded brightness temperature and reflectance. Level 2 products contain land and sea-surface temperature, and NDVI at a range of spatial resolutions. The third reprocessing was done to implement updated algorithms, processors, and auxiliary files. The data were acquired by the European Space Agency's (ESA) Envisat satellite, and the NERC Earth Observation Data Centre (NEODC) mirrors the data for UK users.",
            "keywords": "AATSR, temperature, reflectance, satellite",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19741/?format=api",
                "dataPath": "/neodc/aatsr_multimission/previous/aatsr-v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 23056083730385,
                "numberOfFiles": 414027,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5182/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data were acquired by the European Space Agency's (ESA) Envisat satellite, and are now held by the NERC Earth Observation Data Centre (NEODC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19899/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10916/?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/74755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74750/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/10921/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19742,
            "uuid": "7913089bdbf447188f66697cbca9da1e",
            "title": "ATSR-1: Multimission land and sea surface data, v2.0",
            "abstract": "Along-Track Scanning Radiometer (ATSR) mission was funded jointly by the UK Department of Energy and Climate Change External Link (DECC) and the Australian Department of Innovation, Industry, Science and Research External Link (DIISR).\r\n\r\nThis dataset collection contains version 2.0 ATSR Multimission land and sea surface temperature data.\r\n\r\nThe instrument uses thermal channels at 3.7, 10.8, and 12 microns wavelength; and reflected visible/near infra-red channels at 0.555, 0.659, 0.865, and 1.61 microns wavelength. Level 1b products contain gridded brightness temperature and reflectance. Level 2 products contain land and sea-surface temperature, and NDVI at a range of spatial resolutions. The third reprocessing was done to implement updated algorithms, processors, and auxiliary files. The data were acquired by the European Space Agency's (ESA) Envisat satellite, and the NERC Earth Observation Data Centre (NEODC) mirrors the data for UK users.",
            "keywords": "ATSR, temperature, reflectance, satellite",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3032/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data were acquired by the European Space Agency's (ESA) Envisat satellite, and are now held by the NERC Earth Observation Data Centre (NEODC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19905/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19736/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74758/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/10929/?format=api",
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19743,
            "uuid": "62407e5f98d54104a5165e22a60c9968",
            "title": "ATSR-2: Multimission land and sea surface temperature data, v2.0",
            "abstract": "Along-Track Scanning Radiometer (ATSR) mission was funded jointly by the UK Department of Energy and Climate Change External Link (DECC) and the Australian Department of Innovation, Industry, Science and Research External Link (DIISR).\r\n\r\nThis dataset collection contains version 2.0 ATSR2 Multimission land and sea surface temperature data.\r\n\r\nThe instrument uses thermal channels at 3.7, 10.8, and 12 microns wavelength; and reflected visible/near infra-red channels at 0.555, 0.659, 0.865, and 1.61 microns wavelength. Level 1b products contain gridded brightness temperature and reflectance. Level 2 products contain land and sea-surface temperature, and NDVI at a range of spatial resolutions. The third reprocessing was done to implement updated algorithms, processors, and auxiliary files. The data were acquired by the European Space Agency's (ESA) Envisat satellite, and the NERC Earth Observation Data Centre (NEODC) mirrors the data for UK users.",
            "keywords": "ATSR, temperature, reflectance, satellite",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "completed",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3031/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data were acquired by the European Space Agency's (ESA) Envisat satellite, and are now held by the NERC Earth Observation Data Centre (NEODC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19910/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19737/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74766/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/10925/?format=api",
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19744,
            "uuid": "289126a92b7a4b8a9ac69714263c1c1d",
            "title": "ATSR-1: Multimission land and sea surface removal data, v2.1",
            "abstract": "Along-Track Scanning Radiometer (ATSR) mission was funded jointly by the UK Department of Energy and Climate Change External Link (DECC) and the Australian Department of Innovation, Industry, Science and Research External Link (DIISR).\r\n\r\nThis dataset contains version 2.1 ATSR Multimission land and sea surface removal data. These data were taken during calibration phase.",
            "keywords": "ATSR, Average Surface Temperature, AST",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19745/?format=api",
                "dataPath": "/neodc/aatsr_multimission/atsr1-v2.1/data/removal",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 257522766523,
                "numberOfFiles": 5907,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5183/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52547/?format=api"
            ],
            "dataLineage": "The data were acquired by the European Space Agency's (ESA) Envisat satellite, and the NERC Earth Observation Data Centre (NEODC) mirrors the data for UK users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19905/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19729/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74773/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/8103/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2602/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "atsr_calval",
                    "label": "restricted: atsr_calval group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19746,
            "uuid": "320fec47a9184273a08d268137036e8d",
            "title": "ATSR-2: Multimission land and sea surface removal data, v2.1",
            "abstract": "Along-Track Scanning Radiometer (ATSR) mission was funded jointly by the UK Department of Energy and Climate Change External Link (DECC) and the Australian Department of Innovation, Industry, Science and Research External Link (DIISR).\r\n\r\nThis dataset contains version 2.1 ATSR-2 Multimission land and sea surface removal data. These data were taken during calibration phase.\r\n\r\n",
            "keywords": "ATSR, Average Surface Temperature, AST",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19747/?format=api",
                "dataPath": "/neodc/aatsr_multimission/atsr2-v2.1/data/removal",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 62663986935,
                "numberOfFiles": 5369,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5184/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66277/?format=api"
            ],
            "dataLineage": "The data were acquired by the European Space Agency's (ESA) Envisat satellite, and the NERC Earth Observation Data Centre (NEODC) mirrors the data for UK users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19910/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19731/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74780/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/8103/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2602/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "atsr_calval",
                    "label": "restricted: atsr_calval group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19748,
            "uuid": "1d95d0bc906c47f5932929c28e927f06",
            "title": "Numerical data from the Global Ocean Physics Reanalysis UR025.4 (1989-2010) as part of the VALue of the RAPID-WATCH Climate Change programme array (VALOR) project - addendum",
            "abstract": "These data are the University of Reading (Reading, UK) UR025.4 reanalysis produced by the Earth System Science Centre, and are used to support the work of the NERC (Natural Environmental Research Council) RAPID-WATCH (Rapid Climate Change-Will the Atlantic Thermohaline Circulation halt?) VALOR (VALue of the RAPID-WATCH Climate Change programme array) project.\r\n\r\nThese data are retrieved missing files that could not be added to the original dataset due to being published with a DOI (http://dx.doi.org/10.5285/4bcfa3a4-c7ec-4414-863d-caeceb21f16f) \r\n\r\nThey consist of global ocean and sea ice fields, with coverage at 1/4 deg lat x 1/4 deg lon, on 75 vertical levels, for the period from 1989 to 2010. These variables include monthly means of Temperature, Salinity, Currents, Sea Surface Height and Sea Ice Parameters, forced by ERA-Interim atmospheric variables with Data Assimilation of in-situ T,S profiles and satellite SST, Sea Level Anomalies, Temperature and Salinity profiles and satellite Sea Ice Concentration using the UK Met Office FOAM system. 5-day data also exist for all variables and daily data for some upper ocean variables may be available from the provider.\r\n\r\nThese data were originally produced under the EU MyOcean project and have been validated against observations. They are also currently available through the MyOcean website.",
            "keywords": "VALOR, RAPID-Watch",
            "publicationState": "published",
            "dataPublishedTime": "2016-07-20T10:47:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19749/?format=api",
                "dataPath": "/badc/rapid-watch/data/Sutton/VALOR/ORCA025_FOAM_addendum/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6884458729,
                "numberOfFiles": 8,
                "fileFormat": "Files are in NetCDF format. "
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/387/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69193/?format=api"
            ],
            "dataLineage": "Data were produced by the University of Reading partners of the VALOR project before preparation and delivery for archiving by the BADC. These missing files were added after the original dataset as an addendum.  ",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1291/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1288/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74798/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1293/?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": 19751,
            "uuid": "590adf7dbf6c4525bbcbbb08623d1e05",
            "title": "Active Magnetospheric Particle Tracer Explorers (AMPTE): Slide data",
            "abstract": "Active Magnetospheric Particle Tracer Explorer (AMPTE) was a three spacecraft mission, a collaboration between Germany, the UK and the USA. \r\n\r\nThis dataset contains slide data collected by two of the three spacecraft: the Ion Release Module (IRM), supplied by Germany, and the Charge Composition Explorer (CCE), supplied by the USA\r\n\r\nFor access of these data contact the UKSSDC.",
            "keywords": "AMPTE, spacecraft, sun",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19800/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "paper"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3046/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19803/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19772/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74803/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19752,
            "uuid": "b9d3cd0654be4360b295e0e277897d4c",
            "title": "Active Magnetospheric Particle Tracer Explorers (AMPTE): Tape data",
            "abstract": "Active Magnetospheric Particle Tracer Explorer (AMPTE) was a three spacecraft mission, a collaboration between Germany, the UK and the USA. \r\n\r\nThis dataset contains tape data collected by two of the three spacecraft: the Ion Release Module (IRM), supplied by Germany, and the Charge Composition Explorer (CCE), supplied by the USA\r\n\r\nFor access of these data contact the UKSSDC.",
            "keywords": "AMPTE, spacecraft, sun",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19765/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Tape"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3046/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19803/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19772/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74810/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19756,
            "uuid": "c79b18c2fcdf41ada4b8e1562bea7411",
            "title": "Geomagnetic Daily Indices Reports: PRESTO",
            "abstract": "This dataset consists of PRESTO paper reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports, PRESTO",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19782/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/presto",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74834/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19758,
            "uuid": "afed8436512e4bc1b02320e18132815f",
            "title": "Geomagnetic Daily Indices Reports: Geo Alert",
            "abstract": "This dataset consists of geo alert paper reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports, geo alert",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19781/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/geoalert",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74844/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19759,
            "uuid": "b9bae3ebc72643b0a91396064097bf74",
            "title": "Geomagnetic Daily Indices Reports: Monthly sunspot numbers",
            "abstract": "This dataset consists of monthly sunspot reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports, sunspot",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19780/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/monthtab.lis",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74855/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19760,
            "uuid": "db756b9651da4e11b9ca2a0c3cce64b1",
            "title": "Geomagnetic Daily Indices Reports: Monthly IF2 and IG",
            "abstract": "This dataset consists of monthly IF2 and IG reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19779/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/if2igmb.lis",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74867/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19761,
            "uuid": "2413d567033a4915bf1457c7b362c79b",
            "title": "Geomagnetic Daily Indices Reports: Quaterly IF2 and IG",
            "abstract": "This dataset consists of quarterly IF2 and IG reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19778/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/if2igqb.lis",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74869/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19762,
            "uuid": "980a7c11d834455eb75752fdf7830719",
            "title": "Geomagnetic Daily Indices Reports: Forecast IF2 and IG",
            "abstract": "This dataset consists of forecast IF2 and IG reports of various geomagnetic indices, global and local, from a range of observatories. Date ranges vary and are no longer updated as paper records, but are generally available online from the UKSSDC or other sources.\r\n\r\nThe reports include:\r\n\r\nAmerican Association of Variable Star Observers (AAVSO) Sunspot Numbers\r\nGeomagnetic Auroral Electrojet (AE) indices\r\nBartels Music Diagrams\r\nCircular of Basic Indices for Ionospheric Propagation, CNET Lannion\r\nDisturbance Storm Time (DST)\r\nInternational Association of Geomagnetism and Aeronomy (IAGA) Bulletins\r\nIF2 indices\r\nIG indices\r\nIndia Solar and Geophysical Data\r\nIonospheric Prediction Service (IPS) Predictions\r\nInternational Service for Geomagnetic Indices (ISGI) Reports\r\nMagnetic Indices\r\nSolar-Geophysical Data, Prompt and Comprehensive Reports, National Oceanic and Atmospheric Administration (NOAA), 1968 - 2001\r\nSolar Radio Noise",
            "keywords": "Geomagnetic Indices Reports",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "planned",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19763/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/bulletins/if2igfc.lis",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Reports are encoded in ASCII characters"
            },
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "neeeded",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74877/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19768,
            "uuid": "c57d3e07c72249c38fe6b019924119d5",
            "title": "Magnetometer",
            "abstract": "Magnetometer",
            "keywords": "Magnetometer",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19769/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Paper"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19770/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74888/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19785,
            "uuid": "0aec60da55ff46d794897760879acd48",
            "title": "NGDC Scanned images",
            "abstract": "The digitising of the Royal Observatory Greenwich Photo-Heliographic Results was a joint project between the National Geophysical Data Center (NGDC) and the UK Solar System Data Centre (UKSSDC), in order to preserve the physical copies as well as to easily distribute the copies. The originals are held at NGDC and UKSSDC if required.\r\n\r\nThe difference in the quality of copies comes from the different methods used to digitise the Photo-Heliographic Results.\r\n\r\nPublications containing errors have been annotated to link errors to the relevant errata. Annotated PDFs are marked with the suffix \"(Annotated)\".\r\n\r\nThe data in the 1874 and 1875 books are presented in a format that was changed after a few years. The data are repeated in the '1877 Greenwich Astronomical Results' book with angles given in degrees and minutes, and is repeated again in the '1874-1885 Greenwich Photo-Heliographic Results' book in decimal degrees (the format used from 1881 December 22).",
            "keywords": "GDC Scanned images",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19818/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/RGOPHR/",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Data are ASCII text formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5186/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19784/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74928/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19786,
            "uuid": "6fef2353826b47c3bebbc30fd036552c",
            "title": "Solar images glass plates",
            "abstract": "Solar images glass plates",
            "keywords": "Solar images glass plates",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19787/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Plates"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19805/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19784/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74933/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19788,
            "uuid": "85168bf5e6ee4733b8f9d486890148f6",
            "title": "Solar digisted images glass plates",
            "abstract": "Solar digisted images glass plates",
            "keywords": "Solar images glass plates",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19819/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/cgi-bin/wdcc1/secure/rog_image_availability.pl",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "images"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "needed",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19807/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19784/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74943/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19793,
            "uuid": "e68742b4c4724559b704b29a15981c76",
            "title": "Digitised films",
            "abstract": "Digitised films",
            "keywords": "Ionosonde, Digitised films",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19794/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "film"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3044/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data are collated by the UK Solar System Data Centre as part of its role as a World Data Centre (WDC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19806/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10944/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74952/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19795,
            "uuid": "87e8b101187643d382dc2c01277bd193",
            "title": "Scanned version of paper ionograms",
            "abstract": "Scanned version of paper ionograms",
            "keywords": "Ionosonde, ionograms",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19796/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "paper"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data are collated by the UK Solar System Data Centre as part of its role as a World Data Centre (WDC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19806/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10944/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74963/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19797,
            "uuid": "676d7fef735b49d5926d3a38fc239d09",
            "title": "Digitised bulletins",
            "abstract": "Digitised bulletins",
            "keywords": "Ionosonde, Digitised bulletins",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19820/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/wdcc1/ionosondes/secure/iono_data.shtml",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "ASCII"
            },
            "timePeriod": null,
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data are collated by the UK Solar System Data Centre as part of its role as a World Data Centre (WDC)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19806/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10944/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74971/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19813,
            "uuid": "586ae7b2386741babc69c03a244264fd",
            "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Merged SCIAMACHY and GOSAT Level 3 gridded atmospheric column-average methane (XCH4) product in Obs4MIPs format",
            "abstract": "This dataset contains satellite-derived atmospheric column-average dry-air mole fractions of methane (XCH4), and is a  Level 3 gridded product in Obs4MIPs format.  It has been derived by the Greenhouse Gases CCI (GHG_cci) project as part of the European Space Agency's (ESA's) Climate Change Initiative (CCI) programme, and was obtained from an ensemble of individual Level 2 (i.e. swath) XCH4 products, retrieved from the satellite sensors SCIAMACHY / ENVISAT and TANSO-FTS / GOSAT.   The versions of the Level 2 GHG-CCI data products used as input for this product are those of the GHG_cci \"Climate Research Data Package No. 3\" (CRDP#3).\r\n\r\nThis Level 3 Obs4MIPs XCH4 product has been specifically generated for comparisons with climate model output in the context of the CMIP5/CMIP6/IPCC experiments.",
            "keywords": "CCI, GHG, Obs4MIPS, methane, ESA",
            "publicationState": "citable",
            "dataPublishedTime": "2016-10-10T09:07:19",
            "doiPublishedTime": "2016-10-10T09:07:21",
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19980/?format=api",
                "dataPath": "/neodc/esacci/ghg/data/obs4mips/crdp_3/CH4/v100/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10461082,
                "numberOfFiles": 2,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5242/?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/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/89572/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI GHG project team and supplied to CEDA as part of the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9002/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13295/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76247/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2564/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_ghg_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 19821,
            "uuid": "e1adf6e3e8f9413da4852cba7d9c39fa",
            "title": "Ditton Park Archive: radio research physical parent specifications (1917-1927)",
            "abstract": "This dataset contains of parent specification records chronicling the pioneering radio research work that was carried out at Ditton Park in Slough from 1924 to 1979.\r\n\r\nIn 1920 the Department of Scientific and Industrial Research formed the Radio Research Board (which located at Ditton Park in 1924) to undertake valuable research into radio science. This was the beginning of a high-quality scientific establishment that was led by a team of enthusiastic and expert scientists including Admiral of the Fleet Sir Henry Jackson, Sir Edward Appleton, Sir Robert Watson-Watt, Robert Naismith and Reginald Leslie Smith-Rose.\r\n\r\nThe records in the archive include 1930s Appleton ionogram graphs, ionospheric recording books and correspondence between the Station and its employees working at Tromso in Norway for the 1932 International Polar Year.",
            "keywords": "Ditton Park, radio, ionogram graphs",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5187/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/494/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The records have been retained by the World Data Centre at the Rutherford Appleton Laboratory in Chilton, Oxfordshire since September 1979. The records previously belonged to the Appleton Laboratory at Ditton Park, Slough.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19808/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10948/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75112/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19822,
            "uuid": "da2cbd8729374098b2beae671bf6d072",
            "title": "Ditton Park Archive: radio research physical photographs (1898-1981)",
            "abstract": "This dataset contains of photograph records chronicling the pioneering radio research work that was carried out at Ditton Park in Slough from 1898 to 1981.\r\n\r\nPhotographs of people, equipment and buildings relating to the work carried out at Ditton Park.\r\nThe photographs are in black and white color and date from 1898 to c.1981.\r\n\r\nIn 1920 the Department of Scientific and Industrial Research formed the Radio Research Board (which located at Ditton Park in 1924) to undertake valuable research into radio science. This was the beginning of a high-quality scientific establishment that was led by a team of enthusiastic and expert scientists including Admiral of the Fleet Sir Henry Jackson, Sir Edward Appleton, Sir Robert Watson-Watt, Robert Naismith and Reginald Leslie Smith-Rose.\r\n\r\nThe records in the archive include 1930s Appleton ionogram graphs, ionospheric recording books and correspondence between the Station and its employees working at Tromso in Norway for the 1932 International Polar Year.",
            "keywords": "Ditton Park, radio, ionogram graphs",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19823/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Photos"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5188/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/494/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The records have been retained by the World Data Centre at the Rutherford Appleton Laboratory in Chilton, Oxfordshire since September 1979. The records previously belonged to the Appleton Laboratory at Ditton Park, Slough.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19808/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10948/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75129/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19824,
            "uuid": "6ca85a41897244d2bc952c869091187d",
            "title": "Ditton Park Archive: radio research physical reports (1917-1927)",
            "abstract": "This dataset contains of physical reports chronicling the pioneering radio research work that was carried out at Ditton Park in Slough from 1917 to 1927.\r\n\r\nPhotographs of people, equipment and buildings relating to the work carried out at Ditton Park.\r\nThe photographs are in black and white color and date from 1898 to c.1981.\r\n\r\nIn 1920 the Department of Scientific and Industrial Research formed the Radio Research Board (which located at Ditton Park in 1924) to undertake valuable research into radio science. This was the beginning of a high-quality scientific establishment that was led by a team of enthusiastic and expert scientists including Admiral of the Fleet Sir Henry Jackson, Sir Edward Appleton, Sir Robert Watson-Watt, Robert Naismith and Reginald Leslie Smith-Rose.\r\n\r\nThe records in the archive include 1930s Appleton ionogram graphs, ionospheric recording books and correspondence between the Station and its employees working at Tromso in Norway for the 1932 International Polar Year.",
            "keywords": "Ditton Park, radio, ionogram graphs",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19825/?format=api",
                "dataPath": "http://www.ukssdc.ac.uk/contact.html",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Photographs"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5187/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/494/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The records have been retained by the World Data Centre at the Rutherford Appleton Laboratory in Chilton, Oxfordshire since September 1979. The records previously belonged to the Appleton Laboratory at Ditton Park, Slough.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19808/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10948/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75146/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 19828,
            "uuid": "a6efcb0868664248b9cb212aba44313d",
            "title": "ESA Aerosol Climate Change Initiative (Aerosol CCI): Level 2 aerosol products from MERIS (ALAMO algorithm), Version 2.2",
            "abstract": "The ESA Climate Change Initiative Aerosol project has produced a number of global aerosol Essential Climate Variable (ECV) products from a set of European satellite instruments with different characteristics. \r\n\r\nThis dataset comprises the Level 2 aerosol products from MERIS for 2008, using the ALAMO algorithm, version 2.2.   The data have been provided by Hygeos.\r\n\r\nFor further details about these data products please see the linked documentation.",
            "keywords": "Aerosol, ESA, CCI, MERIS",
            "publicationState": "published",
            "dataPublishedTime": "2016-07-28T14:39:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19830/?format=api",
                "dataPath": "/neodc/esacci/aerosol/data/MERIS_ALAMO/L2/v2.2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10243677193,
                "numberOfFiles": 5261,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5189/?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/18518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25983/?format=api"
            ],
            "dataLineage": "Data were produced by Hygeos as part of the ESA CCI Aerosol 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/13341/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13340/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75158/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8344/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2555/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_aerosol_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 19831,
            "uuid": "11c5f6df1abc41968d0b28fe36393c9d",
            "title": "ESA Aerosol Climate Change Initiative (Aerosol CCI): Level 3 aerosol products from MERIS (ALAMO algorithm), Version 2.2",
            "abstract": "The ESA Climate Change Initiative Aerosol project has produced a number of global aerosol Essential Climate Variable (ECV) products from a set of European satellite instruments with different characteristics. \r\n\r\nThis dataset comprises the Level 3 aerosol daily and monthly gridded products from MERIS for 2008, using the ALAMO algorithm, version 2.2.   The data have been provided by Hygeos.\r\n\r\nFor further details about these data products please see the linked documentation.",
            "keywords": "Aerosol, ESA, CCI, MERIS",
            "publicationState": "published",
            "dataPublishedTime": "2016-07-28T14:41:50",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19832/?format=api",
                "dataPath": "/neodc/esacci/aerosol/data/MERIS_ALAMO/L3/v2.2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 228983199,
                "numberOfFiles": 379,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5189/?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/25983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83781/?format=api"
            ],
            "dataLineage": "Data were produced by Hygeos as part of the ESA CCI Aerosol 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/13341/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13340/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75170/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8344/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2555/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_aerosol_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 19833,
            "uuid": "3a4bb6912981420f93c82071561badef",
            "title": "Convective Storm Initiation Project (CSIP) -Pilot: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "The Convective Storm Initiation Project (CSIP) aimed to further the understanding of the mechanisms responsible for the initiation of precipitating convection in the maritime environment of southern England; i.e. to understand why convective clouds form and develop into precipitating clouds in a particular location.\r\n\r\nData have been collected from the 6th July 2004 to the 29th July 2004 by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "CSIP, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "published",
            "dataPublishedTime": "2004-08-25T10:49:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19834/?format=api",
                "dataPath": "/badc/csip/data/cfarr-lidar-uv/csip_pilot/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 33915860,
                "numberOfFiles": 21,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5190/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/4705/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75188/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19835,
            "uuid": "c05ee1f9898a4bdeaca7b466221e22cc",
            "title": "Convective Storm Initiation Project (CSIP): Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "The Convective Storm Initiation Project (CSIP) aimed to further the understanding of the mechanisms responsible for the initiation of precipitating convection in the maritime environment of southern England; i.e. to understand why convective clouds form and develop into precipitating clouds in a particular location.\r\n\r\nData have been collected from the 13th June 2005 to the 25th August 2005 by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "CSIP, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "published",
            "dataPublishedTime": "2004-08-25T10:50:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19836/?format=api",
                "dataPath": "/badc/csip/data/cfarr-lidar-uv/csip_main/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9629358,
                "numberOfFiles": 21,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5191/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/11972/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75256/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19837,
            "uuid": "d2ad4b24782a4121a8bd2747596408bd",
            "title": "CAESAR: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "The CAESAR project aimed to investigate the radiative properties of cirrus cloud over a wide range of wavelengths in combination with airborne in situ measurements of cirrus microphysical properties.\r\n\r\nData have been collected by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "CAESAR, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19838/?format=api",
                "dataPath": "/badc/caesar/data/cfarr-lidar-uv",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15598089,
                "numberOfFiles": 15,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5192/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75270/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19839,
            "uuid": "abc997f656d64ad384dab3ea88a3441f",
            "title": "APPRAISE ADIENT and EM25: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "The objective of the ADIENT (Appraising the Direct Impacts of aErosol oN climaTe) project was quantifying the direct effect of aerosols on the Earth's radiation budget, via scattering and/or absorption of radiation.\r\n\r\nThe Emissions around the M25 motorway (EM25) campaign took place over the megacity of London in the United Kingdom in June 2009 with the aim of characterising trace gas and aerosol composition and properties entering and emitted from the urban region\r\n\r\nData have been collected by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "ADIENT, EM25, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19840/?format=api",
                "dataPath": "/badc/appraise/data/adient/cfarr-lidar-uv/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 35709236,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5193/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69203/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19826/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/19827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12228/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75283/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19841,
            "uuid": "bada50e6a9fe485c94bab5e51b51249c",
            "title": "APPRAISE CLOUDS: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "Ground based and airborne in-situ aerosol measurements during the APPRAISE-CLOUDS (Aerosol cloud interactions and climate) project from the Chilbolton Atmospheric Observatory, Hampshire (South West England) and on board the FAAM BAE-146 research aircraft.\r\n\r\nData have been collected by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "APPRAISE, cloud, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19842/?format=api",
                "dataPath": "/badc/appraise/data/clouds/cfarr-lidar-uv/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 40304330,
                "numberOfFiles": 41,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5194/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/6527/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12229/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75296/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19843,
            "uuid": "73dd1d9fffff4e27a3a7fee57255db87",
            "title": "VACAR: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "Variational Assimilation of Cloud Affected Radiances project.\r\n\r\nData have been collected by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "VACAR CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19844/?format=api",
                "dataPath": "/badc/vacar/data/cfarr-lidar-uv",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 18452890,
                "numberOfFiles": 9,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5195/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14851/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/15357/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75309/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19845,
            "uuid": "607539d4bd52494e9e7129ac7463a160",
            "title": "CONSTRAIN: Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "Cold Cloud Microphysical Parameterisation Studies project.\r\n\r\nData have been collected by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "CONSTRAIN, CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19846/?format=api",
                "dataPath": "/badc/constrain/data/cfarr-lidar-uv",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8222718,
                "numberOfFiles": 5,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5196/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55845/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14833/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/15217/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75323/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?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": 19847,
            "uuid": "7c114fc6e2884c1f9ca107e7a502fdbf",
            "title": "ESA Land Cover Climate Change Initiative (Land_Cover_cci):  Land Surface Seasonality Products",
            "abstract": "This dataset consists of Land Surface Seasonality products produced as part of the ESA Land Cover Climate Change Initiative (CCI) project. The products are Vegetation Greenness (NDVI),  Snow Occurrence and Burned Area Occurrence. \r\n\r\nOn a per pixel basis, these climatological variables reflect, along the year, the average trajectory and the inter-annual variability of a land surface feature over the 1999-2012 period. They are built from existing long-term global datasets with high temporal frequency and moderate spatial resolution (500m-1km). They result from a compilation of 14 years of 7-day instantaneous observations into 1 temporarily aggregated profile depicting, along the year, the reference behaviour for the vegetation greenness, the snow and the BA at global scale. These products are referred to as condition products in the product user guide.",
            "keywords": "Land Cover, CCI, Land Surface Seasonality, Condition",
            "publicationState": "published",
            "dataPublishedTime": "2016-08-12T09:13:49",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19848/?format=api",
                "dataPath": "http://maps.elie.ucl.ac.be/CCI/viewer/download.php",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Data are in NetCDF and GeoTIFF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5197/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were processed by the ESA CCI Land Cover project and catalogued here as part of the CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14431/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14430/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75332/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2629/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 19849,
            "uuid": "e80f28ccb0504c32b403eee654a8a5b3",
            "title": "ESA Land Cover Climate Change Initiative (Land_Cover_cci):  MERIS Surface Reflectance",
            "abstract": "This dataset consists of time series of surface reflectance from the MERIS instrument on the ENVISAT satellite, produced as part of the ESA Land Cover Climate Change Initiative (CCI) project. \r\n\r\nThe time series are a temporal syntheses obtained over a 7-day compositing period, and encompass 13 of the 15 MERIS spectral channels (not including bands 11 and 15).   The spatial resolution is 300m for the Full Resolution (FR) data and 1000m for the Reduced Resolution (RR) data.\r\n\r\nGiven the amount and size of the MERIS surface reflectance archive (10 To), the Land Cover CCI team make the data available on request, through your own disks. Please contact contact@esa-landcover-cci.org",
            "keywords": "Land Cover, CCI, Surface Reflectance, MERIS",
            "publicationState": "published",
            "dataPublishedTime": "2016-08-12T09:16:43",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19850/?format=api",
                "dataPath": "http://maps.elie.ucl.ac.be/CCI/viewer/download.php",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "offline",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Unknown"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5197/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were processed by the ESA CCI Land Cover project and catalogued here as part of the CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14431/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14430/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75339/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8344/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2629/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 19851,
            "uuid": "8bbde1a8a0ce4a86904a3d7b2b917955",
            "title": "Global Sea Ice Concentration reprocessing dataset 1978-2015 (v1.2)",
            "abstract": "This dataset is v1.2 of the reprocessed sea ice concentration dataset of the EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSI SAF), and has been produced using passive microwave data from the SMMR, SSM/I and SSMIS sensors. Ice concentration is computed from atmospherically corrected brightness temperatures, using a combination of state-of-the-art algorithms and dynamic tie-points. The dataset includes error-bars for each grid cell (uncertainties). Version 1.2 covers and extended time period from Oct 2009-Apr 2015 (labelled OSI-409-a). \r\n\r\nNo results from the ESA CCI Sea Ice project has been applied to this version of the reprocessed data set. However, the next full OSI SAF reprocessing in late 2016 will include research results from the ESA CCI Sea Ice project. \r\n\r\nThe OSI SAF asks all users to register at their central web site. By doing so, you can choose to get service messages about sea ice products, and they will be able to serve you better. They will also be able to better report on the use of our products. So please register  at this site if you are not already registered. \r\n\r\nUsers of this data set should acknowledge the data set by using this reference: \r\nEUMETSAT Ocean and Sea Ice Satellite Application Facility. Global sea ice concentration reprocessing dataset 1978-2015 (v1.2, 2015), [Online]. Norwegian and Danish Meteorological Institutes. Available from http://osisaf.met.no\r\n",
            "keywords": "Sea Ice, Eumetsat, OSI SAF",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19852/?format=api",
                "dataPath": "http://osisaf.met.no/p/ice/index.html#conc-reproc",
                "oldDataPath": [],
                "storageLocation": "external",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "Data are in NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5199/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/897/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSI SAF).\r\n\r\n This catalogue record was created by CEDA in the context of the ESA CCI Open Data Portal Project.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204933/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2629/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 19854,
            "uuid": "2d43e43de3484810ae24cfdc13eab263",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Grounding Line Locations v1.2",
            "abstract": "This dataset contains grounding lines for 5 North Greenland glaciers, derived from generated from ERS -1/-2 SAR Tandem and 3 days data sets. This addition includes the grounding line for the Petermann glacier from Sentinel-1A. Data was produced as part of the ESA Greenland Ice Sheets Climate Change Initiative (CCI) project by ENVEO, Austria. \r\n\r\nThe grounding line is the separation point between the floating and grounded parts of the glacier. Processes at the grounding lines of floating marine termini of glaciers and ice streams are important for understanding the response of the ice masses to changing boundary conditions and for establishing realistic scenarios for the response to climate change. The grounding line location product is derived from InSAR data by mapping the tidal flexure and is generated for a selection of the few glaciers in Greenland, which have a floating tongue. In general, the true location of the grounding line is unknown, and therefore validation is difficult for this product.\r\n\r\nRemote sensing observations do not provide direct measurement on the transition from floating to grounding ice (the grounding line). The satellite data deliver observations on ice surface features (e.g. tidal deformation by InSAR, spatial changes in texture and shading in optical images) that are indirect indicators for estimating the position of the grounding line. Due to the plasticity of ice these indicators spread out over a zone upstream and downstream of the grounding line, the tidal flexure zone (also called grounding zone).",
            "keywords": "Greenland, Ice Sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2016-11-30T20:19:38",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/20118/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_grounding_line_locations/v1.2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1206686,
                "numberOfFiles": 94,
                "fileFormat": "Data are ESRI shapefiles"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5200/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "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/75478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76465/?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": 19855,
            "uuid": "fba8969ef8224c4cac3cbaca149aef8f",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Calving Front Locations, v2.0",
            "abstract": "The data set provides calving front locations of 28 major outlet glaciers of the Greenland Ice Sheet using ERS and ENVISAT and Sentinel-1 SAR data.  A selected number of the glaciers have been sampled seasonally, whilst the rest are sampled annually.\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. From the ice velocity at the calving front and the time sequence of Calving Front Locations the iceberg calving rate can be computed which is of relevance for estimating the export of ice mass to the ocean.\r\n\r\nThe CFL product is a collection of ESRI shapefile in latitude and longitude, WGS84 projection.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2016-11-30T17:12:59",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/20117/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_calving_front_locations/v2.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2125574,
                "numberOfFiles": 2,
                "fileFormat": "Data are provided as ESRI shapefile in latitude and longitude, WGS84 projection"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5279/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1650/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "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/75480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76462/?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": 19856,
            "uuid": "2587d4a63a1f4928880008d7d7770552",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by DTU-Space, v1.0",
            "abstract": "This dataset provides the Gravitational Mass Balance (GMB) product derived from the GRACE satellite instrument, by DTU-Space.  The data consists of two products, a mass change time series for the Greenland Ice Sheet and individual basins, and mass trend grids for 5-year periods. \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.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2016-11-30T16:49:32",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/20114/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12571633,
                "numberOfFiles": 30,
                "fileFormat": "Time series data are provided in ASCII and png format\r\nMass trend data are provided in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5277/?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/75482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76453/?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": 19857,
            "uuid": "7bb9375151cf44e7993664c10d8d3da5",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Storstroemmen Glacier for 2015-2016 from Sentinel-1 data, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the Storstromemmen glacier in Greenland, derived from Sentinel-1 SAR data acquired between 26/1/2015 and 8/6/2016.  It has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nData files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2017-01-17T18:13:15",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26844/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_storstroemmen/v1.0/",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/20334/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 50089666,
                "numberOfFiles": 5,
                "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5332/?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/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53928/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79027/?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": 19858,
            "uuid": "bf6bfa8a6ae74b27b6e5497ea3d45307",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Zachariae Isstroem for 2015-2016 from Sentinel-1 data, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the Zachariae Isstroem glacier in Greenland, derived from Sentinel-1 SAR data acquired between 25/1/2015 and 8/6/2016. It has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nData files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2017-01-17T18:00:44",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26842/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_zachariae/v1.0/",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/20333/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 61880151,
                "numberOfFiles": 5,
                "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5331/?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/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53928/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/11005/?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/75486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79024/?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": 19859,
            "uuid": "3566cdffebf04ce784ad0fdcf094834a",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of 79-Fjord Glacier for 2015-2016 from Sentinel-1 data, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the 79-Fjord Glacier in Greenland, derived from Sentinel-1 SAR data acquired between 25/1/2015 and 8/6/2016. It has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nData files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2017-01-17T17:53:24",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26838/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_79fjord/v1.0/",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/20332/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 55715101,
                "numberOfFiles": 5,
                "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5330/?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/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53928/?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/75488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79021/?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": 19860,
            "uuid": "b989a4bf8d534973918470118c0d96fe",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Petermann Glacier for 2015-2016 from Sentinel-1 data, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the Petermann Glacier in Greenland, derived from Sentinel-1 SAR data acquired between 23/1/2015-10/6/2016. It has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nData files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2017-01-17T17:46:24",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26840/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_petermann/v1.0/",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/20331/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 60458117,
                "numberOfFiles": 5,
                "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5329/?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/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53928/?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/75490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79018/?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": 19862,
            "uuid": "a21a03c1697f4d3f9bf3b2509d91b636",
            "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Helheim Glacier for 2015-2016 from Sentinel-1 data, v1.0",
            "abstract": "This dataset contains a time series of ice velocities for the Helheim Glacier in Greenland derived from Sentinel-1 SAR data acquired between between 17/1/2015 and 11/6/2016. It has been produced by the ESA Greenland Ice Sheet Climate Change Initiative (CCI) project.\r\n\r\nData files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid.",
            "keywords": "Greenland, Ice sheet, CCI, ESA",
            "publicationState": "published",
            "dataPublishedTime": "2017-01-17T17:25:24",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26848/?format=api",
                "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_helheim/v1.0/",
                "oldDataPath": [
                    "https://api.catalogue.ceda.ac.uk/api/v2/results/20329/?format=api"
                ],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 31749695,
                "numberOfFiles": 5,
                "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5327/?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/13230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13232/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53928/?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/75494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/79012/?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"
                }
            ]
        }
    ]
}