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/37729/?format=api
{ "ob_id": 37729, "uuid": "260df0db210143dcbecf3182e24817a3", "title": "Chapter 9 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 9.10 (v20220712)", "abstract": "Data for Figure 9.10 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.10 shows Atlantic Meridional Overturning Circulation (AMOC) strength in simulations and sensitivity to resolution and forcing. \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 4 subpanels, with data for all panels contained in the code archived on Zenodo which is linked in the documentation. Data and code can also be found on the GitHub repository for chapter 9 linked in the documentation.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n\r\n- AMOC magnitude (units: Sverdrup (Sv) = 109 kg s–1) in PMIP experiments (Top left). \r\n- Time series of AMOC from CMIP5 and CMIP6 based on (Menary et al., 2020b) (Top right). \r\n- Percent change in AMOC strength per year at different resolutions over the 1950–2050 period with colours for model families (Roberts et al., 2020) (Bottom left).\r\n- A compilation of percentage changes in the simulated AMOC after applying an additional freshwater flux in the subpolar North Atlantic at the surface for a limited time (de Vries and Weber, 2005; Stouffer et al., 2006; Yin and Stouffer, 2007; Jackson, 2013; Liu and Liu, 2013; Jackson and Wood, 2018; Haskins et al., 2019) (Bottom right). \r\n\r\nSymbols indicate whether the AMOC recovers within 200 years (circles), is starting to recover (upwards arrow), or does not recover within 200 years (downwards arrow). Symbol size indicates rate of freshwater input. \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\nData provided for all panels in the code archived on Zenodo which is linked in the Related Documents section of this catalogue record. Data and code can also be found on the GitHub repository for chapter 9 also linked here.\r\n\r\nAMOC is the Atlantic Meridional Overturning Circulation.\r\nPMIP is the Paleoclimate Modelling Intercomparison Project.\r\nCMIP5 is the fifth phase of the Coupled Model Intercomparison Project.\r\nCMIP6 is the sixth phase of the Coupled Model Intercomparison Project.\r\n\r\n ---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nAll panels 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 dedicated GitHub repository for figure.", "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, meridional overturning circulation, AMOC", "publicationState": "published", "dataPublishedTime": "2023-02-09T14:20:36", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40274/?format=api", "dataPath": "https://github.com/BrodiePearson/IPCC_AR6_Chapter9_Figures/tree/main/Plotting_code_and_data/Fig9_10_AMOC", "oldDataPath": [], "storageLocation": "external", "storageStatus": "online", "volume": 0, "numberOfFiles": 0, "fileFormat": "Data written into code on the Chapter 9 GitHub repository" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10415/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [], "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\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/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/180000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180003/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180004/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180006/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192550/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39616/?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": [] }