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

{
    "ob_id": 37717,
    "uuid": "b35923b0641944178d0c9e17ce7dc9cb",
    "title": "Chapter 9 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 9.9 (v20220721)",
    "abstract": "Data for Figure 9.9 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.9 shows long-term trends of ocean heat content (OHC) and surface temperature. \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\nThe figure has 4 panels with data provided for all panels.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n\r\n- Ice-core rare gas estimates of past mean OHC (units = ZJ), scaled to global mean ocean temperature (°C), and to steric global mean sea level (GMSL) (m) per CCB-2 (red dashed line), compared to surface temperatures (black solid line, gold solid line; °C rightmost axis). \r\n- Southern Ocean sea surface temperature (SST) from multiple proxies in 11 sediment cores and from ice core deuterium excess (Uemura et  al., 2018). \r\n(a) Penultimate glacial interval to last interglacial, 150,000–100,000 yr B2K (before 2000) (Shackleton et al., 2020). First panel.\r\n(b) Last glacial interval to modern interglacial, 40,000–0 yr B2K (Baggenstos et al., 2019; Shackleton et al., 2019). Second panel.\r\n(c) Long-term projected (2000 to 12000 CE) changes of OHC (dashed lines) in response to four greenhouse gas emissions scenarios (Clark et al., 2016) scale similarly to large-scale paleo changes but lag projected global mean SST (solid lines). Third panel.\r\n(d) Model simulated 1500–1999 OHC (Gregory et al., 2006) and 1955–2019 observations (Levitus et al., 2012) updated by NOAA NODC. Fourth panel.\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n Data provided in relation to Figure 9.9\r\n \r\n - Data file: Fig9-9_data_Baggenstoslikely_Deglacial.nc\r\n - Data file: Fig9-9_data_Baggenstosmean_Deglacial.nc\r\n - Data file: Fig9-9_data_GlobalMeanSST_Deglacial.nc\r\n - Data file: Fig9-9_data_GlobalMeanSST_LIG.nc\r\n - Data file: Fig9-9_data_HadCM3_Modern.nc\r\n - Data file: Fig9-9_data_Levitus_Modern.nc\r\n - Data file: Fig9-9_data_SST_to_OHC_Conversion_Factor.nc\r\n - Data file: Fig9-9_data_Shackletonlikely_Deglacial.nc\r\n - Data file: Fig9-9_data_Shackletonlikely_LIG.nc\r\n - Data file: Fig9-9_data_Shackletonmean_Deglacial.nc\r\n - Data file: Fig9-9_data_Shackletonmean_LIG.nc\r\n - Data file: Fig9-9_data_SouthernOceanSST_Deglacial.nc\r\n - Data file: Fig9-9_data_SouthernOceanSST_LIG.nc\r\n - Data file: Fig9-9_data_Uemera_Modern.nc\r\n - Data file: Fig9-9_data_ohc_1280Gt.nc\r\n - Data file: Fig9-9_data_ohc_2560Gt.nc\r\n - Data file: Fig9-9_data_ohc_3840Gt.nc\r\n - Data file: Fig9-9_data_ohc_5120Gt.nc\r\n\r\nChanges in OHC (dashed lines) track changes in Southern Ocean SST (solid lines). \r\nAll data expressed as anomalies relative to pre-industrial time. Further details on data sources and processing are available in the chapter data table (Table 9.SM.9)\r\n\r\nOHC stands for Ocean Heat Content.\r\nGMSL stands for Global Mean Sea Level.\r\nNOAA NODC is the National Oceanic and Atmospheric Administration's National Oceanographic Data Center.\r\n\r\n---------------------------------------------------\r\nTemporal Range of Paleoclimate Data\r\n---------------------------------------------------\r\nThis dataset covers a paleoclimate timespan from -150kyr (150 thousand years ago) to 14000 CE (long-term future projection).\r\n\r\n ---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nOHC and SST time series were plotted using standard matplotlib software - code is available via the link in the documentation.\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, ocean heat content, OHC, sea surface temperature, SST, global temperatures, global mean sea level, GMSL",
    "publicationState": "citable",
    "dataPublishedTime": "2023-02-08T12:18:04",
    "doiPublishedTime": "2023-05-15T16:52:54.354563",
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38022/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_09/ch9_fig09/v20220721",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1400385,
        "numberOfFiles": 21,
        "fileFormat": "NetCDF, txt"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10974/?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/1347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50298/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50303/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50307/?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\nData 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/12494/?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/179887/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179888/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179891/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179892/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/179928/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/187088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/187089/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39615/?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": []
}