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/37732/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 37732,
    "uuid": "ff28d78693f645aa820266d472a6e1b3",
    "title": "Chapter 9 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 9.29 (v20221114)",
    "abstract": "Data for Figure 9.29 from Chapter 9 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\nFigure 9.29 shows timing of when global mean sea level (GMSL) thresholds of 0.5, 1.0, 1.5 and 2.0 m are exceeded, based on four different ice-sheet projection methods informing post-2100 projections. \r\n\r\n---------------------------------------------------\r\n How to cite this dataset\r\n ---------------------------------------------------\r\n When citing this dataset, please include both the data citation below (under 'Citable as') and the following citation for the report component from which the figure originates:\r\nFox-Kemper, B., H.T. Hewitt, C. Xiao, G. Aðalgeirsdóttir, S.S. Drijfhout, T.L. Edwards, N.R. Golledge, M. Hemer, R.E. Kopp, G. Krinner, A. Mix, D. Notz, S. Nowicki, I.S. Nurhati, L. Ruiz, J.-B. Sallée, A.B.A. Slangen, and Y. Yu, 2021: Ocean, Cryosphere and Sea Level Change. In Climate Change 2021: The Physical Science Basis. Contribution of Working Group I to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change [Masson-Delmotte, V., P. Zhai, A. Pirani, S.L. Connors, C. Péan, S. Berger, N. Caud, Y. Chen, L. Goldfarb, M.I. Gomis, M. Huang, K. Leitzell, E. Lonnoy, J.B.R. Matthews, T.K. Maycock, T. Waterfield, O. Yelekçi, R. Yu, and B. Zhou (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, pp. 1211–1362, doi:10.1017/9781009157896.011.\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has two panels, with data provided for panels SSP1-2.6 and SSP5-8.5 separately.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n\r\n- Timing of GMSL threshold exceedance at 0.5m, 1.0m, 1.5m, 2.0m based on four ice-sheet projection methods informing post-2100 methods. \r\n\r\nMethods are labelled based on their treatment of ice sheets. \r\n- ‘No acceleration’ assumes constant rates of mass change after 2100. \r\n- ‘Assessed ice sheet’ models post-2100 ice-sheet losses using a parametric fit (Supplementary Material 9.SM.4) extending to 2300 based on a multi-model assessment of contributions under RCP2.6 and RCP8.5 at 2300. \r\n- Marine ice-cliff instability (MICI) combines the parametric fit (Supplementary Material 9.SM3.4) for Greenland with Antarctic projections based on DeConto et al. (2021).\r\n- Structured expert judgement (SEJ) employs ice-sheet projections from Bamber et al. (2019). \r\n\r\nCircles, thick bars and thin bars represent the 50th, 17th–83rd and 5th–95th percentiles of the exceedance timing for the indicated projection method.\r\n\r\nFurther details on data sources and processing are available in the chapter data table (Table 9.SM.9).\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n Data provided in relation to Figure 9.29\r\n \r\n - Data file: Fig9-29_ssp126_data.nc\r\n - Data file: Fig9-29_ssp585_data.nc\r\n\r\nGMSL stands for Global Mean Sea Level.\r\nRCP stands for Representative Concentration Pathway.\r\nSSP126 is the Shared Socioeconomic Pathway which represents the lower boundary of radiative forcing and development scenarios, consistent with RCP2.6. \r\nSSP585 is the Shared Socioeconomic Pathway which represents the upper boundary of radiative forcing and development scenarios, consistent with RCP8.5.\r\n\r\n ---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nProjected exceedances were plotted using standard matplotlib software - code is available via the link in the documentation.\r\n\r\nThe provided R code for generating this plot uses relative paths.  Be sure to set your session's working directory to the location of the R code before running the code.\r\n\r\n ---------------------------------------------------\r\n Sources of additional information\r\n ---------------------------------------------------\r\n The following weblinks are provided in the Related Documents section of this catalogue record:\r\n - Link to the figure on the IPCC AR6 website\r\n - Link to the report component containing the figure (Chapter 9)\r\n - Link to the Supplementary Material for Chapter 9, which contains details on the input data used in Table 9.SM.9\r\n- Link to the data and code used to produce this figure and others in Chapter 9, archived on Zenodo.\r\n- Link to the output data for this figure, contained in a dedicated GitHub repository.",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, sea-level, projection, milestone, exceedance, timing, sea level, sea-level rise",
    "publicationState": "citable",
    "dataPublishedTime": "2023-02-07T12:22:19",
    "doiPublishedTime": "2023-05-17T09:47:11",
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38909/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_09/ch9_fig29/v20221114",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 5457,
        "numberOfFiles": 4,
        "fileFormat": "Data are net-CDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10419/?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/63007/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63595/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63596/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63597/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63598/?format=api"
    ],
    "dataLineage": "Data produced by Intergovernmental Panel on Climate Change (IPCC) authors and supplied for archiving at the Centre for Environmental Data Analysis (CEDA) by the Technical Support Unit (TSU) for IPCC Working Group I (WGI).\r\n Data curated on behalf of the IPCC Data Distribution Centre (IPCC-DDC).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12509/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/32705/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32725/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180033/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180034/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180035/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180036/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180038/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180039/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180187/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39687/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}