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=7000
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=7100",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6900",
    "results": [
        {
            "ob_id": 32026,
            "uuid": "c6b2f1ca5f8e4c5285fb4f69d1514a03",
            "title": "Lagrangian Dry Point data regarding the sensitivity of stratospheric water vapour to variability in tropical tropopause temperatures and large-scale transport",
            "abstract": "This dataset contains results in support of a publication that investigates processes affecting water vapour entry to the stratosphere. The back trajectories were calculated using the OFFLINE trajectory model. Past publications have shown the key processes are temperatures in the tropical tropopause layer and large-scale transport into the stratosphere using trajectory methods. Lagrangian Dry Points (LDPs) are normally calculated as the minimum water vapour saturation mixing ratio experienced along a back-trajectory that has traversed from troposphere to tropical lower stratosphere in its recorded history. \r\n\r\nThis study separated the two key processes by sampling alternative temperatures. These alternative temperatures are either time-shifted or averaged in time or longitude. This method is applied for two meteorological datasets: ERA-Interim (ERA-I) reanalysis for the period 1999-2009, and the UM-UKCA chemistry-climate model for eleven years of a repeat-year-2000 forcing scenario. The ERA-I trajectories were calculated by S Fueglistaler and S Liu for separate publications. The UM-UKCA climate model scenario was conducted by A Maycock. This dataset contains only the LDPs resulting from alternative-temperature sampling.\r\n\r\nThe directory UM-UKCA/LDP-original-T/ provides a simple view of the original unmodified method to calculate LDPs.\r\n\r\nLDP-alt-T/ directories contain LDPs determined with time-shifted alternative temperature samplings. The time-shift is identified by the alternative initialisation date, denoted in the filename and file metadata.\r\n\r\nLDP-ave-T/ directories contain LDPs determine with averaged alternative temperature samplings. The averaging is identified by the variable name and metadata. In the variable names, shorthand and full-name identifiers include 6h (6 hourly instantaneous), ZM (zonal mean), 30DZM (30-day rolling window mean and zonal mean), 120DM, 90DM, 60DM, 30DM, 15DM, 14DM, 8DM, 7DM, 4DM, 2DM, 1DM (rolling window 120 day mean, 90 day mean, etc.). \r\n\r\nNote that various alternative temperatures are recorded at each LDP calculated from each alternative temperature.\r\n\r\nFor more information on the directory structure, file naming conventions, variable naming conventions and attribute conventions please see the README.txt.",
            "keywords": "OFFLINE, stratospheric, ERA, UM-UKCA, trajectories",
            "publicationState": "citable",
            "dataPublishedTime": "2020-11-30T14:07:13",
            "doiPublishedTime": "2020-11-30T14:36:56",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32025/?format=api",
                "dataPath": "/badc/deposited2020/OFFLINE_h2o_strat_variability/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2670290796,
                "numberOfFiles": 3768,
                "fileFormat": "Data are provided in NetCDF formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8783/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2722/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79170/?format=api"
            ],
            "dataLineage": "Diabatic trajectories subjected to ERA-I meteorology were obtained from S Liu and S Fueglistaler. Kinematic trajectories subjected to UM-UKCA meteorology were calculated using the OFFLINE trajectory model (Methven et al. 1997, Liu et al. 2009) in a from modified by S Liu and by the data provider. Trajectories are initialised every 2 degrees longitude and latitude between 30 N - 30 S on a surface above the tropical tropopause layer (83 hPa surface for ERA-I and 400K potential temperature surface for UM-UKCA). Alternative temperature sampling was also calculated using OFFLINE. Lagrangian Dry Points were calculated using python processing scripts by the data provider. Data has been converted to CF-netCDF using python processing scripts by the data provider, and then passed on to the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10793/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32028/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141933/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32029/?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": 32033,
            "uuid": "725191f353a743bc8fc9cd2f4852c9ed",
            "title": "ESA Ozone Climate Change Initiative (Ozone_cci): Total ozone column product (level 2) from the GOME satellite instrument, produced with the GODFIT v4 algorithm, version 0300",
            "abstract": "In Ozone_cci, Level2 total ozone column records from the Global Ozone Monitoring Experiment (GOME) have been processed with the GODFIT (Gome-type Direct FITting) version 4 algorithm developed at the Royal Belgian Institute for Space Aeronomie (BIRA-IASB). \r\n\r\nThe dataset has a global coverage and extends in time from 1995 to 2011.",
            "keywords": "total column ozone, GOME, CCI",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8784/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/14147/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141959/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 32037,
            "uuid": "5f4d2f6daebd4195a0368a79405d3686",
            "title": "Global model data generated for volcanic halogen simulations: United Kingdom Earth System Model 1.0 (UKESM1.0), Unified Model version 11.2, N96L85, 1990s timeslice.",
            "abstract": "This dataset contains global model data generated for volcanic halogen simulations. Model used was the United Kingdom Earth System Model 1.0 (UKESM1.0), in an atmosphere-only configuration, with Met Office Unified Model version 11.2. The data is on a global N96 grid (192 x 144 points), and is a mid 1990s timeslice. These data were used to study the impact of co-emission of volcanic halogens on atmospheric composition and radiative forcing.\r\n\r\nThere are 6 experimental integrations for sulfur only (u-bw537, u-bw539, u-bw541, u-bs104, u-bs110, u-bs112) and sulfur & halogens (u-bw538, u-bw540, u-bw542, u-bs109, u-bs111, u-bs113), and a control (u-bs034) for each year. The files are labeled using variable codes such as m01s34i001 to determine the model variable field contained. A full description of what these are can be found in the included file variable_codes.txt.\r\n\r\nThe datasets are in NetCDF format, and were generated from the above model suites.",
            "keywords": "UM, volcanic, halogen, sulfur",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32038/?format=api",
                "dataPath": "/badc/deposited2020/ukesm1_volcanic_halogen/data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 668164633209,
                "numberOfFiles": 8023,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8786/?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/19039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54883/?format=api"
            ],
            "dataLineage": "Simulations run on Met Office MONSooN2. Data extracted from MASS to JASMIN as PP files. Converted to Cf-compliant NetCDF format using Python 3.7.1. The data were then delivered to the Centre for Environmental Data Anaylsis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142000/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/4335/?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": 32040,
            "uuid": "c01a412f71f94de9ae0f5502e127f3fc",
            "title": "Ultrafine and Submicron Particles in the Urban Environment in Thailand: PM10 concentration and composition measurements in Lak Si, Bangkok, Thailand",
            "abstract": "This dataset contains PM10 concentration and composition measurements taken in Lak Si, Bangkok, Thailand. Particulate Matter under 10 micrometres diametre in size (PM10) was collected in 24 hour and 72 hour samples in a rooftop site in Lak Si, Bangkok, Thailand using a Sven Leckel LVS3 PM10 sampler. Samples were weighed and analysed for concentrations of the following elements: magnesium (Mg), aluminim (Al), calcium (Ca), vanadium (V), cromium (Cr), manganese (Mn), iron (Fe), cobalt (Co), nickel (Ni), copper (Cu), zinc (Zn),  arsenic (As), selenium (Se), molybdenum (Mo), cadmium (Cd), antimony (Sb), barium (Ba) and lead (Pb). The data covered three seasons in Bangkok, hot, cool and rainy, from 5th March 2018 until 15th November 2018. Meteorological data was measured in the same location using a Gill Maximet 501 and Gill Maximet 100 weather station. Weather parameters measured included rainfall, wind speed, wind direction, pressure, relative humidity, temperature, dew point and solar radiation. \r\n\r\nMeasurements were taken by the staff of the Toxicology group in the Chulabhorn Research Institute, Thailand and the Atmospheric Chemistry Research Group in the University of Bristol, UK as part of the NERC grant Ultrafine and Submicron Particles in the Urban Environment in Thailand.",
            "keywords": "Thailand, PM10, composition, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2023-07-21T15:45:24",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32041/?format=api",
                "dataPath": "/badc/deposited2020/thailand-particles/data/bristol-lvs3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 35195,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7556/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2543/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26959/?format=api"
            ],
            "dataLineage": "Data sent by the project participants to the Centre for Environmental Data Anaylsis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28097/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168955/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32042/?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": 32043,
            "uuid": "29c70585725e4e308ceb2edf3739520a",
            "title": "Ultrafine and Submicron Particles in the Urban Environment in Thailand: Aerosol concentration and composition size distributions in four locations near Bangkok, Thailand",
            "abstract": "Particulate matter in up to13 size fractions was collected in up to 72 hour samples from a 5th floor window in Lak Si, Bangkok, Thailand; and from Pollution Control Department (PCD) sites in Ayutthaya, Bang Phli and Chok Chai, in or near Bangkok using a Dekati Electrical Low Pressure Impactor Classic (ELPI). Samples were weighed and analysed for concentrations of the following elements: Mg, Al, V, Cr, Mn, Fe, Co, Ni, Cu. Zn,  As, Se, Mo, Cd, Sb, Ba and Pb. The data covered three seasons in Bangkok, hot, cool and rainy, from February 2018 until December 2018. Measurements were taken by the staff of the Toxicology group in the Chulabhorn Research Institute, Thailand and the Atmospheric Chemistry Research Group in the University of Bristol, UK, with the assistance of the PCD, Bangkok, at their sites.",
            "keywords": "Thailand, PM10, composition, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-14T08:29:17",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32044/?format=api",
                "dataPath": "/badc/deposited2020/thailand-particles/data/bristol-elpi/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 84886,
                "numberOfFiles": 3,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8787/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2543/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67596/?format=api"
            ],
            "dataLineage": "Data sent by the project participants to the Centre for Environmental Data Anaylsis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28097/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168956/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32046/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32050,
            "uuid": "934391cd31a54e258eba603a70b25c00",
            "title": "Greenland ice sheet data",
            "abstract": "The dataset comprises output files from FAMOUS-ice--Glimmer, which is a global climate model coupled to a Greenland ice-sheet model. Gregory et al. (2020, Cryosphere) used this model to study the future of the Greenland ice sheet. The data are CF-netCDF files, and their contents are described in detail in MANIFEST.txt.",
            "keywords": "Greenland, ice-sheet",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": null,
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32052/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142069/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32054/?format=api",
            "permissions": [],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32055,
            "uuid": "087d4c75ace04e59a71d95c1c44918f9",
            "title": "HadEX3: Global land-surface climate extremes indices v3.0.3 (1901-2018)",
            "abstract": "HadEX3 is a land-surface dataset of climate extremes indices available on a 1.875 x 1.25 longitude-latitude grid. These 29 indices have been developed by the World Meteorological Organization (WMO) Expert Team on Climate Change Detection and Indices (ETCCDI). Daily precipitation, as well as maximum and minimum temperature observations, are used to calculate these indices at each station. The daily data, as well as indices, have been supplied, quality controlled and combined to make a gridded set of NetCDF files covering 1901-2018 (inclusive). \r\n\r\nSpatial coverage is determined by the number of stations present at each time point as well as the spatial correlation structure between the stations for each index. The spatial coverage is lowest at the beginning of the dataset, rising until around 1960 where it plateaus, and then declines slightly after 2010.\r\n\r\nAll indices are available as annual quantities, with a subset also available on a monthly basis. A number of the indices use a reference period to determine thresholds. For these, we provide two versions, one set using 1961-1990 and another using the more recent 1981-2010 (these reference periods have been indicated in the file name as either 'ref-6190' or 'ref-8110').\r\n\r\nVersion 3.0.3 was added due to an error in how the Rx1day and Rx5day data were being handled for one of the West African data sources. More details can be found in the HadEX3 blog under 'Details/Docs' tab.",
            "keywords": "HadEX3, indicies, temperature, monthly, annual, land, surface, climate",
            "publicationState": "published",
            "dataPublishedTime": "2020-12-17T14:55:37",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32056/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/derived/MOHC/HadOBS/HadEX3/v3-0-3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4115444358,
                "numberOfFiles": 63,
                "fileFormat": "Data are provided in NetCDF formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8718/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/30405/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA). \r\n\r\nHadEX3 is a dataset of gridded land-surface temperature and precipitation extremes indices and was produced by the Met Office Hadley Centre in collaboration with the ARC Centre of Excellence for Climate Extremes at the University of New South Wales and many data contributors from institutes and organisations around the world. The extremes indices were developed by the former WMO Expert Team on Climate Change Detection and Indices (ETCCDI) and derived from daily, station-based observations. These have undergone quality control checks and then been blended into a gridded product using an angular distance weighting routine.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31940/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142136/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31943/?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": 32059,
            "uuid": "8a0b27147d804f08b2eedaba78cf452e",
            "title": "FAAM C233  flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for  FAAM Aircraft Project project.",
            "keywords": ", FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2020-12-16T14:24:45",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32058/?format=api",
                "dataPath": "/badc/faam/data/2020/c233-sep-25",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2747883869,
                "numberOfFiles": 26,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8792/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4205/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31711/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32057/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32060/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142153/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32062,
            "uuid": "4bb9fc42432b46899b1aa1095171e7dc",
            "title": "FAAM C232  flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for  FAAM Aircraft Project project.",
            "keywords": ", FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2020-12-16T14:24:42",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32061/?format=api",
                "dataPath": "/badc/faam/data/2020/c232-sep-21",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3562363078,
                "numberOfFiles": 28,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8793/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2827/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/14946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/15848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/16658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/17109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31711/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32057/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32060/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142175/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32064,
            "uuid": "12484d67ab924ddb8e8e3defcad83825",
            "title": "FAAM C231 Instrument Test flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
            "abstract": "Airborne atmospheric measurements from core instrument suite data on board the FAAM BAE-146 aircraft collected for FAAM Test, Calibration, Training and Non-science Flights and other non-specified flight projects (Instrument) project.",
            "keywords": "Instrument, FAAM, airborne, atmospheric measurments",
            "publicationState": "published",
            "dataPublishedTime": "2020-09-21T16:36:39",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32063/?format=api",
                "dataPath": "/badc/faam/data/2020/c231-aug-27",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6100272729,
                "numberOfFiles": 43,
                "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8794/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4204/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87830/?format=api"
            ],
            "dataLineage": "Data were collected by instrument scientists during the flight before preparation and delivery for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12946/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142191/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32065,
            "uuid": "84403d09cef3485883158f4df2989b0c",
            "title": "ESA Biomass Climate Change Initiative (Biomass_cci): Global datasets of forest above-ground biomass for the years 2010, 2017 and 2018, v2",
            "abstract": "This dataset comprises estimates of forest above-ground biomass for the years 2010, 2017 and 2018.   They are derived from a combination of Earth observation data, depending on the year, from the Copernicus Sentinel-1 mission, Envisat’s ASAR instrument and JAXA’s Advanced Land Observing Satellite (ALOS-1 and ALOS-2), along with additional information from Earth observation sources.    The data has been produced as part of the European Space Agency's (ESA's) Climate Change Initiative (CCI) programme by the Biomass CCI team.  \r\n\r\nThe data products consist of two (2) global layers that include estimates of:\r\n1) above ground biomass (AGB, unit: tons/ha i.e., Mg/ha)  (raster dataset).   This is defined as the mass, expressed as oven-dry weight of the woody parts (stem, bark, branches and twigs) of all living trees excluding stump and roots\r\n2) per-pixel estimates of above-ground biomass uncertainty expressed as the standard deviation in Mg/ha (raster dataset)\r\n\r\nThis release of the data is version 2, with data provided in both netcdf and geotiff format. The quantification of AGB changes by taking the difference of two maps is strongly discouraged due to local biases and uncertainties. Version 3 maps will ensure a more realistic representation of AGB changes.",
            "keywords": "ESA, CCI, Biomass",
            "publicationState": "citable",
            "dataPublishedTime": "2021-03-16T15:59:27",
            "doiPublishedTime": "2021-03-17T10:38:35",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32123/?format=api",
                "dataPath": "/neodc/esacci/biomass/data/agb/maps/v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 122579623645,
                "numberOfFiles": 1708,
                "fileFormat": "Data are in NetCDF and GeoTiff formats"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8795/?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/66280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66285/?format=api"
            ],
            "dataLineage": "Data was created by the Biomass CCI team.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10814/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29954/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142205/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/29957/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2542/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_biomass_terms_and_conditions_v2.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32068,
            "uuid": "5b8217eb6bc242229035d846671c62fa",
            "title": "ESA Water Vapour Climate Change Initiative (Water_Vapour_cci): Total Column Water Vapour daily gridded data over land at 0.05 degree resolution, version 3.1",
            "abstract": "This dataset consists of daily total column water vapour (TCWV) over land, at a 0.05 degree resolution, observed by various satellite instruments.   It has been produced by the European Space Agency Water Vapour Climate Change Initiative (Water_Vapour_cci), and forms part of their TCVW over land Climate Data Record -1  (TCWV-land (CDR-1).\r\n\r\nThis version of the data is v3.1.",
            "keywords": "water vapour, CCI, TCWV",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-20T16:40:46",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33283/?format=api",
                "dataPath": "/neodc/esacci/water_vapour/data/TCWV-land/L3/v3.1/0.05deg/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 403722188439,
                "numberOfFiles": 5664,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8796/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/46671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/46672/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32934/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32072/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149465/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/33286/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2529/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_watervapour_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32069,
            "uuid": "97d8054089a04235ab55a419622b4f1b",
            "title": "ESA Water Vapour Climate Change Initiative (Water_Vapour_cci): Total Column Water Vapour daily gridded data over land at 0.5 degree resolution, version 3.1",
            "abstract": "This dataset consists of daily total column water vapour (TCWV) over land, at a 0.5 degree resolution, observed by various satellite instruments.   It has been produced by the European Space Agency Water Vapour Climate Change Initiative (Water_Vapour_cci), and forms part of their TCVW over land Climate Data Record -1  (TCWV-land (CDR-1).\r\n\r\nThis version of the data is v3.1.",
            "keywords": "water vapour, CCI, TCWV",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-20T16:39:52",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33289/?format=api",
                "dataPath": "/neodc/esacci/water_vapour/data/TCWV-land/L3/v3.1/0.5deg/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8426298130,
                "numberOfFiles": 5664,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8798/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/46671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/46672/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32934/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32072/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149458/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/33286/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2529/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_watervapour_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32070,
            "uuid": "008b306d2cda435cb7ea9eb44bc07c73",
            "title": "ESA Water Vapour Climate Change Initiative (Water_Vapour_cci): Total Column Water Vapour monthly gridded data over land at 0.5 degree resolution, version 3.1",
            "abstract": "This dataset consists of monthly averaged total column water vapour (TCWV) over land, at a 0.5 degree resolution, observed by various satellite instruments. It has been produced by the European Space Agency Water Vapour Climate Change Initiative (Water_Vapour_cci), and forms part of their TCVW over land Climate Data Record -1 (TCWV-land (CDR-1).\r\n\r\nThis version of the data is v3.1.",
            "keywords": "water vapour, CCI, TCWV",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-20T16:41:21",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33287/?format=api",
                "dataPath": "/neodc/esacci/water_vapour/data/TCWV-land/L3/v3.1/0.5deg/monthly/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 218556681,
                "numberOfFiles": 187,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8797/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/43326/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32934/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32072/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149451/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/33286/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2529/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_watervapour_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32071,
            "uuid": "14e296d401f94ece8a2f143a7ddb0069",
            "title": "ESA Water Vapour Climate Change Initiative (Water_Vapour_cci): Total Column Water Vapour monthly gridded data over land at 0.05 degree resolution, version 3.1",
            "abstract": "This dataset consists of monthly averaged total column water vapour (TCWV) over land, at a 0.05 degree resolution, observed by various satellite instruments.   It has been produced by the European Space Agency Water Vapour Climate Change Initiative (Water_Vapour_cci), and forms part of their TCVW over land Climate Data Record -1  (TCWV-land (CDR-1).\r\n\r\nThis version of the data is v3.1.",
            "keywords": "water vapour, CCI, TCWV",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-20T16:42:17",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33288/?format=api",
                "dataPath": "/neodc/esacci/water_vapour/data/TCWV-land/L3/v3.1/0.05deg/monthly/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15528569529,
                "numberOfFiles": 187,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8799/?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/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60319/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32934/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32072/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149444/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/33286/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2529/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_watervapour_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32074,
            "uuid": "bac887be794d4c4587f302f764c12ec4",
            "title": "Microbiology-Ocean-Cloud Coupling in the High Arctic (MOCCHA): Meteorological data from the measurement station on the ice floe",
            "abstract": "This dataset contains meteorological data, including air temperature, near-surface air temperature profiles, relative humidity, surface temperature, near-surface wind speed profiles, shortwave and longwave radiation components, wind speed and wind direction measured at a station on the ice floe during the joint Arctic Climate Across Scales (ACAS) and Microbiology-Ocean-Cloud Coupling in the High Arctic (MOCCHA) projects - both part of the Arctic Ocean 2018 (AO2018) expedition to the High Arctic.\r\n\r\nAO2018 took place in the Arctic from 1 August until 21 September 2018. These measurements were used to complement a suite of other observations taken during the expedition. Those of the UK contribution, as well as selected other data, are available within the associated data collection in the Centre for Environmental Data Analysis (CEDA) archives. Other cruise data may be available in the Bolin Centre for Climate Research MOCCHA/AO2018 holdings.\r\n\r\nThese data were prepared for archiving as NetCDF data at the Centre for Environmental Data Analysis (CEDA) by Jutta Vüllers, University of Leeds.\r\n\r\nThe UK participation of MOCCHA was funded by the Natural Environment Research Council (NERC, grant: NE/R009686/1) and involved instrumentation from the Atmospheric Measurement Facility of the UK's National Centre for Atmospheric Science (NCAS AMF).",
            "keywords": "MOCCHA, meteorology, station, temperature, humidity, radiation, wind",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-18T13:42:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32081/?format=api",
                "dataPath": "/badc/moccha/data/leeds-metek-sonic-anemometer/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 24412073,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8802/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2584/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80029/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the MOCCHA project data authors before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29975/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29977/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142269/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32080/?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": 32092,
            "uuid": "8177330a5f2443059b7107188c2ab3c1",
            "title": "ECMWF ERA5t: model level analysis parameter data",
            "abstract": "This dataset contains ERA5 initial release (ERA5t) model level analysis parameter data. ERA5t is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project initial release available upto 5 days behind the present data. CEDA will maintain a 6 month rolling archive of these data with overlap to the verified ERA5 data - see linked datasets on this record. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nSurface level analysis and forecast data to complement this dataset are also available. Data from a 10 member ensemble, run at lower spatial and temporal resolution, were also produced to provide an uncertainty estimate for the output from the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation producing data in this dataset.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-10T09:43:00",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32091/?format=api",
                "dataPath": "/badc/ecmwf-era5t/data/oper/an_ml/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6222646790778,
                "numberOfFiles": 42050,
                "fileFormat": "Data are netCDF formatted with internal compression."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8229/?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/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31797/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142285/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32093,
            "uuid": "f809e61a61ee4eb9a64d4957c3e5bfac",
            "title": "ECMWF ERA5: model level analysis parameter data",
            "abstract": "This dataset contains ERA5 model level analysis parameter data. ERA5 is the 5th generation reanalysis project from the European Centre for Medium-Range Weather Forecasts (ECWMF) - see linked documentation for further details. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nSurface level analysis and forecast data to complement this dataset are also available. Data from a 10 member ensemble, run at lower spatial and temporal resolution, were also produced to provide an uncertainty estimate for the output from the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation producing data in this dataset.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects.\r\n\r\nAn initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed ahead of being released by ECMWF as quality assured data within 3 months. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record. However, for the period 2000-2006 the initial ERA5 release was found to suffer from stratospheric temperature biases and so new runs to address this issue were performed resulting in the ERA5.1 release (see linked datasets). Note, though, that Simmons et al. 2020 (technical memo 859) report that \"ERA5.1 is very close to ERA5 in the lower and middle troposphere.\" but users of data from this period should read the technical memo 859 for further details.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, model level",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-10T09:36:48",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27566/?format=api",
                "dataPath": "/badc/ecmwf-era5/data/oper/an_ml/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 427741401471156,
                "numberOfFiles": 2943052,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8225/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92145/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142294/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32094,
            "uuid": "bd302093953a48359ab33e4b48324f5f",
            "title": "ECMWF ERA5: 10 ensemble member surface level analysis parameter data",
            "abstract": "This dataset contains ERA5 surface level analysis parameter data from 10 ensemble runs. ERA5 is the 5th generation reanalysis project from the European Centre for Medium-Range Weather Forecasts (ECWMF) - see linked documentation for further details. The ensemble members were used to derive means and spread data (see linked datasets). Ensemble means and spreads were calculated from the ERA5t 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1). See linked datasets for ensemble member and ensemble mean data.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects.\r\n\r\nAn initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed ahead of being released by ECMWF as quality assured data within 3 months. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record. However, for the period 2000-2006 the initial ERA5 release was found to suffer from stratospheric temperature biases and so new runs to address this issue were performed resulting in the ERA5.1 release (see linked datasets). Note, though, that Simmons et al. 2020 (technical memo 859) report that \"ERA5.1 is very close to ERA5 in the lower and middle troposphere.\" but users of data from this period should read the technical memo 859 for further details.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble runs",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-13T09:52:54",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27569/?format=api",
                "dataPath": "/badc/ecmwf-era5/data/enda/an_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 20862603350288,
                "numberOfFiles": 13733598,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8225/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142303/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32095,
            "uuid": "3c3c845f1dfb4788a2577651cd758ee9",
            "title": "ECMWF ERA5: ensemble spreads of surface level analysis parameter data",
            "abstract": "This dataset contains ensemble spreads for the ERA5 surface level analysis parameter data ensemble means (see linked dataset). ERA5 is the 5th generation reanalysis project from the European Centre for Medium-Range Weather Forecasts (ECWMF) - see linked documentation for further details. The ensemble means and spreads are calculated from the ERA5 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1). See linked datasets for ensemble member and ensemble mean data.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects.\r\n\r\nAn initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed ahead of being released by ECMWF as quality assured data within 3 months. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record. However, for the period 2000-2006 the initial ERA5 release was found to suffer from stratospheric temperature biases and so new runs to address this issue were performed resulting in the ERA5.1 release (see linked datasets). Note, though, that Simmons et al. 2020 (technical memo 859) report that \"ERA5.1 is very close to ERA5 in the lower and middle troposphere.\" but users of data from this period should read the technical memo 859 for further details.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2021-06-25T08:52:57",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27571/?format=api",
                "dataPath": "/badc/ecmwf-era5/data/enda/es_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2013348233070,
                "numberOfFiles": 1373362,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8225/?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/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31788/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142312/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32096,
            "uuid": "d8021685264e43c7a0868396a5f582d0",
            "title": "ECMWF ERA5: ensemble means of surface level analysis parameter data",
            "abstract": "This dataset contains ERA5 surface level analysis parameter data ensemble means (see linked dataset for spreads). ERA5 is the 5th generation reanalysis project from the European Centre for Medium-Range Weather Forecasts (ECWMF) - see linked documentation for further details. The ensemble means and spreads are calculated from the ERA5 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1). See linked datasets for ensemble member and ensemble mean data.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects.\r\n\r\nAn initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed ahead of being released by ECMWF as quality assured data within 3 months. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record. However, for the period 2000-2006 the initial ERA5 release was found to suffer from stratospheric temperature biases and so new runs to address this issue were performed resulting in the ERA5.1 release (see linked datasets). Note, though, that Simmons et al. 2020 (technical memo 859) report that \"ERA5.1 is very close to ERA5 in the lower and middle troposphere.\" but users of data from this period should read the technical memo 859 for further details.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-13T10:19:19",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27570/?format=api",
                "dataPath": "/badc/ecmwf-era5/data/enda/em_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1972078641228,
                "numberOfFiles": 1373362,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8225/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80065/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142321/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32099,
            "uuid": "db259fd2bad64b6da9af884121a160a6",
            "title": "VERA: West Africa current vegetation and 1950 vegetation scenario ensemble mean data for June 2014",
            "abstract": "This dataset contains netcdf files produced from the output of UK Met Office Unified Model atmosphere-only simulations over West Africa for current vegetation and 1950s vegetation scenarios. The region covered is 20W to 20E, 0N-25N and simulations were run for 5 days from 1st June 2014 conditions using boundary conditions and sea surface temperature from ERA-Interim reanalysis. \r\n\r\nThe files contain ensemble means (from 10 member ensembles) and the results of a paired Student's T-Test between the two scenarios.  There are also files for specific longitude bands and some averaged over 16W-16E, 4N-15N for all land, deforested land and unchanged land. The data is mostly hourly and allows analysis of the impact of recent deforestation in this region. The simulations were run by Julia Crook (University of Leeds) on the ARCHER supercomputer. \r\n\r\nThis data was collected as part of the NERC project 'Vegetation Effects on Rainfall in West Africa (VERA)'.",
            "keywords": "VERA, Vegetation, Africa, model",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-19T09:52:53",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32097/?format=api",
                "dataPath": "/badc/deposited2021/vera/data/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9160844042,
                "numberOfFiles": 53,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8803/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2723/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89549/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24896/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168957/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32098/?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": 32100,
            "uuid": "f5a674c74cdd427594b6f3793b536cd0",
            "title": "HadISD: Global sub-daily, surface meteorological station data, 1931-2020, v3.1.1.2020f",
            "abstract": "This is version 3.1.1.2020f of Met Office Hadley Centre's Integrated Surface Database, HadISD. These data are global sub-daily surface meteorological data that extends HadISD v3.1.0.2019f to include 2020 and so spans 1931-2020.\r\n\r\nThe quality controlled variables in this dataset are: temperature, dewpoint temperature, sea-level pressure, wind speed and direction, cloud data (total, low, mid and high level). Past significant weather and precipitation data are also included, but have not been quality controlled, so their quality and completeness cannot be guaranteed. Quality control flags and data values which have been removed during the quality control process are provided in the qc_flags and flagged_values fields, and ancillary data files show the station listing with a station listing with IDs, names and location information. \r\n\r\nThe data are provided as one NetCDF file per station. Files in the station_data folder station data files have the format \"station_code\"_HadISD_HadOBS_19310101-20210101_v3-1-1-2020f.nc. The station codes can be found under the docs tab. The station codes file has five columns as follows: 1) station code, 2) station name 3) station latitude 4) station longitude 5) station height.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISD blog: http://hadisd.blogspot.co.uk/\r\n\r\nReferences:\r\nWhen using the dataset in a paper you must cite the following papers (see Docs for link to the publications) and this dataset (using the \"citable as\" reference) :\r\n\r\nDunn, R. J. H., (2019), HadISD version 3: monthly updates, Hadley Centre Technical Note.\r\n\r\nDunn, R. J. H., Willett, K. M., Parker, D. E., and Mitchell, L.: Expanding HadISD: quality-controlled, sub-daily station data from 1931, Geosci. Instrum. Method. Data Syst., 5, 473-491, doi:10.5194/gi-5-473-2016, 2016.\r\n\r\nDunn, R. J. H., et al. (2012), HadISD: A Quality Controlled global synoptic report database for selected variables at long-term stations from 1973-2011, Clim. Past, 8, 1649-1679, 2012, doi:10.5194/cp-8-1649-2012\r\n\r\nSmith, A., N. Lott, and R. Vose, 2011: The Integrated Surface Database: Recent Developments and Partnerships. Bulletin of the American Meteorological Society, 92, 704–708, doi:10.1175/2011BAMS3015.1\r\n\r\nFor a homogeneity assessment of HadISD please see this following reference\r\n\r\nDunn, R. J. H., K. M. Willett, C. P. Morice, and D. E. Parker. \"Pairwise homogeneity assessment of HadISD.\" Climate of the Past 10, no. 4 (2014): 1501-1522. doi:10.5194/cp-10-1501-2014, 2014.",
            "keywords": "HadISD, temperature, dewpoint, pressure, wind, speed, direction, cloud, precipitation",
            "publicationState": "published",
            "dataPublishedTime": "2021-01-27T15:15:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32122/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISD/subdaily/HadISDTable/r1/v3-1-1-2020f/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 46796106598,
                "numberOfFiles": 8500,
                "fileFormat": "The data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8810/?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/54776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82938/?format=api"
            ],
            "dataLineage": "HadISD the global sub-daily station dataset was produced by the Met Office Hadley Centre. It was derived from the Integrated Surface Dataset (ISD) from NOAA's National Climatic Data Center (NCDC). HadISD has been passed to the Centre for Environmental Data Analysis (CEDA) for archiving and distribution.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142340/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/20043/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2561/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/",
                    "licenceClassifications": "personal, academic, policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32103,
            "uuid": "bd860cadea1344ee83af32887a135d67",
            "title": "RAIN-E: NCAS mobile X-band radar scan data from Sandwith, near Whitehaven in Cumbria, UK, Version 1",
            "abstract": "This dataset contains scan data from the National Centre for Atmospheric Science Atmospheric Measurement and Observation Facility's mobile X-band radar during the Radar Applications in Northern England (RAIN-E) project. The radar collected data at Sandwith, near Whitehaven in Cumbria from October 2018 to December 2020.",
            "keywords": "NCAS, AMOF, radar, precipitation, rainfall, dual-polarisation, hydrometeorology, RAINE",
            "publicationState": "citable",
            "dataPublishedTime": "2021-12-09T15:25:27",
            "doiPublishedTime": "2022-01-20T15:38:41",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/42838/?format=api",
                "dataPath": "/badc/ncas-mobile/data/ncas-mobile-x-band-radar-1/20181025_raine/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8659041976065,
                "numberOfFiles": 332945,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8804/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2906/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31193/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10980/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33438/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142366/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32106/?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": 32108,
            "uuid": "f2f0bc7b9d0344babea9e800d9b71535",
            "title": "ECMWF ERA5t: 10 ensemble member surface level analysis parameter data",
            "abstract": "This dataset contains ERA5 initial release (ERA5t) surface level analysis parameter data from 10 member ensemble runs. ERA5t is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project initial release available upto 5 days behind the present data. CEDA will maintain a 6 month rolling archive of these data with overlap to the verified ERA5 data - see linked datasets on this record. Ensemble means and spreads were calculated from the ERA5t 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record. See linked datasets for ensemble member and spread data.\r\n\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1).  See linked datasets for ensemble mean and ensemble spread data.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed and, if required, amended before the full ERA5 release. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble runs",
            "publicationState": "published",
            "dataPublishedTime": "2022-03-22T16:15:55",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32088/?format=api",
                "dataPath": "/badc/ecmwf-era5t/data/enda/an_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 270433385166,
                "numberOfFiles": 174402,
                "fileFormat": "Data are netCDF formatted with internal compression."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10225/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80065/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142381/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32109,
            "uuid": "d90fd3f22541420ab4a0d03e8fdd92d3",
            "title": "ECMWF ERA5t: ensemble means of surface level analysis parameter data",
            "abstract": "This dataset contains ERA5 initial release (ERA5t) surface level analysis parameter data ensemble means (see linked dataset for spreads). ERA5t is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project initial release available upto 5 days behind the present data. CEDA will maintain a 6 month rolling archive of these data with overlap to the verified ERA5 data - see linked datasets on this record. The ensemble means and spreads are calculated from the ERA5t 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record. See linked datasets for ensemble member and spread data.\r\n\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1).\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed and, if required, amended before the full ERA5 release. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-13T10:21:40",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32089/?format=api",
                "dataPath": "/badc/ecmwf-era5t/data/enda/em_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27475981210,
                "numberOfFiles": 17442,
                "fileFormat": "Data are netCDF formatted with internal compression."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9184/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80065/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142390/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32110,
            "uuid": "cda895d99f1d47b5b1a76aa63e73cf66",
            "title": "ECMWF ERA5t: ensemble spreads of surface level analysis parameter data",
            "abstract": "This dataset contains ensemble spreads for the ERA5 initial release (ERA5t) surface level analysis parameter data ensemble means (see linked dataset). ERA5t is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project initial release available upto 5 days behind the present data. CEDA will maintain a 6 month rolling archive of these data with overlap to the verified ERA5 data - see linked datasets on this record. The ensemble means and spreads are calculated from the ERA5t 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1). See linked datasets for ensemble member and ensemble mean data.\r\n\r\nThe ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data (ERA5t) is made roughly 5 days behind the present date. These will be subsequently reviewed and, if required, amended before the full ERA5 release. CEDA holds a 6 month rolling copy of the latest ERA5t data. See related datasets linked to from this record.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2022-03-22T16:15:07",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32090/?format=api",
                "dataPath": "/badc/ecmwf-era5t/data/enda/es_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27072424835,
                "numberOfFiles": 17442,
                "fileFormat": "Data are netCDF formatted with internal compression."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8225/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80065/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142399/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32111,
            "uuid": "8aa70a91378d455ea63a2a1953858a7f",
            "title": "ECMWF ERA5.1: surface level analysis parameter data for 2000-2006",
            "abstract": "This dataset contains ERA5.1 surface level analysis parameter data for the period 2000-2006. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details). This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nModel level analysis and surface forecast data to complement this dataset are also available. Data from a 10 member ensemble, run at lower spatial and temporal resolution, were also produced to provide an uncertainty estimate for the output from the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation producing data in this dataset.\r\n\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-12T11:50:34",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32086/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/oper/an_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1034405929557,
                "numberOfFiles": 797785,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8805/?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/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31788/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142408/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32112,
            "uuid": "54a44e3bdaa14ac8a95f63d91ef51ace",
            "title": "ECMWF ERA5.1: surface level forecast parameter data for 2000-2006",
            "abstract": "This dataset contains ERA5.1 surface level forecast parameter data for the period 2000-2006. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details). This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nSurface and Model level analysis data to complement this dataset are also available. Data from a 10 member ensemble, run at lower spatial and temporal resolution, were also produced to provide an uncertainty estimate for the output from the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation producing data in this dataset.\r\n\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-12T11:50:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32085/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/oper/fc_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 769869485616,
                "numberOfFiles": 490945,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8806/?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/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69038/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70683/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142417/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32113,
            "uuid": "b8fdab7c8dea4e56b6ae051eb554cf76",
            "title": "ECMWF ERA5.1: model level analysis parameter data for 2000-2006",
            "abstract": "This dataset contains ERA5.1 model level analysis parameter data for the period 2000-2006. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details). This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nSurface level analysis and forecast data to complement this dataset are also available. Data from a 10 member ensemble, run at lower spatial and temporal resolution, were also produced to provide an uncertainty estimate for the output from the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation producing data in this dataset.\r\n\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, model level",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-15T15:24:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32087/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/oper/an_ml/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 72584396346244,
                "numberOfFiles": 490945,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4997/?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/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31797/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142426/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32114,
            "uuid": "7539b74273e14be7b226ec09c94b9bb5",
            "title": "ECMWF ERA5.1: 10 ensemble member surface level analysis parameter data for 2000-2006",
            "abstract": "This dataset contains ERA5.1 surface level analysis parameter data for the period 2000-2006 from 10 member ensemble runs. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details).  Ensemble means and spreads are calculated from these 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1).  See linked datasets for ensemble mean and ensemble spread data.\r\n\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble runs",
            "publicationState": "published",
            "dataPublishedTime": "2021-12-13T10:16:25",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32084/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/enda/an_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3159082017422,
                "numberOfFiles": 2045601,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4997/?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/51981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142435/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32115,
            "uuid": "9266a584355b46cf9d02791256e2b457",
            "title": "ECMWF ERA5.1: ensemble means of surface level analysis parameter data for 2000-2006",
            "abstract": "This dataset contains ERA5.1 surface level analysis parameter data ensemble means over the period 2000-2006. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details).  The ensemble means are calculated from the ERA5.1 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record. See linked datasets for ensemble member and spread data.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1).\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-12T11:52:21",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32083/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/enda/em_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 320958396048,
                "numberOfFiles": 204560,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4997/?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/51981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69039/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142444/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32116,
            "uuid": "fba43af08c49445cb9150d524d8a2072",
            "title": "ECMWF ERA5.1: ensemble spreads of surface level analysis parameter data for 2000-2006",
            "abstract": "This dataset contains spreads for the ERA5.1 surface level analysis parameter data ensemble means (see linked dataset) over the period 2000-2006. ERA5.1 is the European Centre for Medium-Range Weather Forecasts (ECWMF) ERA5 reanalysis project re-run for 2000-2006 to improve upon the cold bias in the lower stratosphere seen in ERA5 (see technical memorandum 859 in the linked documentation section for further details). The ensemble means and spreads are calculated from the ERA5.1 10 member ensemble, run at a reduced resolution compared with the single high resolution (hourly output at 31 km grid spacing) 'HRES' realisation, for which these data have been produced to provide an uncertainty estimate. This dataset contains a limited selection of all available variables and have been converted to netCDF from the original GRIB files held on the ECMWF system. They have also been translated onto a regular latitude-longitude grid during the extraction process from the ECMWF holdings. For a fuller set of variables please see the linked Copernicus Data Store (CDS) data tool, linked to from this record.\r\n\r\nNote, ensemble standard deviation is often referred to as ensemble spread and is calculated as the standard deviation of the 10-members in the ensemble (i.e., including the control). It is not the sample standard deviation, and thus were calculated by dividing by 10 rather than 9 (N-1).\r\n\r\nThe main ERA5 global atmospheric reanalysis of the covers 1979 to 2 months behind the present month. This follows on from the ERA-15, ERA-40 rand ERA-interim re-analysis projects. An initial release of ERA5 data, ERA5t, are also available upto 5 days behind the present. A limited selection of data from these runs are also available via CEDA, whilst full access is available via the Copernicus Data Store.",
            "keywords": "ECMWF, ERA, ERA5, reanalysis, analysis, surface level, ensemble run",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-12T11:52:28",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32082/?format=api",
                "dataPath": "/badc/ecmwf-era51/data/enda/es_sfc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 318713694356,
                "numberOfFiles": 204561,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4997/?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/2007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/31788/?format=api"
            ],
            "dataLineage": "Data are generated by the ERA5 project at European Centre for Medium-Range Weather Forecasts (ECMWF) before being prepared by CEDA staff using the ECMWF system and uploaded to Centre for Environmental Data Analysis (CEDA) for ingestion into the archive. Data are translated over to a regular latitude-longitude grid and converted to netCDF format ahead of transfer to the CEDA system.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30234/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30248/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142453/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2536/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf-era-products.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32117,
            "uuid": "88224a922439441fa6644b4564dcd90c",
            "title": "Posterior South American monthly mean surface flux of methane (2010-2018) produced using the INVICAT 4D-Var inverse model.",
            "abstract": "This data set consist of a single file which contains a set of optimised global surface fluxes of methane (CH4), produced through variational inverse methods using the TOMCAT chemical transport model, and the INVICAT inverse transport model. These surface fluxes are produced as monthly mean values on the (approximately) 5.6-degree horizontal model grid. The associated uncertainty for the flux from each grid cell is also included. The fluxes and uncertainties are global and cover the period Jan 2010 - Dec 2018. The emissions from fossil fuels are labelled FF_FLUX, whilst the uncertainties are labelled FF_ERROR. The emissions from natural, agricultural and biomass burning sources are labelled NAT_FLUX, whilst the uncertainties are labelled NAT_ERROR. These two sectors (fossil fuel and non-fossil fuel) are solved for separately in the inversion. Flux and uncertainty units are kg(CH4)/m2/s, and time units are days since January 1st 2010. These emissions show improved performance relative to independent observations when included in the TOMCAT model. Further details about the data can be found in Wilson et al. (2020) in the documentation section.",
            "keywords": "CH4, Methane, Amazon, agriculture, biomass, TOMCAT, INVICAT",
            "publicationState": "citable",
            "dataPublishedTime": "2021-02-11T16:07:17",
            "doiPublishedTime": "2021-02-17T14:19:15.290225",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32118/?format=api",
                "dataPath": "/neodc/gosat/data/ch4/invicat_amazon/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 293715,
                "numberOfFiles": 2,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8808/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2725/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68849/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10804/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/5002/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142497/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32129/?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": 32119,
            "uuid": "ee3900d930c34730bacc4cf5ada98a7d",
            "title": "APHH: VOC measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the pre and post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset contains hourly VOC concentration measurements from the University of York's two-dimensional gas chromatography with flame ionisation detection instrument. This instrument was located at the Indira Gandi Delhi Technical University for Women (IGDTUW). Mixing ratios are reported in parts per billion by volume (ppbV). The stationary inlet was located on the roof of a single-story building. \r\n\r\nCalibrations have been performed using a certified NPL 30 component mixture. Certain C4 substituted monoaromatic compounds have been tentatively identified. Monoterpenes have been quantified based on their relative response to liquid injections.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux, VOC",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-08T14:59:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32120/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/york-gcxgc-fid/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1039158,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8809/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142472/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32121/?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": 32124,
            "uuid": "58648f7210c84c44a91dc128d8d750d8",
            "title": "IASI atmospheric spectra (L1C product) from the EPS Metop - C satellite: CEDA mirror archive for STFC, NCAS, NCEO",
            "abstract": "This dataset contains level 1C data products from the Infrared Atmospheric Sounding Interferometer (IASI) instrument onboard the Eumetsat EPS Metop-C satellite. \r\n\r\nIASI was designed to measure the infrared spectrum emitted by the earth. IASI provides infrared soundings of the temperature profiles in the troposphere and lower stratosphere, moisture profiles in the troposphere, as well as some of the chemical components playing a key role in the climate monitoring, global change and atmospheric chemistry. the IASI L1c product contains infra-red radiance spectra at the 0.5cm-1 resolution, covering the range between 645.0 cm-1 and 2760 cm-1. Please note an erratum has been raised in relation to 2017 data please see the Ten-Year Assessment of IASI Radiance and Temperature in the documentation section.\r\n\r\nThis data set contains the original processed data.. in the following directories based on processing algorithm. Please see information under the process tab for further information.\r\n\r\nThis data has been provided by EUMETSAT to CEDA to support access to active scientists from the following institutions only \r\n\r\n- The Science and Technology Facilities Council (STFC)\r\n- The National Centre for Earth Observation (NCEO)\r\n- The National Centre for Atmospheric Science (NCAS)\r\n\r\nIf you are from one of these institutions, please apply for access below and follow the instructions.  If you are not from one of these institutions, please go to the documentation section for the relevant link to the EUMETSAT EO portal where you can obtain the data directly.",
            "keywords": "IASI, EPS, satellite, temperature, troposphere, stratosphere, Metop-C",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-03T20:32:23",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32125/?format=api",
                "dataPath": "/neodc/iasi_metop_c/data/l1c/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 28161792678324,
                "numberOfFiles": 13596,
                "fileFormat": "EUMETSAT native IASI"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8811/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data collected and prepared by EUMETSAT before a copy was obtained by CEDA directly from EUMETSAT",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19624/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142479/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32126/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2663/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "metop_iasi",
                    "label": "restricted: metop_iasi group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/Eumetsat%20Data_Policy.pdf",
                    "licenceClassifications": "specific"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32132,
            "uuid": "1bd597257788460189e62f46d60e0b0e",
            "title": "Global removal methane simulation measurements from UKESM1 model using UKCA coupled with JULES and MEDUSA",
            "abstract": "This dataset contains global removal methane simulation measurements from the UK Earth system models (UKESM1) model using UK Chemistry and Aerosol (UKCA) coupled with Joint UK Land Environment Simulator (JULES) and Model of Ecosystem Dynamics, nutrient Utilisation, Sequestrationand Acidification (MEDUSA). Using UKESM1, a series of simulations of methane removal were run until 2100. \r\n\r\nThe measurements include globally averaged data for methane emissions, surface temperature, and surface ozone at a monthly time period. This was completed using the new emissions-driven configuration of UKESM1. Model resolution is N96L85-ORCA1 with 85 vertical levels. Wetland methane emissions are interactively coupled to UKCA. (More details available in Sellar et al 2019 and Folberth et al 2021). The different columns are different simulations. These can be broken down into two broad categories: those based on SSP1-2.6 and those based on SSP3-7.0. \r\n\r\nFor each SSP, we created a set of methane removal simulations with the modified prescribed methane emissions shown in the corresponding columns. These were for the base SSP, a series of different removal amounts (0.25, 0.5, 0.75, 1, 1.5, and 2.0 x the removal in SSP3-7.0LowCH4) and a series of different timings for the start of removal (2020, 2030, 2040, 2050). For each simulations, global means surface temperature and ozone are gathered in this data. Location extent is full global average.",
            "keywords": "removal, methane, UKKESM1, UKCA",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-03T10:55:27",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32130/?format=api",
                "dataPath": "/badc/deposited2021/ukesm1_methane_removal/data/v1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 792376,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8814/?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/67597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67630/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168958/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32131/?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": 32136,
            "uuid": "612a615afb5d48459b385380b440b545",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Monthly climatology of global ocean colour data products, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains a monthly climatology of the generated ocean colour products covering the period 1997 - 2020.\r\n\r\nData products being produced include: phytoplankton chlorophyll-a concentration; remote-sensing reflectance at six wavelengths; total absorption and backscattering coefficients; phytoplankton absorption coefficient and absorption coefficients for dissolved and detrital material; and the diffuse attenuation coefficient for downwelling irradiance for light of wavelength 490nm. Information on uncertainties is also provided.\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:12:51",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32147/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/climatology/netcdf/monthly/v5.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14088690998,
                "numberOfFiles": 13,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8915/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/55890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62500/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142589/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32137,
            "uuid": "5ab5267b17254152bcdbc055747faa02",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global remote sensing reflectance gridded on a geographic projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains the Version 5.0 Remote Sensing Reflectance product on a geographic projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. Values for remote sensing reflectance at the sea surface are provided for the standard SeaWiFS wavelengths (412, 443, 490, 510, 555, 670nm) with pixel-by-pixel uncertainty estimates for each wavelength. These are merged products based on SeaWiFS, MERIS and Aqua-MODIS data. Note, this dataset is also contained within the 'All Products' dataset. \r\n\r\nThis data product is on a geographic grid projection, which is a direct conversion of latitude and longitude coordinates to a rectangular grid, typically a fixed multiplier of 360x180. The netCDF files follow the CF convention for this projection with a resolution of 8640x4320. (A separate dataset is also available for data on a sinusoidal projection).\r\n\r\nPlease note,  data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance.   The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic, Reflectance",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:07:26",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32148/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/geographic/netcdf/rrs",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7717173253487,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8846/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59896/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142625/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32138,
            "uuid": "016f577b631a429a8558796a74983154",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global ocean colour data products gridded on a geographic projection (All Products), Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains all their Version 5.0 generated ocean colour products on a geographic projection at 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020.  Data are also available as monthly climatologies.\r\n\r\nData products being produced include: phytoplankton chlorophyll-a concentration; remote-sensing reflectance at six wavelengths; total absorption and backscattering coefficients; phytoplankton absorption coefficient and absorption coefficients for dissolved and detrital material; and the diffuse attenuation coefficient for downwelling irradiance for light of wavelength 490nm. Information on uncertainties is also provided.\r\n\r\nThis data product is on a geographic grid projection, which is a direct conversion of latitude and longitude coordinates to a rectangular grid, typically a fixed multiplier of 360x180. The netCDF files follow the CF convention for this projection with a resolution of 8640x4320. (A separate dataset is also available for data on a sinusoidal projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T14:20:51",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32149/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/geographic/netcdf/all_products/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 20079027881733,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8845/?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/12066/?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/55884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67642/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142661/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32139,
            "uuid": "e2c223cdcb4844f9a1ffe9759b61eaf4",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global attenuation coefficient for downwelling irradiance (Kd490) gridded on a sinusoidal projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains the Version 5.0 Kd490 attenuation coefficient (m-1) for downwelling irradiance product on a sinusoidal projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. It is computed from the Ocean Colour CCI Version 5.0 inherent optical properties dataset at 490 nm and the solar zenith angle. Note, these data are also contained within the 'All Products' dataset. \r\n\r\nThis data product is on a sinusoidal equal-area grid projection, matching the NASA standard level 3 binned projection. The default number of latitude rows is 4320, which results in a vertical bin cell size of approximately 4 km. The number of longitude columns varies according to the latitude, which permits the equal area property. Unlike the NASA format, where the bin cells that do not contain any data are omitted, the CCI format retains all cells and simply marks empty cells with a NetCDF fill value. (A separate dataset is also available for data on a geographic projection).\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Sinusoidal",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:11:52",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32150/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/sinusoidal/netcdf/kd",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1477883149412,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8844/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32028/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142697/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32140,
            "uuid": "66534da90ed44abebfc1b08adca4f9c3",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global chlorophyll-a data products gridded on a sinusoidal projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains their Version 5.0 chlorophyll-a product (in mg/m3) on a sinusoidal projection at 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. Note, the chlorophyll-a data are also included in the 'All Products' dataset. \r\n\r\nThis data product is on a sinusoidal equal-area grid projection, matching the NASA standard level 3 binned projection. The default number of latitude rows is 4320, which results in a vertical bin cell size of approximately 4 km. The number of longitude columns varies according to the latitude, which permits the equal area property. Unlike the NASA format, where the bin cells that do not contain any data are omitted, the CCI format retains all cells and simply marks empty cells with a NetCDF fill value. (A separate dataset is also available for data on a geographic projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Sinusoidal, chlorophyll-a",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:08:47",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32151/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/sinusoidal/netcdf/chlor_a",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1471585903536,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8843/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32029/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following doi: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142733/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32141,
            "uuid": "f30495d4425f46c489765a2f84dd6862",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global remote sensing reflectance gridded on a sinusoidal projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains the Version 5.0 Remote Sensing Reflectance product on a sinusoidal projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. Values for remote sensing reflectance at the sea surface are provided for the standard SeaWiFS wavelengths (412, 443, 490, 510, 555, 670nm) with pixel-by-pixel uncertainty estimates for each wavelength. These are merged products based on SeaWiFS, MERIS and Aqua-MODIS data. Note, these data are also contained within the 'All Products' dataset. \r\n\r\nThis data product is on a sinusoidal equal-area grid projection, matching the NASA standard level 3 binned projection. The default number of latitude rows is 4320, which results in a vertical bin cell size of approximately 4 km. The number of longitude columns varies according to the latitude, which permits the equal area property. Unlike the NASA format, where the bin cells that do not contain any data are omitted, the CCI format retains all cells and simply marks empty cells with a NetCDF fill value. (A separate dataset is also available for data on a geographic projection).\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Sinusoidal, Reflectance",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:09:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32152/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/sinusoidal/netcdf/rrs",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7842516032563,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8842/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87038/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142770/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32142,
            "uuid": "e2f9d8f61a02431997361a8827eaf558",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global dataset of inherent optical properties (IOP) gridded on a sinusoidal projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains their Version 5.0 inherent optical properties (IOP) product (in mg/m3) on a sinusoidal projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. Note,  the IOP data are also included in the 'All Products' dataset. \r\n\r\nThe inherent optical properties (IOP) dataset consists of the total absorption and particle backscattering coefficients, and, additionally, the fraction of detrital & dissolved organic matter absorption and phytoplankton absorption. The total absorption (units m-1), the total backscattering (m-1), the absorption by detrital and coloured dissolved organic matter, the backscattering by particulate matter, and the absorption by phytoplankton share the same spatial resolution of ~4 km. The values of IOP are reported for the standard SeaWiFS wavelengths (412, 443, 490, 510, 555, 670nm). \r\n\r\nThis data product is on a sinusoidal equal-area grid projection, matching the NASA standard level 3 binned projection. The default number of latitude rows is 4320, which results in a vertical bin cell size of approximately 4 km. The number of longitude columns varies according to the latitude, which permits the equal area property. Unlike the NASA format, where the bin cells that do not contain any data are omitted, the CCI format retains all cells and simply marks empty cells with a NetCDF fill value. (A separate dataset is also available for data on a geographic projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Sinusoidal",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:09:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32153/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/sinusoidal/netcdf/iop",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11239035141350,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8841/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82774/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following doi: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142806/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32143,
            "uuid": "8154e881452f49c1ba86982ed88b20f0",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global ocean colour data products gridded on a sinusoidal projection (All Products), Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains all their Version 5.0 generated ocean colour products on a sinusoidal projection at 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. \r\n\r\nData products being produced include: phytoplankton chlorophyll-a concentration; remote-sensing reflectance at six wavelengths; total absorption and backscattering coefficients; phytoplankton absorption coefficient and absorption coefficients for dissolved and detrital material; and the diffuse attenuation coefficient for downwelling irradiance for light of wavelength 490nm. Information on uncertainties is also provided.\r\n\r\nThis data product is on a sinusoidal equal-area grid projection, matching the NASA standard level 3 binned projection. The default number of latitude rows is 4320, which results in a vertical bin cell size of approximately 4 km. The number of longitude columns varies according to the latitude, which permits the equal area property. Unlike the NASA format, where the bin cells that do not contain any data are omitted, the CCI format retains all cells and simply marks empty cells with a NetCDF fill value. (A separate dataset is also available for data on a geographic projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:12:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32154/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/sinusoidal/netcdf/all_products",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 19740681866675,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8839/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87038/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142842/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32144,
            "uuid": "e94f2810c0794175b834153a71ac3182",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global attenuation coefficient for downwelling irradiance (Kd490) gridded on a geographic projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains the Version 5.0 Kd490 attenuation coefficient (m-1) for downwelling irradiance product on a geographic projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020. It is computed from the Ocean Colour CCI Version 5.0 inherent optical properties dataset at 490 nm and the solar zenith angle. Note, these data are also contained within the 'All Products' dataset.\r\n\r\nThis data product is on a geographic grid projection, which is a direct conversion of latitude and longitude coordinates to a rectangular grid, typically a fixed multiplier of 360x180. The netCDF files follow the CF convention for this projection with a resolution of 8640x4320.  (A separate dataset is also available for data on a sinusoidal projection).\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:10:09",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32155/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/geographic/netcdf/kd",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1134376467375,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8838/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142878/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32145,
            "uuid": "e9f82908fd9c48138b31e5cfaa6d692b",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global chlorophyll-a data products gridded on a geographic projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains their Version 5.0 chlorophyll-a product (in mg/m3) on a geographic projection at 4 km spatial resolution and at number of time resolutions (daily, 5day, 8day and monthly composites) covering the period 1997 - 2020.   Note, this chlor_a data is also included in the 'All Products' dataset. \r\n\r\nThis data product is on a geographic grid projection, which is a direct conversion of latitude and longitude coordinates to a rectangular grid, typically a fixed multiplier of 360x180. The netCDF files follow the CF convention for this projection with a resolution of 8640x4320.  (A separate dataset is also available for data on a sinusoidal projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:10:38",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32156/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/geographic/netcdf/chlor_a",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1132354295611,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8837/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/55890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142914/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32146,
            "uuid": "de75072edfca44bfaaec0ed171d86bde",
            "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global dataset of inherent optical properties (IOP) gridded on a geographic projection, Version 5.0",
            "abstract": "The ESA Ocean Colour CCI project has produced global, level 3, binned multi-sensor time-series of satellite ocean-colour data with a particular focus for use in climate studies.\r\n\r\nThis dataset contains their Version 5.0 inherent optical properties (IOP) product (in mg/m3) on a geographic projection at approximately 4 km spatial resolution and at a number of time resolutions (daily, 5-day, 8-day and monthly composites) covering the period 1997 - 2020.  Note, the IOP data is also included in the 'All Products' dataset. \r\n\r\nThe inherent optical properties (IOP) dataset consists of the total absorption and particle backscattering coefficients, and, additionally, the fraction of detrital & dissolved organic matter absorption and phytoplankton absorption. The total absorption (units m-1), the total backscattering (m-1), the absorption by detrital and coloured dissolved organic matter, the backscattering by particulate matter, and the absorption by phytoplankton share the same spatial resolution of ~4 km. The values of IOP are reported for the standard SeaWiFS wavelengths (412, 443, 490, 510, 555, 670nm). \r\n\r\nThis data product is on a geographic grid projection, which is a direct conversion of latitude and longitude coordinates to a rectangular grid, typically a fixed multiplier of 360x180. The netCDF files follow the CF convention for this projection with a resolution of 8640x4320.  (A separate dataset is also available for data on a sinusoidal projection.)\r\n\r\nPlease note, data from December 2020 onwards are affected by an anomaly discovered after production and resulting in a spurious jump in remote sensing reflectance. The anomaly has been corrected in the version 5.0.1 of the dataset available through the Copernicus Climate Change Service (https://doi.org/10.24381/cds.f85b319d)\r\n\r\nVersion 6.0 of this data is now also available here: https://doi.org/10.5285/5011d22aae5a4671b0cbc7d05c56c4f0",
            "keywords": "ESA, CCI, Ocean Colour, Geographic",
            "publicationState": "published",
            "dataPublishedTime": "2021-05-12T13:11:09",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32157/?format=api",
                "dataPath": "/neodc/esacci/ocean_colour/data/v5.0-release/geographic/netcdf/iop",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11274089483637,
                "numberOfFiles": 11558,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8836/?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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/55884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82774/?format=api"
            ],
            "dataLineage": "These data were produced by the ESA Ocean Colour CCI project and provided to CEDA in the context of the ESA CCI Open Data Portal project.\r\nThis dataset forms part of the v5.0 ocean colour dataset collection that can be cited with the following DOI: 10.5285/1dbe7a109c0244aaad713e078fd3059a",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13365/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32135/?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/142920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142950/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32326/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2538/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_oc_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32159,
            "uuid": "dc723f82939843f199fff78778d5b8d0",
            "title": "Iceland Greenland seas Project (IGP): precipitation measurements from the University of Bergen Micro Rain Radar (MRR2) on board the NATO Research Vessel Alliance",
            "abstract": "This dataset contains measurements from the Micro Rain Radar (MRR2), manufactured by Meteorologische Messtechnik GmbH (Metek) installed onboard the NATO Research Vessel Alliance during the Iceland Greenland Seas Project. \r\nThe MRR2 is a frequency modulated (FM), continuous wave (CW) Radar (Radio Detection and Ranging) that obtains doppler spectral density at each range gate with a time resolution of 10 s. The terminal velocity of the precipitation targets (vT) is the primarily retrieved variable from these doppler spectral density observations. Additionally, drop size distribution and the corresponding moments, for example liquid water content (LWC), rain rate (RR) and Radar Reflectivity (Ze) are retrieved with post processing.\r\nThe initial installation location from 03-13 Feb 2018 was midship on the weatherdeck. At Reykjavik harbour the MRR2 worked as expected, while at sea artificial signals at three elevations appeared. The artificial signals were due to an interference on the power cable or power source. On 11 Feb 2018, a separate power source for the MRR2 could be secured, and it subsequently operated without interferences after ~12 UTC that day. For further details and figures on the MRR2 and its operation in the cruise please read the attached documentation.",
            "keywords": "IGP, meterological, buoy, ocean currents, wave height",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-11T16:25:57",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33075/?format=api",
                "dataPath": "/badc/igp/data/IGP_MRR2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7816201463,
                "numberOfFiles": 98,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/7150/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2279/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83920/?format=api"
            ],
            "dataLineage": "Data collected during the IGP field campaign, then processed and quality controlled at the University of Bergen.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24899/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27445/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142979/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32161/?format=api",
            "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": 32163,
            "uuid": "7ea7540135f441369716ef867d217519",
            "title": "ESA Glaciers Climate Change Initiative (Glaciers_cci):  2017 inventory of ice marginal lakes in Greenland (IIML), v1",
            "abstract": "The 2017 inventory of ice marginal lakes in Greenland (IIML) has been produced as part of the European Space Agency (ESA) Climate Change Initiative (CCI) in Option 6 of the Glaciers_cci project, and is a product that addresses the terrestrial essential climate variable (ECV) Lakes.\r\n\r\nThe IIML is a comprehensive record of all identified ice marginal lakes across the terrestrial margin of Greenland, detected using remote sensing techniques. The detected lakes are presented as polygon vector features in shapefile format, with coordinates provided in the WGS 1984 UTM Zone 24N projected coordinate system. Ice marginal lakes were identified using three independent remote sensing methods: 1) multi-temporal backscatter classification from Sentinel-1 synthetic aperture radar imagery; 2) multi-spectral indices classification from Sentinel-2 optical imagery; and 3) sink detection from the ArcticDEM (v3). All data were compiled and filtered in a semi-automated approach, using a modified version of the MEaSUREs GIMP ice mask (https://nsidc.org/data/NSIDC-0714/versions/1) to clip the dataset to within 1 km of the ice margin. Each detected lake was then verified manually. The IIML was collected to better understand the impact of ice marginal lake change on the future sea level budget and the terrestrial and marine landscapes of Greenland, such as its ecosystems and human activities.\r\n\r\nThe IIML is a complete inventory of Greenland, with no absent data.",
            "keywords": "Ice Marginal Lakes, Greenland, Glaciers_cci, ESA",
            "publicationState": "citable",
            "dataPublishedTime": "2021-02-12T17:17:18",
            "doiPublishedTime": "2021-02-19T15:17:31",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32168/?format=api",
                "dataPath": "/neodc/esacci/glaciers/data/IIML/Greenland/v1/2017/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 88174529,
                "numberOfFiles": 10,
                "fileFormat": "vector shapefile (.shp)"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8817/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Andreas Wiesmann, Maurizio Santoro and Rafael Caduff (Gamma Remote Sensing) coordinated and performed the Sentinel-1 synthetic aperture radar classification workflow. Penelope How, Alexandra Messerli, Eva Mätzler, Kirsty Langley and Mikkel Høegh Bojesen (Asiaq Greenland Survey) coordinated the optical classification and sink detection workflow, and performed the post-processing, manual cleaning and compiling of the IIML. Frank Paul (University of Zurich) and Andreas Kääb (University of Oslo) advised on the dataset generation.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10806/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32167/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143012/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32164/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2620/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_glaciers_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32169,
            "uuid": "ef1627f523764eae8bbb6b81bf1f7a0a",
            "title": "ESA Lakes Climate Change Initiative (Lakes_cci):  Lake products, Version 1.1",
            "abstract": "This dataset contains various global lake products (1992-2019) produced by the European Space Agency (ESA) Lakes Climate Change Initiative (Lakes_cci) project. This is version 1.1 of the dataset.\r\n\r\nLakes are of significant interest to the scientific community, local to national governments, industries and the wider public. A range of scientific disciplines including hydrology, limnology, climatology, biogeochemistry and geodesy are interested in distribution and   functioning of the millions of lakes (from small ponds to inland seas), from the local to the global scale. Remote sensing provides an opportunity to extend the spatio-temporal scale of lake observation. \r\n\r\nThe five thematic climate variables included in this dataset are:\r\n•\tLake Water Level (LWL): a proxy fundamental to understand the balance between water inputs and water loss and their connection with regional and global climate changes.\r\n•\tLake Water Extent (LWE): a proxy for change in glacial regions (lake expansion) and drought in many arid environments, water extent relates to local climate for the cooling effect that water bodies provide.\r\n•\tLake Surface Water temperature (LSWT): correlated with regional air temperatures and a proxy for mixing regimes, driving biogeochemical cycling and seasonality. \r\n•\tLake Ice Cover (LIC): freeze-up in autumn and advancing break-up in spring are proxies for gradually changing climate patterns and seasonality. \r\n•\tLake Water-Leaving Reflectance (LWLR): a direct indicator of biogeochemical processes and habitats in the visible part of the water column (e.g. seasonal phytoplankton biomass fluctuations), and an indicator of the frequency of extreme events (peak terrestrial run-off, changing mixing conditions).\r\n\r\nData generated in the Lakes_cci project are derived from data from multiple instruments and multiple satellites including; TOPEX/Poseidon, Jason, ENVISAT, SARAL, Sentinel, Landsat, ERS, Terra/Aqua, Suomi NPP, Metop and Orbview. For more information please see the product user guide in the documents.",
            "keywords": "ESA, CCI, Lakes, ECV",
            "publicationState": "citable",
            "dataPublishedTime": "2021-07-12T09:00:33",
            "doiPublishedTime": "2021-07-12T13:25:44",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32794/?format=api",
                "dataPath": "/neodc/esacci/lakes/data/lake_products/L3S/v1.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 362653685408,
                "numberOfFiles": 9970,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9023/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2623/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8144/?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/68335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84558/?format=api"
            ],
            "dataLineage": "This dataset was generate in the framework of the Lakes CCI+ project, funded by ESA. Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10902/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30309/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143037/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32839/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2551/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lakes_terms_and_conditions_v2.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32170,
            "uuid": "656204c257144708a641507c78187aaa",
            "title": "Filter pack and cascade impactor samples of gas and aerosol particulate matter on the Island of Hawai'i (2018, 2019)",
            "abstract": "This dataset reports chemical speciation of airborne gas and aerosol particulate matter (PM) sampled in various locations on the Island of Hawai'i in 2018 and 2019. The 2018 samples were collected during a large eruption of Kilauea volcano.  The 2019 samples were collected during a period of very low volcanic activity. \r\n\r\nSamples were collected in several locations on the Island of Hawai'i, Hawaii, USA. \r\n\r\nTime-series samples were collected at \r\n-Leilani Estates\r\n-Volcano village\r\n-Pahala, Ocean View \r\n-Kailua-Kona\r\n-Mauna Loa Observatory in 2018 and 2019. \r\n\r\nPoint-source samples were collected at the following locations \r\n-The main erupting vent 'Fissure 8' on the Kilauea Volcano in  2018, and repeated in its vicinity post-eruption in 2019\r\n- The lava ocean entry point in 2018 and repeated in its vicinity post-eruption in 2019. \r\n\r\nThe samples were collected using filter packs (FP) and Sioutas cascade impactors (SKC). The instruments were used at ground-level in all cases except for samples FP_08_1, FP_ 09_1, FP_09_2, SKC_08 and SKC_09 which were attached to an Unoccupied Aircraft System (UAS) in order to safely access the erupting vent and the lava ocean entry. \r\n\r\nThe samples were then analysed using inductively-coupled plasma mass spectroscopy (ICP-MS), inductively-coupled plasma optical emission spectroscopy (ICP-OES) and ion chromatography (IC).  Sample analysis was done at the University of Leeds, United Kingdom (2018 samples) and the University of Leeds and Open University, United Kingdom (2019 samples). The results are reported as concentration per volume of air sampled (µg/m^3) to 2 significant figures.  This was done to \r\n- assess the dispersion of major and trace elements in a volcanic plume, and quantify their depletion rates from the source into the far-field (up to ~240 km downwind)\r\n- assess the impact of volcanic emissions on the composition of the local atmosphere.\r\n\r\nThe data were produced as a result of a collaborative project between the Universities of Leeds, Cambridge, Oxford (UK), Hawaiian Volcano Observatory of the United States Geological Survey, and the University of Hawai'i at Manoa (USA).",
            "keywords": "Filter pack, cascade impactor, Volcanic, metal, particulate, Hawaii",
            "publicationState": "citable",
            "dataPublishedTime": "2021-02-17T17:39:31",
            "doiPublishedTime": "2021-02-19T15:02:55.973794",
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32171/?format=api",
                "dataPath": "/neodc/comet/data/volcano_fp_skc/hawaii/2018_2019/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 129808,
                "numberOfFiles": 2,
                "fileFormat": "BADC CSV: Full results are included Abbreviations used in the data file: dl: below detection limit NaN : not applicable/not analysed."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8820/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2730/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69128/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA). Data were reformatted by CEDA and approved by Dr Evgenia Ilyinskaya of the University of Leeds",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10805/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/11687/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30127/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143056/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32172/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32176,
            "uuid": "905032bf592d46cba7effe558b79145d",
            "title": "Methane Observations and Yearly Assessments (MOYA): lower troposphere greenhouse gas data taken over Pantanal, Mato Grosso do Sul, Brazil",
            "abstract": "This dataset contains CH4, CO2, CO, N2O and SF6 dry air molar fraction vertical profiles over the Pantanal, Mato Grosso do Sul, Brazil with air sampled using small aircraft and analysed at Laboratório de Gases de Efeito Estufa (LAGEE), Sao Jose dos Campos, Brazil.\r\n\r\nThe air was sampled during ascent of small airplane from 4.4 km above surface down to close to the ground. A series of flasks (17 flasks) were filled sequentially. The flasks were contained in a suitcase. Valves of the flasks were opened and closed by a programmable microcontroller. After sampling the suitcase were sent by mail to the high precision gas analytics laboratory LAGEE at Instituto Nacional de Pesquisas Espaciais (INPE), Sao Jose dos Campos, Brazil where the dry air molar fractions of the air of each flask were measured.\r\n\r\nThese data were collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, greenhouse gas, dry air,  NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2021-03-08T11:25:13",
            "doiPublishedTime": "2021-03-08T14:17:47.982561",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32181/?format=api",
                "dataPath": "/badc/moya/data/aircraft/pantanal-greenhouse",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 120756,
                "numberOfFiles": 8,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8821/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2731/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89136/?format=api"
            ],
            "dataLineage": "Data were collected locally and sent to RHUL for analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10810/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168397/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32180/?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": 32182,
            "uuid": "8c0db6a995214523a38d4e2ef2124781",
            "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Llanos de Moxos, Bolivia",
            "abstract": "This dataset contains air sample measurements of isotopic d13C methane. The measurements were collected using regular flask samples at Llanos de Moxos, Bolivia. The samples were analysed by Royal Holloway University of London using continuous flow gas chromatography/isotope ratio mass spectrometry (CF-GC/IRMS).\r\n\r\nDate of campaign:\r\n-31 Mar 2017, location: -15.024 -64.811,  Low to medium forest, with heights up to 7-8 meters, seasonally flooded\r\n-26 May 2017, location: -14.572 -64.869, Open savanah, ocassionally flooded, with palms and scattered trees\r\n-13 July 2017, location: -14.49 -64.86, Open savanah covered by grasses and herbs\r\n-20 Aug 2017, location: -14.49 -64.86, Open savanah covered by grasses and herbs\r\n\r\nThese data were collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, d13C, Isotope, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2021-03-08T11:16:13",
            "doiPublishedTime": "2021-03-08T14:18:12.625233",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32183/?format=api",
                "dataPath": "/badc/moya/data/stations/llanos-de-moxos",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8945,
                "numberOfFiles": 5,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8822/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2732/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55129/?format=api"
            ],
            "dataLineage": "Data were collected locally and sent to RHUL for analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10811/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168399/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32184/?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": 32185,
            "uuid": "371695923931472b8cf415725b12f449",
            "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Pantanal research station Universidade Federal de Mato Grosso do Sul (UFMS)",
            "abstract": "This dataset contains air sample measurements of isotopic d13C methane. The measurements were collected using regular flask samples at Pantanal research station Universidade Federal de Mato Grosso do Sul (UFMS). The samples were analysed by Royal Holloway University of London using continuous flow gas chromatography/isotope ratio mass spectrometry (CF-GC/IRMS).\r\n\r\nThese data were collected as part of the Methane Observations and Yearly Assessments (MOYA) project funded by the Natural Environment Research Council (NERC) (NE/N016211/1).",
            "keywords": "MOYA, Methane, d13C, Isotope, NERC",
            "publicationState": "citable",
            "dataPublishedTime": "2021-03-08T11:10:15",
            "doiPublishedTime": "2021-03-08T14:18:29.414458",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32186/?format=api",
                "dataPath": "/badc/moya/data/stations/pantanal-ufms",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6478,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8823/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2733/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55157/?format=api"
            ],
            "dataLineage": "Data were collected locally and sent to RHUL for analysis and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10812/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24718/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24762/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143111/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32184/?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": 32187,
            "uuid": "b25cad50e3a0472098672264b12b20b1",
            "title": "APHH: Photolysis rate measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the pre and post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset contains photolysis rate measurements made during the  Pre- Monsoon  and Post-Monsoon periods of the APHH Delhi campaigns in 2018 at Indira Gandhi Delhi Technical University for Women (IGDTUW) site. Photolysis rates are derived from the product of the absorption cross-section of the precursor molecule, the quantum yield of the photo-product and the actinic flux density (cm-2s-1nm-1). The actinic flux is measured between 280 - 650 nm (<1 nm resolution) using a Ocean Optics spectral radiometer attached to a quartz receiver optic. Data is averaged to 1 minute time-stamp.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux,photolysis",
            "publicationState": "published",
            "dataPublishedTime": "2021-02-26T15:41:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32188/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/york-specrad/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17957248,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8824/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143122/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32190/?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": 32191,
            "uuid": "0db7bf6c11284ca2a6177b85c875364a",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): Ancillary data used for the ACTIVE, PASSIVE and COMBINED products, Version 05.3",
            "abstract": "These ancillary datasets were used in the production of the ACTIVE, PASSIVE and COMBINED soil moisture data products, created as part of the European Space Agency's (ESA) Soil Moisture Climate Change Initiative (CCI) project. The set of ancillary datasets include datasets of Average Vegetation Optical Depth data from AMSR-E, Soil Porosity, Topographic Complexity and Wetland fraction, as well as a Land Mask. This version of the ancillary datasets were used in the production of the v05.3 Soil Moisture CCI data.\r\n\r\nThe ACTIVE, PASSIVE and COMBINED soil moisture products which they were used in the development of are fusions of scatterometer and radiometer soil moisture products, derived from the AMI-WS, ASCAT, SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2 and SMOS satellite instruments. To access these products or for further details on them please see their dataset records. Additional reference documents and information relating to them can also be found on the CCI Soil Moisture project website.\r\n\r\nSoil moisture CCI data should be cited using all three of the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n3. Gruber, A., Dorigo, W. A., Crow, W., Wagner W. (2017). Triple Collocation-Based Merging of Satellite Soil Moisture Retrievals. IEEE Transactions on Geoscience and Remote Sensing. PP. 1-13. 10.1109/TGRS.2017.2734070",
            "keywords": "ESA, Soil Moisture, CCI, Ancillary",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-18T08:50:26",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32192/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/ancillary/v05.3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1558698,
                "numberOfFiles": 6,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": null,
            "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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63536/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32199/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143147/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32193,
            "uuid": "1da8dadcdfb642f4aad2384f02efe756",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): ACTIVE Product, Version 05.3",
            "abstract": "The Soil Moisture CCI ACTIVE dataset is one of the three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by fusing scatterometer soil moisture products, derived from the instruments AMI-WS and ASCAT. PASSIVE and COMBINED products have also been created.\r\n\r\nThe v05.3 ACTIVE product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in percent of saturation [%] and covers the period (yyyy-mm-dd) 1991-08-05 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Other additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using all three of the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n3. Gruber, A., Dorigo, W. A., Crow, W., Wagner W. (2017). Triple Collocation-Based Merging of Satellite Soil Moisture Retrievals. IEEE Transactions on Geoscience and Remote Sensing. PP. 1-13. 10.1109/TGRS.2017.2734070",
            "keywords": "ESA, Soil Moisture, CCI, Active",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-18T08:51:13",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32194/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/ACTIVE/v05.3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9089649738,
                "numberOfFiles": 10743,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8825/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20630/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32199/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143167/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32231/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32195,
            "uuid": "e43aead9947549078c2d108b2c3632b2",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): COMBINED Product, Version 05.3",
            "abstract": "The Soil Moisture CCI COMBINED dataset is one of three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by directly merging Level 2 scatterometer and radiometer soil moisture products derived from the AMI-WS, ASCAT, SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS and SMAP satellite instruments. PASSIVE and ACTIVE products have also been created.\r\n\r\nThe v05.3 COMBINED product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in volumetric units [m3 m-3] and covers the period (yyyy-mm-dd) 1978-11-01 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Other additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using all three of the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n3. Gruber, A., Dorigo, W. A., Crow, W., Wagner W. (2017). Triple Collocation-Based Merging of Satellite Soil Moisture Retrievals. IEEE Transactions on Geoscience and Remote Sensing. PP. 1-13. 10.1109/TGRS.2017.2734070",
            "keywords": "ESA, Soil Moisture, CCI, Combined",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-18T08:50:58",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32196/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/COMBINED/v05.3",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17180152392,
                "numberOfFiles": 15403,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8826/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54651/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32199/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143187/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32230/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32197,
            "uuid": "31137897d305407c9b83d49d124e4d1d",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): PASSIVE Product, Version 05.3",
            "abstract": "The Soil Moisture CCI PASSIVE dataset is one of three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by merging data from the SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS and SMAP satellite instruments. ACTIVE and COMBINED products have also been created.\r\n\r\nThe v05.3 PASSIVE product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in volumetric units [m3 m-3] and covers the period (yyyy-mm-dd) 1978-11-01 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Other additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using all three of the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n3. Gruber, A., Dorigo, W. A., Crow, W., Wagner W. (2017). Triple Collocation-Based Merging of Satellite Soil Moisture Retrievals. IEEE Transactions on Geoscience and Remote Sensing. PP. 1-13. 10.1109/TGRS.2017.2734070",
            "keywords": "ESA, CCI, Passive",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-18T08:50:44",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32198/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/PASSIVE/v05.3",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14634871307,
                "numberOfFiles": 15403,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8831/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54651/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32199/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143207/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32225/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32200,
            "uuid": "18a5685b5bbc4b3caefc469881f5f784",
            "title": "APHH: Aethalometer measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the pre and post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset contains  Black carbon (BC) concentrations in ugm-3 measured with an Aethalometer model AE31 made during the  Pre- Monsoon  and Post-Monsoon periods of the APHH Delhi campaigns in 2018 at Indira Gandhi Delhi Technical University for Women (IGDTUW) site. The data has been corrected following the Weingartner method. Absorption coefficients were calculated following the Sandradewi model to determine biomass burning and fossil fuel contributions in Mm-1. The measurements were collected at a height of 4m.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux, black carbon",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-10T12:14:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32208/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/man-aethalometer/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1577135,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8827/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83852/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143239/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32209/?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": 32210,
            "uuid": "131a1935809540488cbb20bf5be5e8b3",
            "title": "APHH: Multi Angle Absorption Photometer (MAAP) measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset contains Black carbon (BC) concentrations in ugm-3 measured with an Multi Angle Absorption Photometer (MAAP) made during Post-Monsoon period of the APHH Delhi campaign in 2018 at Indian Meteorological Department (IMD) site. The measurements were collected at a height of ~ 26m.\r\nThe data has been corrected following the Weingartner method. Absorption coefficients were calculated following the Sandradewi model to determine biomass burning and fossil fuel contributions in Mm-1. The measurements were collected at a height of 4m.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux, black carbon",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-10T13:44:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32211/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/man-maap-bc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 31817,
                "numberOfFiles": 2,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8828/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55131/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143250/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32212/?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": 32213,
            "uuid": "b7c9aeb6aee54698aef82f20365fc441",
            "title": "APHH: Compact Time of Flight Aerosol Mass Spectrometer measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site and India Meteorological Department (IMD) during the  post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset contains includes Organic aerosols, NO3, SO4, NH4 and Cl concentrations in ugm-3 measured with Compact Time of Flight Aerosol Mass Spectromete made during the  Post-Monsoon periods of the APHH Delhi campaigns in 2018 at Indira Gandhi Delhi Technical University for Women (IGDTUW) site and India Meteorological Department site. Organic aerosol factors (HOA, LVOOA, BBOA, COA and SVOOA were identified using PMF factorization.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux, organic aerosols",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-10T13:45:46",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32214/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/man-ctof-ams/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 242731,
                "numberOfFiles": 3,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8828/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69139/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143263/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32216/?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": 32217,
            "uuid": "d4c52191d8d54fab8162b413527d1ec2",
            "title": "Data from the Photographic Camera on-board the Dornier Do228-101 D-CALM Aircraft during Flight 04/17 over the Dorchester Area",
            "abstract": "ARSF project 04/27 led by John Hilton. Site:Dorchester.",
            "keywords": "04_27",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-04T16:20:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32218/?format=api",
                "dataPath": "/neodc/arsf/2004/04_27",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 701660985,
                "numberOfFiles": 35,
                "fileFormat": "TIF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2873/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2736/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12103/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143269/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32219/?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": 32220,
            "uuid": "81cf5b23a50446a0991eba0dc9cb46eb",
            "title": "APHH: Single Particle Soot Photometer (SP2) measurements made at the Indira Gandhi Delhi Technical University for Women (IGDTUW) site during the pre and post monsoon periods for the DelhiFlux field campaign 2018",
            "abstract": "This dataset includes black carbon mass and number concentrations measurements performed by the University of Manchester with a Single Particle Soot Photometer (SP2) made during the  Pre- Monsoon  and Post-Monsoon periods of the APHH Delhi campaigns in 2018 at Indira Gandhi Delhi Technical University for Women (IGDTUW) site.\r\n\r\nThe data were collected as part of the DelhiFlux project part of Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme.",
            "keywords": "APHH, Delhiflux, organic aerosols",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-16T09:55:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32221/?format=api",
                "dataPath": "/badc/aphh/data/delhi/delhiflux/man-sp2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 493295,
                "numberOfFiles": 4,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8830/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/87076/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143286/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32222/?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": 32224,
            "uuid": "be40716c1036498cb6b16b0ef25c5535",
            "title": "ESA Cloud Climate Change Initiative (Cloud_cci): Obs4MIPs format monthly gridded cloud products from ATSR2 and AATSR, version 3",
            "abstract": "This dataset provides a version of the Cloud_cci ATSR2-AATSRv3 monthly gridded dataset  in Obs4MIPs format.   The Cloud_cci ATSR2-AATSRv3 dataset (covering 1995-2012) was generated within the Cloud_cci project, which was funded by the European Space Agency (ESA) as part of the ESA Climate Change Initiative (CCI) programme (Contract No.: 4000109870/13/I-NB). \r\n\r\nThis dataset is based on measurements taken by the Along-Track  Scanning  Radiometer (ATSR-2)  on-board  the  European  Remote Sensing Satellite -2 (ERS-2),  and by the Advanced  Along-Track  Scanning  Radiometer (AATSR) on-board  the  Environmental Satellite (Envisat).  It contains a variety of cloud properties which were derived employing the Community Cloud retrieval for Climate (CC4CL) retrieval framework.     \r\n\r\nThis particular Obs4MIPS product has been generated for inclusion in Obs4MIPs (Observations for Model Intercomparisons Project), which is an activity to make observational products more accessible for climate model intercomparisons.   \r\n\r\nIndividual files are provided covering seven cloud variables:\r\nCloud area fraction in atmospheric layer (clCCI);\r\nAtmospheric cloud ice content (clivi);\r\nCloud area fraction (cltCCI);\r\nLiquid water cloud area fraction in atmospheric layer(clwCCI);\r\nLiquid water cloud area fraction (clwtCCI);\r\nAtmosphere mass content of cloud condensed water (clwvi);\r\nAir pressure at cloud top (pctCCI)",
            "keywords": "cloud, CCI, obs4mips",
            "publicationState": "citable",
            "dataPublishedTime": "2021-04-29T15:45:16",
            "doiPublishedTime": "2021-04-29T15:57:34",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32234/?format=api",
                "dataPath": "/neodc/esacci/cloud/data/obs4MIPs/DWD/ESACCI-CLOUD-ATSR2-AATSR-3-0/mon/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7568311564,
                "numberOfFiles": 134,
                "fileFormat": "Data are in NetCDF format.    Data has been formatted according to Obs4MIPs specifications"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8832/?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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69546/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).  \r\n\r\nThe data in this dataset are a subset of the ATSR2-AATSR L3C / L3U cloud products version 3.0 dataset produced by the ESA Cloud_cci project available from https://dx.doi.org/10.5676/DWD/ESA_Cloud_cci/ATSR2-AATSR/V003.    This version of the data has been produced for submission to Obs4MIPS.\r\n\r\nTo cite the full dataset, please use the following citation: Poulsen, Caroline; McGarragh, Greg; Thomas, Gareth; Stengel, Martin; Christensen, Matthew; Povey, Adam; Proud, Simon; Carboni, Elisa; Hollmann, Rainer; Grainger, Don (2019): ESA Cloud Climate Change Initiative (ESA Cloud_cci) data: Cloud_cci ATSR2-AATSR L3C/L3U CLD_PRODUCTS v3.0, Deutscher Wetterdienst (DWD) and Rutherford Appleton Laboratory (Dataset Producer), DOI:10.5676/DWD/ESA_Cloud_cci/ATSR2-AATSR/V003",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10862/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143353/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32286/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2524/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_cloud_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32232,
            "uuid": "b28633ddc0f44d77a6aa81ad7bd66285",
            "title": "INCOMPASS: India Meteorology Department Doppler radar convective cell statistics v2",
            "abstract": "This dataset contains radar-derived measurements of cell-top height, size, 2 km reflectivity, and cell latitude and longitude from all convective cells between 14 May and 30 September 2016, where radar is available. The data was collected as part of the NERC/MoES Interaction of Convective Organization and Monsoon Precipitation, Atmosphere, Surface and Sea (INCOMPASS) field campaign.\r\n\r\nThe seven sites analysed here represent four different Indian climate regions, allowing the study of the spatiotemporal development of convection during the 2016 monsoon season at high (1 km) resolution. Variation in these different cell statistics are found over timescales of variability such as the diurnal cycle, active-break periods, and monsoon progression.\r\n\r\nThe updated radar-derived cell statistics here have been corrected from the previous version by removing all convective cells that touch the outer edge of the radar domain.\r\n\r\nThe data were collected as part of the INCOMPASS field campaign May-July 2016, funded by Natural Environmental Research Council (NERC) (NE/L01386X/1). The aim of the project was to improve the skill of rainfall prediction in operational weather and climate models by way of better understanding and representation of interactions between the land surface, boundary layer, convection, the large-scale environment and monsoon variability on a range of scales.",
            "keywords": "NERC, INCOMPASS, monsoon, radar, cells",
            "publicationState": "citable",
            "dataPublishedTime": "2021-03-11T14:40:22",
            "doiPublishedTime": "2021-11-02T11:44:36",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32233/?format=api",
                "dataPath": "/badc/sa-monsoon/data/incompass/v2-convective-cells",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 58170164,
                "numberOfFiles": 8,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8732/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2703/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64836/?format=api"
            ],
            "dataLineage": "Data were processed by the data provider and delivered to the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10960/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/19201/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/20240/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143343/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/31867/?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": 32235,
            "uuid": "ff5f152a3f194ab1be33543f291e65cd",
            "title": "ESA Cloud Climate Change Initiative (Cloud_cci): Obs4MIPs format monthly gridded cloud products from AVHRR (AVHRR-AM), version 3",
            "abstract": "This dataset provides a version of the Cloud_cci AVHRR-AMv3 monthly gridded dataset  in Obs4MIPs format.   The Cloud_cci AVHRR-AMv3 dataset (covering 1991-2016) was generated within the Cloud_cci project, which was funded by the European Space Agency (ESA) as part of the ESA Climate Change Initiative (CCI) programme (Contract No.: 4000109870/13/I-NB). \r\n\r\nThis dataset is based on intercalibrated measurements from the Advanced Very High Resolution Radiometer (AVHRR) sensors on-board the NOAA prime morning (AM) satellite NOAA-12,-15,-17, and the EUMETSAT Metop-A satellite. It contains a multi-annual, global dataset of cloud and radiation properties which were derived employing the Community Cloud retrieval for Climate (CC4CL) retrieval framework.    \r\n\r\nThis particular Obs4MIPS product has been generated for inclusion in Obs4MIPs (Observations for Model Intercomparisons Project), which is an activity to make observational products more accessible for climate model intercomparisons.   \r\n\r\nIndividual files are provided covering seven cloud variables:\r\nCloud area fraction in atmospheric layer (clCCI);\r\nAtmospheric cloud ice content (clivi);\r\nCloud area fraction (cltCCI);\r\nLiquid water cloud area fraction in atmospheric layer(clwCCI);\r\nLiquid water cloud area fraction (clwtCCI);\r\nAtmosphere mass content of cloud condensed water (clwvi);\r\nAir pressure at cloud top (pctCCI)",
            "keywords": "cloud, CCI, obs4mips",
            "publicationState": "citable",
            "dataPublishedTime": "2021-04-22T17:17:58",
            "doiPublishedTime": "2021-04-29T15:58:49",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32236/?format=api",
                "dataPath": "/neodc/esacci/cloud/data/obs4MIPs/DWD/ESACCI-CLOUD-AVHRR-AM-3-0/mon/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13879586305,
                "numberOfFiles": 190,
                "fileFormat": "Data are in NetCDF format.   Data has been formatted according to Obs4MIPs specifications."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8833/?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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69546/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).  \r\n\r\nThe data in this dataset are a subset of the AVHRR-AM L3C / L3U cloud products version 3.0 dataset produced by the ESA Cloud_cci project available from https://dx.doi.org/doi:10.5676/DWD/ESA_Cloud_cci/AVHRR-AM/V003.  This version of the data has been produced for submission to Obs4MIPs\r\n\r\nTo cite the full dataset, please use the following citation: Stengel, Martin; Sus, Oliver; Stapelberg, Stefan; Finkensieper, Stephan; Würzler, Benjamin; Philipp, Daniel; Hollmann, Rainer; Poulsen, Caroline (2019): ESA Cloud Climate Change Initiative (ESA Cloud_cci) data: Cloud_cci AVHRR-AM L3C/L3U CLD_PRODUCTS v3.0, Deutscher Wetterdienst (DWD), DOI:10.5676/DWD/ESA_Cloud_cci/AVHRR-AM/V003.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10863/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143379/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32293/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2524/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_cloud_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32237,
            "uuid": "919157930d7447caac6d42e84e377289",
            "title": "ESA Cloud Climate Change Initiative (Cloud_cci): Obs4MIPs format monthly gridded cloud products from AVHRR (AVHRR-PM), version 3",
            "abstract": "This dataset provides a version of the Cloud_cci AVHRR-PMv3 monthly gridded dataset  in Obs4MIPs format.   The Cloud_cci AVHRR-PMv3 dataset (covering 1982-2016) was generated within the Cloud_cci project, which was funded by the European Space Agency (ESA) as part of the ESA Climate Change Initiative (CCI) programme (Contract No.: 4000109870/13/I-NB). \r\n\r\nThis dataset is based on intercalibrated measurements from the Advanced Very High Resolution Radiometer (AVHRR) sensors on-board the NOAA prime afternoon (PM) satellite NOAA-7,-9,11,-14,-16,-18,-19 satellites. It contains a multi-annual, global dataset of cloud and radiation properties which were derived employing the Community Cloud retrieval for Climate (CC4CL) retrieval framework.    \r\n\r\nThis particular Obs4MIPS product has been generated for inclusion in Obs4MIPs (Observations for Model Intercomparisons Project), which is an activity to make observational products more accessible for climate model intercomparisons.   \r\n\r\nIndividual files are provided covering seven cloud variables:\r\nCloud area fraction in atmospheric layer (clCCI);\r\nAtmospheric cloud ice content (clivi);\r\nCloud area fraction (cltCCI);\r\nLiquid water cloud area fraction in atmospheric layer(clwCCI);\r\nLiquid water cloud area fraction (clwtCCI);\r\nAtmosphere mass content of cloud condensed water (clwvi);\r\nAir pressure at cloud top (pctCCI)",
            "keywords": "cloud, CCI, obs4mips",
            "publicationState": "citable",
            "dataPublishedTime": "2021-04-22T17:17:45",
            "doiPublishedTime": "2021-04-29T16:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32238/?format=api",
                "dataPath": "/neodc/esacci/cloud/data/obs4MIPs/DWD/ESACCI-CLOUD-AVHRR-PM-3-0/mon/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 20697306221,
                "numberOfFiles": 253,
                "fileFormat": "Data are in NetCDF format.   They have been formatted according to Obs4MIPs specifications."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8834/?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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69546/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).  \r\n\r\nThe data in this dataset are a subset of the AVHRR-PM L3C / L3U cloud products version 3.0 dataset produced by the ESA Cloud_cci project available from https://dx.doi.org/10.5676/DWD/ESA_Cloud_cci/AVHRR-PM/V003.  This version of the dataset has been produced in Obs4MIPs format.\r\n\r\n To cite the full dataset, please use the following citation: Stengel, Martin; Sus, Oliver; Stapelberg, Stefan; Finkensieper, Stephan; Würzler, Benjamin; Philipp, Daniel; Hollmann, Rainer; Poulsen, Caroline (2019): ESA Cloud Climate Change Initiative (ESA Cloud_cci) data: Cloud_cci AVHRR-PM L3C/L3U CLD_PRODUCTS v3.0, Deutscher Wetterdienst (DWD), DOI:10.5676/DWD/ESA_Cloud_cci/AVHRR-PM/V003.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10864/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143394/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32294/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2524/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_cloud_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32239,
            "uuid": "1562578dd07844f19f01f0db9366106d",
            "title": "ESA Sea Level Budget Closure Climate Change Initiative (SLBC_cci): Time series of global mean sea level budget and ocean mass budget elements (1993-2016, at monthly resolution), version 2.1",
            "abstract": "This dataset is a compilation of time series, together with uncertainties, of the following elements of the global mean sea level budget and ocean mass budget:\r\n(a) global mean sea level\r\n(b) the steric contribution to global mean sea level, that is, the effect of ocean water density change, which is dominated, on a global average, by thermal expansion\r\n(c) the mass contribution to global mean sea level\r\n(d) the global glaciers contribution (excluding Greenland and Antarctica)\r\n(e) the Greenland Ice Sheet and Greenland peripheral glaciers contribution\r\n(f) the Antarctic Ice Sheet contribution\r\n(g) the contribution from changes in land water storage (including snow cover).\r\n\r\nThe compilation is a result from the Sea-level Budget Closure (SLBC_cci) project conducted in the framework of ESA’s Climate Change Initiative (CCI). It provides assessments of the global mean sea level and ocean mass budgets.  Assessment of the global mean sea level budget means to assess how well (a) agrees, within uncertainties, to the sum of (b) and (c) or to the sum of (b), (d), (e), (f) and (g). Assessment of the ocean mass budget means to assess how well (c) agrees to the sum (d), (e), (f) and (g).\r\n\r\nAll time series are expressed in terms of anomalies (in millimetres of equivalent global mean sea level) with respect to the mean value over the 10-year reference period 2006-2015. \r\nThe temporal resolution is monthly. The temporal range is from January 1993 to December 2016. Some time series do not cover this full temporal range. All time series are complete over the temporal range from January 2003 to August 2016.\r\n\r\nFor some elements, more than one time series are given, as a result of different assessments from different data sources and methods.\r\n\r\nData and methods underlying the time series are as follows:\r\n(a) satellite altimetry analysis by the Sea Level CCI project.\r\n(b) a new analysis of Argo drifter data with incorporation of sea surface temperature data; an alternative time series consists in an ensemble mean over previous global mean steric sea level anomaly time series.\r\n(c) analysis of monthly global gravity field solutions from the Gravity Recovery and Climate Experiment (GRACE) satellite gravimetry mission.\r\n(d) results from a global glacier model.\r\n(e) analysis of satellite radar altimetry over the Greenland Ice Sheet, amended by results from the global glacier model for the Greenland peripheral glaciers; an alternative time series consists of results from GRACE satellite gravimetry.\r\n(f) analysis of satellite radar altimetry over the Antarctic Ice Sheet; an alternative time series consists of results from GRACE satellite gravimetry.\r\n(g) results from the WaterGAP global hydrological model.",
            "keywords": "sea level budget closure, ESA, CCI",
            "publicationState": "citable",
            "dataPublishedTime": "2021-04-06T12:56:59",
            "doiPublishedTime": "2021-04-16T14:18:27",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32271/?format=api",
                "dataPath": "/neodc/esacci/sea_level_budget_closure/data/timeseries_slb_elements/v2.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 114122,
                "numberOfFiles": 2,
                "fileFormat": "Data are in BADC-CSV format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8835/?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/67643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67664/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10857/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32240/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143443/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32244/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2585/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_slbc_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32245,
            "uuid": "a2ccd940e4c046978c1a3a472ae68007",
            "title": "APHH: Atmospheric NO, NO2 and NOx measurements made at Indian Institute of Technology (IIT) Delhi",
            "abstract": "This dataset contains NO, NO2 and NOx mixing ratio measurements using the commercially available Thermo 42C chemiluminescence monitor. Measurements were made at the Indian Institute of Technology Delhi (IIT-Delhi), India. Mixing ratios are reported in parts per billion (ppb). The stationary inlet was located on the roof of a 5-storey building at Block IV, Indian Institute of Technology Delhi campus. \r\n\r\nThe data were collected over three measurement periods (i) winter: 12/01/2018 - 13/02/2018, (ii) pre-monsoon: 26/04/2018 - 05/06/2018 and (iii) post-monsoon: 13/10/2018 - 10/11/2018, by the University of Birmingham.\r\n\r\nThese data were collected as part of the ASAP-Delhi project as part of the Atmospheric Pollution and Human Health in an Indian Megacity (APHH) programme.",
            "keywords": "APHH, ASAP-Delhi, NO, NO2, NOx",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-25T15:32:43",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32246/?format=api",
                "dataPath": "/badc/aphh/data/delhi/asap-delhi/bham-nox",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13558958,
                "numberOfFiles": 5,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8847/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2739/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32248/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143467/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32249/?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": 32250,
            "uuid": "c09edb49931045e98287eac3ea17b423",
            "title": "APHH: Atmospheric black carbon measurements made at Indira Gandhi Delhi Technical University for Women (IGDTUW)",
            "abstract": "This dataset contains black carbon concentrations using the aethalometer AE33 monitor. Measurements were made at the Indira Gandhi Delhi Technical University for Women (IGDTUW), India. Concentrations are reported in micrograms per cubic centimetre (ug.cm-3). The stationary inlet was located on the roof of a 4-storey building at IGDTUW campus. \r\n\r\nThe data were collected over two measurement periods (i) winter: 17/01/2018 - 09/02/2018 and (ii) pre-monsoon: 02/05/2018 - 25/05/2018, by the University of Birmingham.\r\n\r\nThese data were collected as part of the ASAP-Delhi project as part of the Atmospheric Pollution and Human Health in an Indian Megacity (APHH) programme.",
            "keywords": "APHH, ASAP-Delhi, black carbon",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-25T15:29:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32251/?format=api",
                "dataPath": "/badc/aphh/data/delhi/asap-delhi/bham-bc-ae33",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2632332,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8848/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2612/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32248/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143478/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32252/?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": 32253,
            "uuid": "fc48b67355554aa1bf4e6a8a358bca72",
            "title": "APHH: Atmospheric O3 measurements made at Indian Institute of Technology (IIT) Delhi",
            "abstract": "This dataset contains online measurements of O3 mixing ratios using the commercially available Thermo 49i monitor. Measurements were made at the Indian Institute of Technology Delhi (IIT-Delhi), India. Mixing ratios are reported in parts per billion (ppb). The stationary inlet was located on the roof of a 5-storey building at Block IV, Indian Institute of Technology Delhi campus. \r\n\r\nThe data were collected over three measurement periods (i) winter: 12/01/2018 - 13/02/2018, (ii) pre-monsoon: 26/04/2018 - 05/06/2018 and (iii) post-monsoon: 13/10/2018 - 10/11/2018, by the University of Birmingham. \r\n\r\nThese data were collected as part of the ASAP-Delhi project as part of the Atmospheric Pollution and Human Health in an Indian Megacity (APHH) programme.",
            "keywords": "APHH, ASAP-Delhi, O3",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-25T15:35:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32254/?format=api",
                "dataPath": "/badc/aphh/data/delhi/asap-delhi/bham-o3-49i",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6471037,
                "numberOfFiles": 4,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8847/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1868/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were collected, quality controlled and prepared for archiving by the instrument scientists before upload to the Centre for Environmental Data Analysis (CEDA) for long term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/24808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32248/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143489/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32256/?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": 32258,
            "uuid": "01b00854797d44a59d57c8cce08821eb",
            "title": "ESA Fire Climate Change Initiative (Fire_cci): Small Fire Database (SFD) Burned Area grid product for Sub-Saharan Africa, version 2.0",
            "abstract": "The ESA Fire Disturbance Climate Change Initiative (Fire_cci) project has produced maps of global burned area developed from satellite observations. The Small Fire Database (SFD) pixel products have been obtained by combining spectral information from Sentinel-2 MSI data and thermal information from VIIRS VNP14IMGML active fire products.\r\n\r\nThis gridded dataset has been derived from the Small Fire Database (SFD) Burned Area pixel product for Sub-Saharan Africa, v2.0 (also available), which covers Sub-Saharan Africa for the year 2019, by summarising its burned area information into a regular grid covering the Earth at 0.05 x 0.05 degrees resolution and at monthly temporal resolution.",
            "keywords": "ESA, CCI, Grid, Burned Area, Fire Disturbance, Climate Change, GCOS Essential Climate Variable",
            "publicationState": "citable",
            "dataPublishedTime": "2021-08-16T10:49:16",
            "doiPublishedTime": "2021-08-16T16:02:00",
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33018/?format=api",
                "dataPath": "/neodc/esacci/fire/data/burned_area/SFD/Africa/Sentinel2/grid/v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27482604516,
                "numberOfFiles": 26,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9068/?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/8143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27599/?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/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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68094/?format=api"
            ],
            "dataLineage": "Data was produced by the ESA Fire CCI team as part of the ESA Climate Change Initiative (CCI) and is being held on the CEDA (Centre for Environmental Data Analysis) archive 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/10906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10918/?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/143506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147417/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26618/?format=api",
            "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": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32259,
            "uuid": "4c5feb539f1f44308ca7ec26e0bb7316",
            "title": "ESA Fire Climate Change Initiative (Fire_cci): Small Fire Dataset (SFD) Burned Area pixel product for Sub-Saharan Africa, version 2.0",
            "abstract": "The ESA Fire Disturbance Climate Change Initiative (Fire_cci) project has produced maps of global burned area developed from satellite observations. The Small Fire Dataset (SFD) pixel products have been obtained by combining spectral information from Sentinel-2 MSI data and thermal information from VIIRS VNP14IMGML active fire products.\r\n\r\nThis dataset is part of v2.0 of the Small Fire Dataset (also known as FireCCISFD11), which covers Sub-Saharan Africa for the year 2019.   Data is available here at pixel resolution (0.00017966259 degrees, corresponding to approximately 20m at the Equator).   Gridded data products are also available in a separate dataset.",
            "keywords": "ESA, CCI, Pixel, Burned Area, Fire Disturbance, Climate Change, GCOS Essential Climate Variable",
            "publicationState": "citable",
            "dataPublishedTime": "2021-08-16T07:46:10",
            "doiPublishedTime": "2021-08-16T16:00:30",
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33017/?format=api",
                "dataPath": "/neodc/esacci/fire/data/burned_area/SFD/Africa/Sentinel2/pixel/v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 87998288670,
                "numberOfFiles": 6962,
                "fileFormat": "The pixel product is composed of 4 files:\r\n *JD.tif: Day of first detection (Julian Day) of the burned area; \r\n*CL.tif: Confidence level of burned area detection; \r\n *LC.tif: Land cover of the pixel detected as burned as defined by the C3S Land Cover map of 2018 (https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-land-cover).\r\n *.xml: Metadata of the product.\r\n\r\nIn the Compressed folder these have been compressed into a single .tar.gz file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9067/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2288/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data was produced by the ESA Fire CCI team as part of the ESA Climate Change Initiative (CCI) and is being held on the CEDA (Centre for Environmental Data Analysis) archive 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/10905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10917/?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/143520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147416/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/26618/?format=api",
            "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": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32263,
            "uuid": "4d9eb71f6874435ab88d3c37539f1ed7",
            "title": "ECMWF Forecasts for project support.",
            "abstract": "This dataset contained a variety of forecast data from ECMWF, which supported observation campaigns. The variables, geo-temporal extent and other aspects were different for each campaign supported. The project supported were: adient, catlin, cloudmap2, crose, troccinox,  itop, plume, slimcat, torch and vintersol.\r\n\r\nThese data are no longer relevant, and were not reusable due the very specific access conditions that applied to each project.",
            "keywords": "",
            "publicationState": "removed",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "retired",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32262/?format=api",
                "dataPath": "/badc/ecmwf-for",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 937,
                "numberOfFiles": 1,
                "fileFormat": "GRIB"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8850/?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/25925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/88562/?format=api"
            ],
            "dataLineage": "Operational forecast data  produced by ECMWF. Extracted for projects from ECMWF MARS system and archived at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": "2021-03-31T14:19:18",
            "removedDataReason": "These data are no longer relevant, and were not reusable due the very specific access conditions that applied to each project.",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143540/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2617/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ecmwffor",
                    "label": "restricted: ecmwffor group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32265,
            "uuid": "e28a2d786c79494ca77206178bae5dcf",
            "title": "Sentinel 3B Synthetic Aperture Radar Altimeter (SRAL) Level 1B data",
            "abstract": "This dataset contains level 1b altimetry data from the Synthetic Aperture Radar Altimeter (SRAL) aboard the European Space Agency (ESA) Sentinel 3B Satellite. Sentinel 3B was launched on the 25th of April 2018. These level 1b products are geo-located and fully calibrated multi-looked High-Resolution power echoes. Complex echoes (In-phase (I) and Quadrature (Q)) for the Low-Resolution Mode (LRM) and/or Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product also contains the so-called Pseudo LRM (PLRM) echoes. All Sentinel-3 Non-Time Critical (NTC) products are available in less than 30 days. Data are provided by ESA and are made available via CEDA to any registered user.",
            "keywords": "Sentinel, Synthetic Aperture Radar Altimeter, SRAL",
            "publicationState": "published",
            "dataPublishedTime": "2022-05-09T08:44:08",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32266/?format=api",
                "dataPath": "/neodc/sentinel3b/data/SRAL/L1_SRA/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1231521483425,
                "numberOfFiles": 60298,
                "fileFormat": "Data are provided by ESA in zipped SAFE format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8994/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data collected and prepared by European Space Agency (ESA). Downloaded from the Sentinel hubs for use by the CEDA community.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12321/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32784/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146260/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/19018/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2586/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32269,
            "uuid": "fd0960d18dc74454b9b79e92b0628a4b",
            "title": "Computed air parcel trajectory used for campaign support during the Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) programme.",
            "abstract": "Computed air parcel trajectory used for campaign support during the Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) programme.",
            "keywords": "",
            "publicationState": "published",
            "dataPublishedTime": "2021-03-31T14:57:16",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32267/?format=api",
                "dataPath": "/badc/acsoe/trajectory",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3208923003,
                "numberOfFiles": 29016,
                "fileFormat": "Text"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8851/?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/83005/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/12425/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143567/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32272,
            "uuid": "8dff6e1d989643df977bf0c6766adb60",
            "title": "NERC-ARF 2019_168 - HyTES19 Flight: Airborne remote sensing measurements",
            "abstract": "Airborne remote sensing measurements collected on 17 June 2019 onboard the Natural Environment Research Council Airborne Research Facility (NERC-ARF) Dornier Do228-101 D-CALM Aircraft for the NET-Sense - joint NASA ESA Temperature Sensing Experiment (HyTES19) project (flight reference: 2019_168). This dataset comprises: hyperspectral data collected using a Specim Aisa FENIX imager.\r\n\r\nData were collected over the  Grosseto, Italy area.",
            "keywords": "HyTES19, HyTES19, aircraft, hyperspectral, remote sensing",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32273/?format=api",
                "dataPath": "/neodc/arsf/2019/HyTES19/HyTES19-2019_168_Grosseto",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 116699790969,
                "numberOfFiles": 110,
                "fileFormat": "Hyperspectral data are ENVI binary, LiDAR data are LAS and aerial photography are TIF formats"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8854/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2742/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were collected and processed by the NERC-ARF facility and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32270/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143665/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32274/?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": 32277,
            "uuid": "d555c81c6f08490984b2822d733d1661",
            "title": "NERC-ARF Flight 2019_169 - for HyTES19: Airborne remote sensing measurements",
            "abstract": "Airborne remote sensing measurements collected on 18 June 2019 onboard the Natural Environment Research Council Airborne Research Facility (NERC-ARF) Dornier Do228-101 D-CALM Aircraft for the NET-Sense - joint NASA ESA Temperature Sensing Experiment (HyTES19) project (flight reference: 2019_169). This dataset comprises: hyperspectral data collected using a Specim Aisa FENIX imager.\r\n\r\nData were collected over the  Grosseto, Italy area.",
            "keywords": "HyTES19, HyTES19, aircraft, hyperspectral, remote sensing",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-23T11:01:33",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32278/?format=api",
                "dataPath": "/neodc/arsf/2019/HyTES19/HyTES19-2019_169_Grosseto",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 173035767130,
                "numberOfFiles": 343,
                "fileFormat": "Hyperspectral data are ENVI binary, LiDAR data are LAS and aerial photography are TIF formats"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8855/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2743/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were collected and processed by the NERC-ARF facility and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32270/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143682/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32279/?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": 32283,
            "uuid": "c8b4b03778b145f79facce0af21237cb",
            "title": "Landsat 5 Thematic Mapper (TM) data",
            "abstract": "The Landsat Thematic Mapper (TM) sensor was carried onboard Landsats 4 and 5 from July 1982 to May 2012 with a 16-day repeat cycle, referenced to the Worldwide Reference System-2. Very few images were acquired from November 2011 to May 2012. The satellite began decommissioning activities in January 2013.\r\n\r\nThe Thematic Mapper (TM) is an advanced, multispectral scanning, Earth resources sensor designed to achieve higher image resolution, sharper spectral separation, improved geometric fidelity, and greater radiometric accuracy and resolution than the Multispectral Scanner (MSS) sensor. TM data are sensed in seven spectral bands simultaneously. A TM scene has an Instantaneous Field Of View (IFOV) of 30m x 30m in bands 1-5 and 7 while band 6 has an IFOV of 120m x 120m on the ground (band 6 was collected at 120 meters, but was resampled to 30 meters). Band 6 senses thermal (heat) infrared radiation. Landsat can only acquire night scenes in band 6. The approximate scene size is 170 km north-south by 183 km east-west (106 mi by 114 mi).",
            "keywords": "Landsat, USGS, NASA, TM",
            "publicationState": "published",
            "dataPublishedTime": "2021-07-07T12:59:07",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32282/?format=api",
                "dataPath": "/neodc/landsat5/data/TM/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 910781409269,
                "numberOfFiles": 25647,
                "fileFormat": "These data are provided by NASA/USGS in GeoTIFF format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9020/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8334/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145829/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32709/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2648/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/USGS_Copyright_Policy.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32295,
            "uuid": "f5ffbd016e6b44858a33ae38ed2a149e",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): PASSIVE product, Version 06.1",
            "abstract": "The Soil Moisture CCI PASSIVE dataset is one of three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by merging data from the SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS, SMAP, FY-3B and GPM satellite instruments. ACTIVE and COMBINED products have also been created.\r\n\r\nThe v06.1 PASSIVE product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in volumetric units [m3 m-3] and covers the period (yyyy-mm-dd) 1978-11-01 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001",
            "keywords": "ESA, CCI, Passive, Soil Moisture",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-19T15:36:01",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32313/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/PASSIVE/v06.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15182338233,
                "numberOfFiles": 15403,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8831/?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/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62745/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32299/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143743/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32307/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32296,
            "uuid": "43d73291472444e6b9c2d2420dbad7d6",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): COMBINED product, Version 06.1",
            "abstract": "The Soil Moisture CCI COMBINED dataset is one of three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by directly merging Level 2 scatterometer and radiometer soil moisture products derived from the AMI-WS, ASCAT, SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS, SMAP, FY-3B and GPM satellite instruments. PASSIVE and ACTIVE products have also been created.\r\n\r\nThe v06.1 COMBINED product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in volumetric units [m3 m-3] and covers the period (yyyy-mm-dd) 1978-11-01 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001",
            "keywords": "ESA, Soil Moisture, CCI, Combined",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-19T15:41:14",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32311/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/COMBINED/v06.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17966772658,
                "numberOfFiles": 15403,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8826/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20630/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32299/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143763/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32309/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32297,
            "uuid": "c2af8764c84744de87a69db7fecf7af9",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): ACTIVE product, Version 06.1",
            "abstract": "The Soil Moisture CCI ACTIVE dataset is one of the three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by fusing scatterometer soil moisture products, derived from the instruments AMI-WS and ASCAT. PASSIVE and COMBINED products have also been created.\r\n\r\nThe v06.1 ACTIVE product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in percent of saturation [%] and covers the period (yyyy-mm-dd) 1991-08-05 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document. Additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001",
            "keywords": "ESA, Soil Moisture, CCI, Active",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-19T15:39:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32312/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/ACTIVE/v06.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8895156913,
                "numberOfFiles": 10743,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8825/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20630/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32299/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143783/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32300/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32298,
            "uuid": "c3bd175b6ed64020b439eb08ed9c8fc2",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): Ancillary data used for the ACTIVE, PASSIVE and COMBINED products, Version 06.1",
            "abstract": "These ancillary datasets were used in the production of the ACTIVE, PASSIVE and COMBINED soil moisture data products, created as part of the European Space Agency's (ESA) Soil Moisture Climate Change Initiative (CCI) project. The set of ancillary datasets include datasets of Average Vegetation Optical Depth data from AMSR-E, Soil Porosity, Topographic Complexity and Wetland fraction, as well as a Land Mask. This version of the ancillary datasets were used in the production of the v06.1 Soil Moisture CCI data.\r\n\r\nThe ACTIVE, PASSIVE and COMBINED soil moisture products which these data were used to develop are fusions of scatterometer and radiometer soil moisture products, derived from the AMI-WS, ASCAT, SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS, SMAP, FY-3B, GPM satellite instruments. To access these products or for further details on them please see their dataset records. Additional reference documents and information relating to them can also be found on the CCI Soil Moisture project website.\r\n\r\nSoil moisture CCI data should be cited using the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001",
            "keywords": "ESA, Soil Moisture, CCI, Ancillary",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-19T15:37:29",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32314/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/ancillary/v06.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1558698,
                "numberOfFiles": 6,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": null,
            "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/12066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63536/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32299/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143803/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32310,
            "uuid": "3bfe0c2d51544f72837a99306a74e359",
            "title": "ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci): Experimental Break-Adjusted COMBINED Product, Version 06.1",
            "abstract": "An experimental break-adjusted soil-moisture product has been generated by the ESA Soil Moisture Climate Change Initiative (Soil_Moisture_cci) project for the first time with their v06.1 data release. The product attempts to reduce breaks in the final CCI product by matching the statistics of the datasets between merging periods. At v06.1, the break-adjustment process (explained in Preimesberger et al. 2020) is applied only to the COMBINED product, using ERA5 soil moisture as a reference. The Soil Moisture CCI COMBINED dataset is one of three datasets created as part of the European Space Agency's (ESA) Soil Moisture Essential Climate Variable (ECV) Climate Change Initiative (CCI) project. The product has been created by directly merging Level 2 scatterometer and radiometer soil moisture products derived from the AMI-WS, ASCAT, SMMR, SSM/I, TMI, AMSR-E, WindSat, AMSR2, SMOS, SMAP, FY-3B and GPM satellite instruments. PASSIVE and ACTIVE products have also been created.\r\n\r\nThe v06.1 COMBINED break-adjusted product, provided as global daily images in NetCDF-4 classic file format, presents a global coverage of surface soil moisture at a spatial resolution of 0.25 degrees. It is provided in volumetric units [m3 m-3] and covers the period (yyyy-mm-dd) 1978-11-01 to 2020-12-31. For information regarding the theoretical and algorithmic base of the product, please see the Algorithm Theoretical Baseline Document and Preimesberger et al. 2020. Additional reference documents and information relating to the dataset can also be found on the CCI Soil Moisture project website.\r\n\r\nThe data set should be cited using all of the following references:\r\n\r\n1. Gruber, A., Scanlon, T., van der Schalie, R., Wagner, W., and Dorigo, W. (2019). Evolution of the ESA CCI Soil Moisture climate data records and their underlying merging methodology, Earth Syst. Sci. Data, 11, 717–739, https://doi.org/10.5194/essd-11-717-2019\r\n\r\n2. Dorigo, W.A., Wagner, W., Albergel, C., Albrecht, F., Balsamo, G., Brocca, L., Chung, D., Ertl, M., Forkel, M., Gruber, A., Haas, E., Hamer, D. P. Hirschi, M., Ikonen, J., De Jeu, R. Kidd, R. Lahoz, W., Liu, Y.Y., Miralles, D., Lecomte, P. (2017). ESA CCI Soil Moisture for improved Earth system understanding: State-of-the art and future directions. In Remote Sensing of Environment, 2017, ISSN 0034-4257, https://doi.org/10.1016/j.rse.2017.07.001\r\n\r\n3. Preimesberger, W., Scanlon, T., Su,  C. -H., Gruber, A. and Dorigo, W., \"Homogenization of Structural Breaks in the Global ESA CCI Soil Moisture Multisatellite Climate Data Record,\" in IEEE Transactions on Geoscience and Remote Sensing, vol. 59, no. 4, pp. 2845-2862, April 2021, doi: 10.1109/TGRS.2020.3012896.",
            "keywords": "ESA, Soil Moisture, CCI, Combined",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-19T15:35:11",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32347/?format=api",
                "dataPath": "/neodc/esacci/soil_moisture/data/daily_files/break_adjusted_COMBINED/v06.1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13058542122,
                "numberOfFiles": 15403,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8826/?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/1633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/33003/?format=api"
            ],
            "dataLineage": "Data were processed by the ESA CCI Soil Moisture project team and transferred to CEDA for the ESA CCI Open Data Portal Project",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13332/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32299/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143860/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/32309/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2535/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_soilmoisture_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 32320,
            "uuid": "2e1a4658858d4c678d861bd84e120e57",
            "title": "NERC-ARF Flight 2019_171a - for HyTES19: Airborne remote sensing measurements",
            "abstract": "Airborne remote sensing measurements collected on 20 June 2019 by the Natural Environment Research Council Airborne Research Facility (NERC-ARF) onboard the British Antarctic Survey (BAS) Twin-Otter Aircraft for the NET-Sense - joint NASA ESA Temperature Sensing Experiment (HyTES19) project (flight reference: 2019_171a). This dataset comprises: hyperspectral data collected using a Specim Aisa FENIX imager.\r\n\r\nData were collected over the  Grosseto, Italy area.",
            "keywords": "HyTES19, HyTES19, aircraft, hyperspectral, remote sensing",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-23T11:01:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32321/?format=api",
                "dataPath": "/neodc/arsf/2019/HyTES19/HyTES19-2019_171a_Grosseto",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 62292355647,
                "numberOfFiles": 174,
                "fileFormat": "Hyperspectral data are ENVI binary, LiDAR data are LAS and aerial photography are TIF formats"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8862/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2745/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were collected and processed by the NERC-ARF facility and deposited at the Centre for Environmental Data Analysis (CEDA) for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/32270/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143892/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/32322/?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": 32324,
            "uuid": "6cd2bd9bf3e143009a7df234e4a8f55c",
            "title": "SG-WEx: Unified Model output for January 2015 over South Georgia, with island orography included (run: u-ag477)",
            "abstract": "This dataset contains modelling output from the u-ag477 run of a high-resolution (1.5 km horizontal grid, 118 vertical levels up to around 75 km altitude, 30 s timestep) local-area configuration of the Met Office Unified Model run in a box over the island of South Georgia (54S, 36W), as part of the South Georgia Wave Experiment (SG-WEx) project. This run was for the time period January 2015 with the island orography included. See related dataset for output from a complementary run with a flat orography file for the island for the same time period. These were part of a group of 6 model runs for the SG-WEx project.\r\n\r\nThe aim of the modelling runs was to examine gravity wave generation and deep vertical propagation over this mountainous island. Three model time periods are archived within the SG-WEx dataset collection: January 2015, June 2015 and July 2015, each containing two runs, one including the island's orography and one without. Initial and boundary conditions are supplied by a global forecast to ensure that conditions over the island remain realistic. Meteorological fields such as wind, temperature, pressure etc were outputted and saved in hourly steps. These runs also coincided with radiosonde campaigns launched from the island.\r\n\r\nTechnical details regarding the configuration of these runs is described Vosper (2015, doi:10.1002/qj.2566). Further information and science results can be found in Jackson et al. (2018, doi:10.1175/BAMS-D-16-0151.1) and Hindley (2021, doi:10.5194/acp-21-7695-2021). See online resources linked to this record for further details.",
            "keywords": "Unified Model, NWP, South Atlantic",
            "publicationState": "citable",
            "dataPublishedTime": "2021-05-11T09:38:28",
            "doiPublishedTime": "2021-05-12T14:30:28",
            "updateFrequency": "notPlanned",
            "status": "final",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32325/?format=api",
                "dataPath": "/badc/sg-wex/data/um-data/sgwex_Jan2015_SG_u-ag477",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1904402654650,
                "numberOfFiles": 1539,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8942/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2752/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91589/?format=api"
            ],
            "dataLineage": "Data were produced from runs of the Met Office Unified Model on the Met Office system and provided to the Centre for Environmental Data Analysis (CEDA) for long-term archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10875/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26590/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29893/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144526/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32588/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32371,
            "uuid": "82b0164a4d06467ab450ff67006729c1",
            "title": "HadISDH land: gridded global monthly land surface humidity data version 4.3.1.2020f",
            "abstract": "This is the HadISDH land 4.3.1.2020f version of the Met Office Hadley Centre Integrated Surface Dataset of Humidity (HadISDH). HadISDH-land is a near-global gridded monthly mean land surface humidity climate monitoring product. It is created from in situ observations of air temperature and dew point temperature from weather stations. The observations have been quality controlled and homogenised. Uncertainty estimates for observation issues and gridbox sampling are provided (see data quality statement section below). The data are provided by the Met Office Hadley Centre and this version spans 1/1/1973 to 31/12/2020.  \r\n\r\nThe data are monthly gridded (5 degree by 5 degree) fields. Products are available for temperature and six humidity variables: specific humidity (q), relative humidity (RH), dew point temperature (Td), wet bulb temperature (Tw), vapour pressure (e), dew point depression (DPD).\r\n\r\nThis version extends the 4.2.0.2019f version to the end of 2020 and constitutes a minor update to HadISDH due to changing some of the code base from IDL and Python 2.7 to Python 3, detecting and fixing a bug in the process, and retrieving the missing April 2015 station data. These have led to small changes in regional and global average values and coverage. All other processing steps for HadISDH remain identical. Users are advised to read the update document in the Docs section for full details.\r\n\r\nAs in previous years, the annual scrape of NOAAs Integrated Surface Dataset for HadISD.3.1.2.202101p, which is the basis of HadISDH.land, has pulled through some historical changes to stations. This, and the additional year of data, results in small changes to station selection. The homogeneity adjustments differ slightly due to sensitivity to the addition and loss of stations, historical changes to stations previously included and the additional 12 months of data.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISDH blog: http://hadisdh.blogspot.co.uk/\r\n\r\nReferences:\r\n\r\nWhen using the dataset in a paper please cite the following papers (see Docs for link\r\nto the publications) and this dataset (using the \"citable as\" reference):\r\n\r\nWillett, K. M., Dunn, R. J. H., Thorne, P. W., Bell, S., de Podesta, M., Parker, D. E.,\r\nJones, P. D., and Williams Jr., C. N.: HadISDH land surface multi-variable humidity and\r\ntemperature record for climate monitoring, Clim. Past, 10, 1983-2006,\r\ndoi:10.5194/cp-10-1983-2014, 2014.\r\n\r\nDunn, R. J. H., et al. 2016: Expanding HadISD: quality-controlled, sub-daily station\r\ndata from 1931, Geoscientific Instrumentation, Methods and Data Systems, 5, 473-491.\r\n\r\nSmith, A., N. Lott, and R. Vose, 2011: The Integrated Surface Database: Recent\r\nDevelopments and Partnerships. Bulletin of the American Meteorological Society, 92,\r\n704-708, doi:10.1175/2011BAMS3015.1\r\n\r\nWe strongly recommend that you read these papers before making use of the data, more\r\ndetail on the dataset can be found in an earlier publication:\r\n\r\nWillett, K. M., Williams Jr., C. N., Dunn, R. J. H., Thorne, P. W., Bell, S., de\r\nPodesta, M., Jones, P. D., and Parker D. E., 2013: HadISDH: An updated land surface\r\nspecific humidity product for climate monitoring. Climate of the Past, 9, 657-677,\r\ndoi:10.5194/cp-9-657-2013.",
            "keywords": "HadISDH, humidity, surface, land, gridded, station, specific humidity, temperature, dew point temperature, wet bulb temperature, dew point temperature, vapour pressure, in-situ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-28T14:57:41",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32466/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISDH/mon/HadISDHTable/r1/v4-3-1-2020f/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 368861414,
                "numberOfFiles": 30,
                "fileFormat": "The data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8311/?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/56886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73599/?format=api"
            ],
            "dataLineage": "HadISDH-land is a global land surface (~2 m) humidity dataset and is produced by the Met Office Hadley Centre in collaboration with Maynooth University, NOAA NCEI, NPL and CRU. It is based on the quality controlled sub-daily HadISD from the Met Office Hadley Centre which is in turn based on the ISD dataset from NOAA's NCEI. It is passed to CEDA for archiving and distribution.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13522/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144115/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/13526/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2561/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/",
                    "licenceClassifications": "personal, academic, policy"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32372,
            "uuid": "c928ef392244426b9473af92a16b0daf",
            "title": "HadISDH marine: gridded global monthly ocean surface humidity data version 1.1.0.2020f",
            "abstract": "This is the HadISDH marine 1.1.0.2020f version of the Met Office Hadley Centre Integrated Surface Dataset of Humidity (HadISDH). HadISDH-marine s a near-global gridded monthly mean marine surface humidity climate monitoring product. It is created from in situ observations of air temperature and dew point temperature from ships. The observations have been quality controlled and bias-adjusted. Uncertainty estimates for observation issues and gridbox sampling are provided (see data quality statement section below). The data are provided by the Met Office Hadley Centre and this version spans 1/1/1973 to 31/12/2020.\r\n\r\nThe data are monthly gridded (5 degree by 5 degree) fields. Products are available for temperature and six humidity variables: specific humidity (q), relative humidity (RH), dew point temperature (Td), wet bulb temperature (Tw), vapour pressure (e), dew point depression (DPD).\r\n\r\nThis version extends the 1.0.0.2019f version to the end of 2020 and constitutes a minor update to HadISDH due to change in method for calculating gridbox monthly means. All other processing steps for HadISDH remain identical. Users are advised to read the update document in the Docs section for full details.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISDH blog: http://hadisdh.blogspot.co.uk/\r\n\r\nReferences:\r\n\r\nWhen using the dataset in a paper please cite the following papers (see Docs for link\r\nto the publications) and this dataset (using the \"citable as\" reference):\r\n\r\nWillett, K. M., Dunn, R. J. H., Kennedy, J. J. and Berry, D. I., 2020: Development of\r\nthe HadISDH marine humidity climate monitoring dataset. Earth System Sciences Data,\r\n12, 2853-2880, https://doi.org/10.5194/essd-12-2853-2020\r\n\r\nFreeman, E., Woodruff, S. D., Worley, S. J., Lubker, S. J., Kent, E. C., Angel, W. E.,\r\nBerry, D. I., Brohan, P., Eastman, R., Gates, L., Gloeden, W., Ji, Z., Lawrimore, J.,\r\nRayner, N. A., Rosenhagen, G. and Smith, S. R., ICOADS Release 3.0: A major update to\r\nthe historical marine climate record. International Journal of Climatology.\r\ndoi:10.1002/joc.4775.",
            "keywords": "HadISDH, humidity, surface, marine, gridded, station, specific humidity, temperature, dew point temperature, wet bulb temperature, dew point temperature, vapour pressure, in-situ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-28T14:58:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32465/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISDH-marine/mon/HadISDHTable/r1/v1-1-0-2020f/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 236914881,
                "numberOfFiles": 9,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8881/?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/56887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73613/?format=api"
            ],
            "dataLineage": "HadISDH-marine is a global ocean surface (~10 m) humidity dataset and is produced by the Met Office Hadley Centre in collaboration with NOC. It is based on the sub-daily ship observations from ICOADS. It is passed to CEDA for archiving and distribution.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13522/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144128/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30534/?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": 32373,
            "uuid": "8e90b16ddd2a484897ab9737c46d6204",
            "title": "HadISDH blend: gridded global monthly land and ocean surface humidity data version 1.1.1.2020f",
            "abstract": "This is the HadISDH blend 1.1.1.2020f version of the Met Office Hadley Centre Integrated Surface Dataset of Humidity (HadISDH). HadISDH-blend is a near-global gridded monthly mean surface humidity climate monitoring product. It is created from in situ observations of air temperature and dew point temperature from ships and weather stations. The observations have been quality controlled and homogenised / bias adjusted. Uncertainty estimates for observation issues and gridbox sampling are provided (see data quality statement section below). These data are provided by the Met Office Hadley Centre. This version spans 1/1/1973 to 31/12/2020.\r\n\r\nThe data are monthly gridded (5 degree by 5 degree) fields. Products are available for temperature and six humidity variables: specific humidity (q), relative humidity (RH), dew point temperature (Td), wet bulb temperature (Tw), vapour pressure (e), dew point depression (DPD).\r\n\r\nThis version extends the 1.0.0.2019f version to the end of 2020. It combines HadISDH.land.4.3.1.2020f and HadISDH.marine.1.1.0.2020f and therefore their respective update notes. Users are advised to read the update documents in the Docs section for full details.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISDH blog: http://hadisdh.blogspot.co.uk/\r\n\r\nReferences:\r\n\r\nWhen using the dataset in a paper please cite the following papers (see Docs for link\r\nto the publications) and this dataset (using the \"citable as\" reference):\r\n\r\nWillett, K. M., Dunn, R. J. H., Kennedy, J. J. and Berry, D. I., 2020: Development of\r\nthe HadISDH marine humidity climate monitoring dataset. Earth System Sciences Data,\r\n12, 2853-2880, https://doi.org/10.5194/essd-12-2853-2020\r\n\r\nFreeman, E., Woodruff, S. D., Worley, S. J., Lubker, S. J., Kent, E. C., Angel, W. E.,\r\nBerry, D. I., Brohan, P., Eastman, R., Gates, L., Gloeden, W., Ji, Z., Lawrimore, J.,\r\nRayner, N. A., Rosenhagen, G. and Smith, S. R., ICOADS Release 3.0: A major update to\r\nthe historical marine climate record. International Journal of Climatology.\r\ndoi:10.1002/joc.4775.\r\n\r\nWillett, K. M., Dunn, R. J. H., Thorne, P. W., Bell, S., de Podesta, M., Parker, D. E.,\r\nJones, P. D., and Williams Jr., C. N.: HadISDH land surface multi-variable humidity and\r\ntemperature record for climate monitoring, Clim. Past, 10, 1983-2006,\r\ndoi:10.5194/cp-10-1983-2014, 2014.\r\n\r\nDunn, R. J. H., et al. 2016: Expanding HadISD: quality-controlled, sub-daily station\r\ndata from 1931, Geoscientific Instrumentation, Methods and Data Systems, 5, 473-491.\r\n\r\nSmith, A., N. Lott, and R. Vose, 2011: The Integrated Surface Database: Recent\r\nDevelopments and Partnerships. Bulletin of the American Meteorological Society, 92,\r\n704-708, doi:10.1175/2011BAMS3015.1\r\n\r\nWe strongly recommend that you read these papers before making use of the data, more\r\ndetail on the dataset can be found in an earlier publication:\r\n\r\nWillett, K. M., Williams Jr., C. N., Dunn, R. J. H., Thorne, P. W., Bell, S., de\r\nPodesta, M., Jones, P. D., and Parker D. E., 2013: HadISDH: An updated land surface\r\nspecific humidity product for climate monitoring. Climate of the Past, 9, 657-677,\r\ndoi:10.5194/cp-9-657-2013.",
            "keywords": "HadISDH, blend, humidity, surface, marine, gridded, station, specific humidity, temperature, dew point temperature, wet bulb temperature, dew point temperature, vapour pressure, in-situ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-28T15:01:53",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32467/?format=api",
                "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISDH-blend/mon/HadISDHTable/r1/v1-1-1-2020f/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 162435645,
                "numberOfFiles": 9,
                "fileFormat": "The data are NetCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8885/?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/56887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67710/?format=api"
            ],
            "dataLineage": "HadISDH.blend is a global land (~2 m) and ocean (~10 m) surface humidity dataset and is produced by the Met Office Hadley Centre in collaboration with CRU, Maynooth University, NPL, NOAA-NCEI and NOC. It is based on the sub-daily station observations from HadISD (originally from ISD) and ship observations from ICOADS. It is passed to the Centre for Environmental Data Analysis (CEDA) for archiving and distribution. Gridboxes containing both land and marine data are combined using a weighted average with a minimum and maximum weighting of 25% and 75% respectively.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13522/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144147/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30535/?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": 32377,
            "uuid": "2bdeefa63a234a18a8fd0fabd4fa62b0",
            "title": "MCD12Q1 - MODIS/Terra+Aqua Land Cover Type Yearly L3 Global 500m SIN Grid",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD12Q1\n\n\n\n\n\nThe MODIS Land Cover Type product contains multiple classification schemes, which describe land cover properties derived from observations spanning a year's input of Terra and Aqua data. The primary land cover scheme identifies 17 land cover classes defined by the International Geosphere Biosphere Programme (IGBP), which includes 11 natural vegetation classes, 3 developed and mosiacked land classes, and three non-vegetated land classes.\n\nThe MODIS Terra + Aqua Land Cover Type Yearly L3 Global 500 m SIN Grid product incorporates five different land cover classification schemes, derived through a supervised decision-tree classification method:\n\nLand Cover Type 1: IGBP global vegetation classification schemeLand Cover Type 2: University of Maryland (UMD) schemeLand Cover Type 3: MODIS-derived LAI/fPAR schemeLand Cover Type 4: MODIS-derived Net Primary Production (NPP) schemeLand Cover Type 5: Plant Functional Type (PFT) scheme\n\nAdditional layers include a Land Cover Type Assessment SDS, a Land Cover Percent SDS, and a Land Cover Quality Control SDS.\n\nCollection 5.1 Land Cover Type products are produced with revised training data and certain algorithm refinements.  For further details, please consult the following paper:\n\nFriedl, M. A., Sulla-Menashe, D., Tan, B., Schneider, A., Ramankutty, N., Sibley, A., andHuang, X. (2010). MODIS Collection 5 global land cover: Algorithm refinements and characterization of new datasets. Remote Sensing of Environment, 114, 168-182.\n\nShortname: MCD12Q1 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-3 , Spatial Resolution: 500 m , Temporal Resolution: annual , ArchiveSets: 6 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE41 , File Naming Convention: MCD12Q1.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  AAYYYYDDD = Acquisition Year and Day of Year hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Mark Friedl, Damien Sulla-Menashe - Boston University and MODAPS SIPS - NASA. (2015). MCD12Q1 MODIS/Terra+Aqua Land Cover Type Yearly L3 Global 500m SIN Grid. NASA LP DAAC. http://doi.org/10.5067/MODIS/MCD12Q1.006 , Keywords: Climate Change, Climate Modeling, Land Cover ",
            "keywords": "Climate Change, Climate Modeling, Land Cover ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T13:59:18.229578",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32378/?format=api",
                "dataPath": "/neodc/modis/data/MCD12Q1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12294148338,
                "numberOfFiles": 2838,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8882/?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/64818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64830/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10826/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144163/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32379,
            "uuid": "6d0b4c8c5191408d943310e08ed6dd06",
            "title": "MCD15A2H - MODIS/Terra+Aqua Leaf Area Index/FPAR 8-Day L4 Global 500m SIN Grid",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD15A2H\n\n\n\n\n\nThe level-4 MODIS global Leaf Area Index (LAI) and Fraction of Photosynthetically Active Radiation (FPAR) product is composited every 8 days at 1-kilometer resolution on a Sinusoidal grid. Science Data Sets provided in the MCD15A2H include LAI, FPAR, a quality assurance rating, and standard deviation for each variable.\n\nThe LAI variable defines the number of equivalent layers of leaves relative to a unit of ground area, whereas FPAR measures the proportion of available radiation in the photosynthetically active wavelengths that are absorbed by a canopy. Both variables are used as satellite-derived parameters for calculating surface photosynthesis, evapotranspiration, and net primary production, which in turn are used to calculate terrestrial energy, carbon, water cycle processes, and biogeochemistry of vegetation.\n\nCollection-5 MODIS Combined Terra and Aqua LAI products are Validated Stage 2, accuracy has been assessed over a widely distributed set of locations and time periods via several ground-truth and validation efforts. Collection-5 MODIS/Terra FPAR products are Validated Stage 1, meaning that accuracy has been estimated using a small number of independent measurements obtained from selected locations and time periods and ground-truth/field program efforts. Although there may be later improved versions, these data are ready for use in scientific publications.\n\nShortname: MCD15A2H , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-4 , Spatial Resolution: 500 m , Temporal Resolution: 8 day , ArchiveSets: 6, 61 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE34 , File Naming Convention: MCD15A2H.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Ranga Myneni, Knyazikhin, Yuri, Taejin Park - Boston University and MODAPS SIPS - NASA. (2015). MOD15A2H MODIS/Combined Terra+Aqua Leaf Area Index/FPAR Daily L4 Global 500m SIN Grid. NASA LP DAAC. http://doi.org/10.5067/MODIS/MOD15A2H.006 , Keywords: Climate Change, Biomass, Evapotranspiration, Plant Phenology, Forest Composition/Vegetation Structure, Length of Growing Season, Leaf Characteristics, Canopy Characteristics, Photosynthetically Active Radiation ",
            "keywords": "Climate Change, Biomass, Evapotranspiration, Plant Phenology, Forest Composition/Vegetation Structure, Length of Growing Season, Leaf Characteristics, Canopy Characteristics, Photosynthetically Active Radiation ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:03:15.253175",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32380/?format=api",
                "dataPath": "/neodc/modis/data/MCD15A2H",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11493179517,
                "numberOfFiles": 3068,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8883/?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/64812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64817/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10827/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144172/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32381,
            "uuid": "051d6075847747329a987b2175f2affc",
            "title": "MCD19A2 - MODIS/Terra+Aqua Land Aerosol Optical Depth Daily L2G Global 1km SIN Grid",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD19A2\n\n\n\n\n\nMCD19A2 is the shortname for the Multi-Angle Implementation of Atmospheric Correction (MAIAC) algorithm-based Level-2 gridded (L2G) aerosol optical thickness over land surfaces product.  Derived using both Terra and Aqua MODIS inputs, this L2 product is produced daily at 1 km pixel resolution.  This product helps generate a number of atmospheric and geometric properties/parameters that are used to produce another facet of the MAIAC algorithm: the land surface Bidirectional Reflectance Factor.\n\nThe MCD19A2 product contains two data groups with the following Science Data Set parameters:\n\nGrid500m groupAerosol Optical Depth at 047 micronAerosol Optical Depth at 055 micronAOD Uncertainty at 047 micronFine-Mode Fraction for OceanColumn Water Vapor in cm liquid waterAOD QAAOD Model (Regional background model used)Injection Height (Smoke injection height over local surface height)Grid5km groupCosine of Solar Zenith AngleCosine of View Zenith AngleRelative Azimuth AngleScattering AngleGlint Angle\n\nThe MCD19A2 product has achieved Stage-3 validation.\n\nShortname: MCD19A2 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-2 Tiled , Spatial Resolution: 1 km , Temporal Resolution: daily , ArchiveSets: 6 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE113 , File Naming Convention: MCD19A2.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Alexi Lyapustin - NASA GSFC, Yujie Wang - Univeristy of Maryland Baltimore County and MODAPS SIPS - NASA. (2015). MCD19A2 MODIS/Terra+Aqua Aerosol Optical Thickness Daily L2G Global 1km SIN Grid. NASA LP DAAC. http://doi.org/10.5067/MODIS/MCD19A2.006 , Keywords: Atmospheric Correction, MODIS, MAIAC, Bidirectional Surface reflectance, Aerosols ",
            "keywords": "Atmospheric Correction, MODIS, MAIAC, Bidirectional Surface reflectance, Aerosols ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:04:01.624520",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32382/?format=api",
                "dataPath": "/neodc/modis/data/MCD19A2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6171666938882,
                "numberOfFiles": 980278,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8884/?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/64799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64811/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10828/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144181/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32383,
            "uuid": "ba706617a7a84034af8f13eeb86a8c9d",
            "title": "MCD43A1 - MODIS/Terra+Aqua BRDF/Albedo Model Parameters Daily L3 Global - 500m",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD43A1\n\n\n\n\n\nThe MODerate-resolution Imaging Spectroradiometer (MODIS) BRDF/Albedo Model Parameters product (MCD43A1) contains three-dimensional (3D) data sets providing users with weighting parameters for the models used to derive the Albedo and BRDF products (MCD43A3 and MCD43A4). The models support the spatial relationship and parameter characterization best describing the differences in radiation due to the scattering (anisotropy) of each pixel, relying on multi-date, atmospherically corrected, cloud-cleared input data measured over 16-day periods.\n\nBoth Terra and Aqua data are used in the generation of this product, providing the highest probability for quality assurance input data.  It is designated with a shortname beginning with MCD, which is used to refer to 'combined' products, those comprised of data using both Terra and Aqua.\n\nNote that the V006 MODIS MCD43 products are retrieved daily and represent the best BRDF possible based on 16 days worth of inputs with the day of interest emphasized.  Unlike the earlier reprocessed versions (where the date of the product signifies the first day of the retrieval period), and the Direct Broadcast version (where the date signifies the last day of the retrieval period), the date associated with each daily V006 retrieval is the center of the moving 16 day input window. This change is in response to user requests.\n\nVersion-5 MODIS BRDF & Albedo products have attained Validation Stage 3.\n\nShortname: MCD43A1 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-3 , Spatial Resolution: 500 m , Temporal Resolution: daily , ArchiveSets: 6, 61 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE23 , File Naming Convention: MCD43A1.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Crystal Schaaf - University of Massachusetts Boston, Zhuosen Wang - NASA GSFC and MODAPS SIPS - NASA. (2015). MCD43A1C MODIS/Terra+Aqua BRDF/Albedo Model Parameters Daily L3 Global - 500m. NASA LP DAAC. http://doi.org/10.5067/MODIS/MCD43A1C.006 , Keywords: Climate Change, Albedo, Reflectance ",
            "keywords": "Climate Change, Albedo, Reflectance ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:04:46.656735",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32384/?format=api",
                "dataPath": "/neodc/modis/data/MCD43A1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 132336001274763,
                "numberOfFiles": 1865358,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8886/?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/64760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64798/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10829/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144190/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32385,
            "uuid": "cf8e3e801a114979a160e809deb5cc9f",
            "title": "MCD43A2 - MODIS/Terra+Aqua BRDF/Albedo Quality Daily L3 Global - 500m",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD43A2\n\n\n\n\n\nThe MODerate-resolution Imaging Spectroradiometer (MODIS) BRDF/Albedo Quality product (MCD43A2) describes the overall condition of the other BRDF and Albedo products. The MCD43A2 product contains 16 days of data at 500 meter spatial resolution provided in a level-3 gridded data set in Sinusoidal projection, and includes albedo quality assurance, snow conditions, ancillary information, and inversion information.\n\nBoth Terra and Aqua data are used in the generation of this product, providing the highest probability for quality assurance input data.  It is designated with a shortname beginning with MCD, which is used to refer to 'combined' products, those comprised of data using both Terra and Aqua.\n\nNote that the V006 MODIS MCD43 products are retrieved daily and represent the best BRDF possible based on 16 days worth of inputs with the day of interest emphasized.  Unlike the earlier reprocessed versions (where the date of the product signifies the first day of the retrieval period), and the Direct Broadcast version (where the date signifies the last day of the retrieval period), the date associated with each daily V006 retrieval is the center of the moving 16 day input window. This change is in response to user requests.\n\nVersion-5 MODIS BRDF & Albedo products have attained Validation Stage 3.\n\nShortname: MCD43A2 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-3 , Spatial Resolution: 500 m , Temporal Resolution: daily , ArchiveSets: 6, 61 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE23 , File Naming Convention: MCD43A2.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Crystal Schaaf - University of Massachusetts Boston, Zhuosen Wang - NASA GSFC and MODAPS SIPS - NASA. (2015). MCD43A2C MODIS/Terra+Aqua BRDF/Albedo Quality Daily L3 Global - 500m. NASA LP DAAC. http://doi.org/10.5067/MODIS/MCD43A2C.006 , Keywords: Climate Change, Albedo, Reflectance ",
            "keywords": "Climate Change, Albedo, Reflectance ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:04:56.950726",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32386/?format=api",
                "dataPath": "/neodc/modis/data/MCD43A2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14700434193638,
                "numberOfFiles": 1218582,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8887/?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/64770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64788/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10830/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144199/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32387,
            "uuid": "48efa9b67d69435caffd2d06cf8406d3",
            "title": "MCD43A3 - MODIS/Terra+Aqua BRDF/Albedo Daily L3 Global - 500m",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD43A3\n\n\n\n\n\nThe MODerate-resolution Imaging Spectroradiometer (MODIS) Albedo product (MCD43A3) provides 500-meter data describing both directional hemispherical reflectance (black-sky albedo) and bihemispherical reflectance (white-sky albedo). The MCD43A3 product contains 16 days of data provided in a level-3 gridded data set in Sinusoidal projection.\n\nBoth Terra and Aqua data are used in the generation of this product, providing the highest probability for quality assurance input data.  It is designated with a shortname beginning with MCD, which is used to refer to 'combined' products, those comprised of data using both Terra and Aqua.\n\nNote that the V006 MODIS MCD43 products are retrieved daily and represent the best BRDF possible based on 16 days worth of inputs with the day of interest emphasized.  Unlike the earlier reprocessed versions (where the date of the product signifies the first day of the retrieval period), and the Direct Broadcast version (where the date signifies the last day of the retrieval period), the date associated with each daily V006 retrieval is the center of the moving 16 day input window. This change is in response to user requests.\n\nVersion-5 MODIS BRDF & Albedo products have attained Validation Stage 3.\n\nShortname: MCD43A3 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-3 , Spatial Resolution: 500 m , Temporal Resolution: daily , ArchiveSets: 6, 61 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE23 , File Naming Convention: MCD43A3.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Citation: Crystal Schaaf - University of Massachusetts Boston, Zhuosen Wang - NASA GSFC and MODAPS SIPS - NASA. (2015). MCD43A3 MODIS/Terra+Aqua BRDF/Albedo Daily L3 Global - 500m. NASA LP DAAC. http://doi.org/10.5067/MODIS/MCD43A3.006 , Keywords: Climate Change, Albedo, Reflectance ",
            "keywords": "Climate Change, Albedo, Reflectance ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:05:06.279680",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32388/?format=api",
                "dataPath": "/neodc/modis/data/MCD43A3",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 84219885167950,
                "numberOfFiles": 1942163,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8888/?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/64740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64769/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10831/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144208/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32389,
            "uuid": "0f3d112f9da048a786d3f54e08b4d642",
            "title": "MCD64A1 - Combined Level 3 Direct Broadcast Burned Area Monthly Global 500m SIN Grid",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MCD64A1\n\n\n\n\n\nMCD64A1 Burned Area Product is a monthly Level-3 gridded 500-meter product containing per-pixel burning and quality information, and tile-level metadata.\n\nThe MODIS Collection 6 burned-area mapping approach employs daily 500-m MODIS surface reflectance data coupled with 1-km MODIS active fire observations. The hybrid algorithm applies dynamic thresholds to composite imagery generated from a burn-sensitive vegetation index derived from MODIS short-wave infrared channels 5 and 7, and a measure of temporal texture. Cumulative active fire maps are used to guide the selection of burned and unburned training samples and to guide the specification of prior probabilities. The combined use of active-fire and reflectance data enables the algorithm to adapt regionally over a wide range of pre- and post-burn conditions and across multiple ecosystems.\n\nShortname: MCD64A1 , Platform: Combined Aqua Terra , Instrument: MODIS , Processing Level: Level-3 , Spatial Resolution: 500 m , Temporal Resolution: monthly , ArchiveSets: 6 , Collection: MODIS Collection 6    (ArchiveSet 6) , PGE Number: PGE134 , File Naming Convention: MCD64A1.AYYYYDDD.hHHvVV.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition hHH = Horizontal tile number (0-35) vVV = Vertical tile number (0-17) CCC = Collection number YYYYDDDHHMMSS = Production Date and Time  , Keywords: Climate Change, Fires, Wildfires ",
            "keywords": "Climate Change, Fires, Wildfires ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:05:13.490174",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32390/?format=api",
                "dataPath": "/neodc/modis/data/MCD64A1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 99084227056,
                "numberOfFiles": 51466,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8889/?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/64734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64739/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10832/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144217/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/10908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32391,
            "uuid": "55aa94abf6bf40fab87143f24849ac89",
            "title": "MOD021KM - Level 1B Calibrated Radiances - 1km",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MOD021KM\n\n\n\n\n\n\"The MODIS Level-1B data set contains calibrated and geolocated at-aperture radiances for 36 discrete bands located in the 0.4 µm to 14.4 µm region of the electromagentic spectrum. These data are generated from MODIS Level-1A scans of raw radiance, and in the process are converted to geophysical units of W/(m2µm sr). In addition, the Bidirectional Reflectance Distribution Function (BRDF) may be determined for the solar reflective bands (1-19, 26) through knowledge of the solar irradiance (e.g., determined from MODIS solar diffuser data, and from the target illumination geometry). Additional data are provided including quality flags, error estimates and calibration data.\n\nVisible, shortwave infrared, and near infrared measurements are only made during the daytime, while radiances for the thermal infrared region (bands 20-25, 27-36) are measured continuously.\n\nThe resolution of channels 1 and 2 is 250 m, channels 3 through 7 are 500m resolution, and the rest are 1 km resolution. However, for the MODIS L1B 1 km product, the 250 m and 500 m band radiance data and their associated uncertainties have been aggregated to 1 km resolution. Thus, the entire channel data set is referenced to the same spatial and geolocation scales. Separate L1B products are available for just the 250 m channels (MOD02QKM) and the 500 m channels (MOD02HKM) that preserve the original resolution of the data.\n\nSpatial resolution for pixels at nadir is 1 km, degrading to 4.8 km in the along-scan direction at the scan extremes. However, thanks to the overlapping of consecutive swaths and the respective pixels there, the resulting resolution at the scan extremes is about 2 km. A 55 degree scanning pattern at the EOS orbit of 705 km results in a 2330 km orbital swath width with global coverage every one to two days. A single MODIS Level-1B granule will nominally contain a scene built from 203 scans (or swaths) sampled 1354 times in the cross-track direction, corresponding to approximately 5 minutes worth of data. Since an individual MODIS scan (or swath) will contain 10 along-track spatial elements, the scene will be composed of 1354 by 2030 pixels, resulting in a spatial coverage of 2330 km by 2030 km. Due to the MODIS scan geometry, there will be increasing overlap occurring beyond about a 25 degree scan angle.\n\nUsers requiring the full-resolution geolocation and solar/satellite geometry can obtain the separate MODIS Level-1 Geolocation product (MOD03) from LAADS.\"\n\nShortname: MOD021KM , Platform: Terra , Instrument: MODIS , Processing Level: Level-1B , Spatial Resolution: 1 km , Temporal Resolution: 5 minute , ArchiveSets: 61, 6 , Collection: MODIS Collection 6.1 - Level 1, Atmosphere, Land    (ArchiveSet 61) , PGE Number: PGE02 , File Naming Convention: MOD021KM.AYYYYDDD.HHMM.CCC.YYYYDDDHHMMSS.hdf  AYYYYDDD = Acqusition Year and Day of Year HHMM = Hour and Minute of acquisition CCC = Collection number YYYYDDDHHMMSS = Production Date and Time YYYYDDD = Year and Day of Year of acquisition  , Citation: MODIS Characterization Support Team (MCST), 2017. MODIS 1km Calibrated Radiances Product. NASA MODIS Adaptive Processing System, Goddard Space Flight Center, USA: http://dx.doi.org/10.5067/MODIS/MOD021KM.061 , Keywords: Climate Change, Radiance ",
            "keywords": "Climate Change, Radiance ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:05:21.067677",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32392/?format=api",
                "dataPath": "/neodc/modis/data/MOD021KM",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 305824326687750,
                "numberOfFiles": 2640761,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8890/?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/64156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64731/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10833/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144226/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/25855/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 32393,
            "uuid": "f5e2886edf254a42804b9a77af6d5c9c",
            "title": "MOD04_L2 - MODIS/Terra Aerosol 5-Min L2 Swath 10km",
            "abstract": "These data are a copy of MODIS data from the NASA Level-1 and Atmosphere Archive & Distribution System (LAADS) Distributed Active Archive Center (DAAC). The copy is potentially only a subset. Below is the description from https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MOD04_L2\n\n\n\n\n\n\"The MODIS Aerosol Product monitors the ambient aerosol optical thickness over the oceans globally and over a portion of the continents. Further, the aerosol size distribution is derived over the oceans, and the aerosol type is derived over the continents. Daily Level-2 data are produced at the spatial resolution of a 10x10 1-km pixel array (at nadir).\n\nPrior to MODIS, satellite measurements were limited to reflectance measurements in one (GOES, METEOSAT) or two (AVHRR) channels. There was no real attempt to retrieve aerosol content over land on a global scale. Algorithms had been developed for use only over dark vegetation. The blue channel on MODIS, not present on AVHRR, offers the possibility to extend the derivation of optical thickness over land to additional surfaces. The algorithms use MODIS bands 1 through 7 and 20 and require prior cloud screening using MODIS data. Over the land, the dynamic aerosol models are derived from ground-based sky measurements and used in the net retrieval process.\n\nOver the ocean, three parameters that describe the aerosol loading and size distribution are retrieved. Pre-assumptions on the general structure of the size distribution are required in the inversion of MODIS data, and the volume-size distribution is described with two log-normal modes: a single mode to describe the accumulation mode particles (radius < 0.5 µm) and a single coarse mode to describe dust and/or salt particles (radius > 1.0 µm).\n\nThe quality assurance control of these products will be based on comparison with ground stations and climatology.\n\nFor additional details see the MODIS Atmospheres web site page onCollection 6.1 Updates. \"\n\nShortname: MOD04_L2 , Platform: Terra , Instrument: MODIS , Processing Level: Level-2 , Spatial Resolution: 10 km , Temporal Resolution: 5 minute , ArchiveSets: 61 , Collection: MODIS Collection 6.1 - Level 1, Atmosphere, Land    (ArchiveSet 61) , PGE Number: PGE04 , File Naming Convention: MOD04_L2.AYYYYDDD.HHMM.CCC.YYYYDDDHHMMSS.hdf  YYYYDDD = Year and Day of Year of acquisition HHMM = Hour and Minute of acquisition CCC = Collection number YYYYDDDHHMMSS = Production Date and Time AYYYYDDD = Year and Day of Year of acquisition  , Citation: Levy, R., Hsu, C., et al., 2015. MODIS Atmosphere L2 Aerosol Product. NASA MODIS Adaptive Processing System, Goddard Space Flight Center, USA: http://dx.doi.org/10.5067/MODIS/MOD04_L2.061 , Keywords: Climate Change, Atmospheric Correction, Aerosol Optical Depth/Thickness ",
            "keywords": "Climate Change, Atmospheric Correction, Aerosol Optical Depth/Thickness ",
            "publicationState": "published",
            "dataPublishedTime": "2021-04-15T14:05:29.793380",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32394/?format=api",
                "dataPath": "/neodc/modis/data/MOD04_L2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3646806808543,
                "numberOfFiles": 1466258,
                "fileFormat": "HDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8891/?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/64632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91564/?format=api"
            ],
            "dataLineage": "Data were downloaded from https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/ to support UK research groups, especially NCEO.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10834/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/10895/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10892/?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/144227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144235/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/25855/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2557/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://modaps.modaps.eosdis.nasa.gov/services/faq/LAADS_Data-Use_Citation_Policies.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        }
    ]
}