Observation Instance
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/30497/?format=api
{ "ob_id": 30497, "uuid": "9002e9bbfef04c8d88ca6c921579f3c9", "title": "Summary for Policymakers of the IPCC Special Report: Global Warming of 1.5°C - data for Figure SPM.1 (v20200602)", "abstract": "Data for Figure SPM.1 from the Summary for Policymakers (SPM) of the Intergovernmental Panel on Climate Change (IPCC) Special Report on Global Warming of 1.5°C.\r\n\r\nFigure SPM.1 relates global mean surface temperature to cumulative emissions of CO2 and visualises the probability of limiting global warming to 1.5°C. \r\n\r\n---------------------------------------------------\r\nHow to cite this dataset\r\n---------------------------------------------------\r\nWhen citing this dataset, please include both the data citation below and the following citation for the report component from which the figure originates:\r\n\r\nIPCC, 2021: Summary for Policymakers. 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. 3−32, doi:10.1017/9781009157896.001.\r\n\r\n---------------------------------------------------\r\nSources of additional information\r\n---------------------------------------------------\r\nLinks to Figure SPM.1 in the IPCC Special Report on Global Warming of 1.5°C, an interactive version of the figure, and supporting information in the Supplementary Material for Chapter 1 (Section 1.SM.6) can be found in the Related Documents section of this catalogue record. \r\n\r\n---------------------------------------------------\r\nFigure subpanels\r\n---------------------------------------------------\r\nThe figure has four panels, with data provided for panels (a), (b) and (d) in subdirectories named panel_a, panel_b and panel_d. Panel (c) data can be computed from panel (b) data so are not provided here.\r\n\r\n---------------------------------------------------\r\nList of data provided\r\n---------------------------------------------------\r\nThe dataset contains global time-series data from 1960-2100 for:\r\n - Observed global temperature change (1960-2017). \r\n - Historical anthropogenic global warming (1960-2017).\r\n - Modelled warming responses to global emission and radiative forcing pathways (2018-2100).\r\n\r\nThe dataset also contains global time-series data for carbon dioxide (CO2) and non-CO2 radiative forcing from 1960-2100 for:\r\n - Historical global net CO2 emissions (1960-2017).\r\n - Stylized global net CO2 emission pathways (2018-2100).\r\n - Historical global cumulative net CO2 emissions (1960-2017).\r\n - Stylized global cumulative net CO2 emission pathways (1960-2100).\r\n - Historical global non-CO2 radiative forcing pathways (1960-2017).\r\n - Global non-CO2 radiative forcing pathways (2018-2100).\r\n\r\n---------------------------------------------------\r\nData provided in relation to figure \r\n---------------------------------------------------\r\nPanel a:\r\n - Data file: panel_a/temps_hist.csv (monthly data, 1850-2017); relates to the left part showing observed global mean surface temperature change (grey line) and estimated anthropogenic global warming (orange line with shading the assessed likely range). \r\n - Data files: panel_a/temps_blue.csv, panel_a/temps_grey.csv, panel_a/temps_purple.csv (yearly data, 2018-2100, the lower and upper bound variables are plotted). These relate to the right part showing the likely range of warming responses (grey, blue and purple plumes) for different combinations of global net CO2 emission and net non-CO2 radiative forcing pathways. \r\nPanel b:\r\n - Data file: panel_b/gcp_out.csv (yearly data, 1960-2017); relates to the left part showing historical global net CO2 emissions (grey line). \r\n - Data file: panel_b/CO2_ems.csv (yearly data, 2018-2100, values in GtC rather than GtCO2); relates to the right part showing two stylized future global net CO2 emission pathways (grey land blue lines). \r\nPanel d:\r\n - Data file: panel_d/nonCO2_RF.csv (yearly data, 1960-2017, variable nonCO2RF_grey is plotted); relates to the left part showing historical global net non-CO2 radiative forcing. \r\n - Data file: panel_d/nonCO2_RF.csv (yearly data, 2018-2100, variables nonCO2RF_grey and nonCO2RF_purple are plotted); relates to the right part showing two stylized future global net non-CO2 radiative forcing pathways (grey and purple lines).", "keywords": "IPCC-DDC, IPCC, AR6, SR1.5, Figure SPM.1, Global Warming 1.5 degrees C, Global temperature, Global CO2 emission pathway, Cumulative net CO2 emissions, Radiative forcing, Emission pathways", "publicationState": "preview", "dataPublishedTime": null, "doiPublishedTime": null, "updateFrequency": "", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31769/?format=api", "dataPath": "/badc/ar6_sr15/data/spm/spm_1", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 44873, "numberOfFiles": 9, "fileFormat": "badc_csv" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8688/?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/61288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61290/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61292/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61293/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61295/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61296/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61298/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61300/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61303/?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 files converted to BADC-CSV format by CEDA staff.\r\nData curated on behalf of the IPCC-Data Distribution Centre (IPCC-DDC).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/31290/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31327/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137606/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137607/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137608/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137610/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137611/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139610/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139597/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140225/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31558/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [] }