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/38844/?format=api
{ "ob_id": 38844, "uuid": "3913c555e3054ffa99eb494a1c0bb39d", "title": "Atlas of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure Atlas.21 (v20221104)", "abstract": "Data for Figure Atlas.21 from Atlas of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\nFigure Atlas.21 shows changes in annual mean surface air temperature and precipitation from reference regions in Australasia for different lines of evidence (CMIP5, CORDEX and CMIP6).\r\n\r\n---------------------------------------------------\r\n How to cite this dataset\r\n ---------------------------------------------------\r\nWhen citing this dataset, please include both the data citation below (under 'Citable as') and the following citations:\r\nFor the report component from which the figure originates:\r\nGutiérrez, J.M., R.G. Jones, G.T. Narisma, L.M. Alves, M. Amjad, I.V. Gorodetskaya, M. Grose, N.A.B. Klutse, S. Krakovska, J. Li, D. Martínez-Castro, L.O. Mearns, S.H. Mernild, T. Ngo-Duc, B. van den Hurk, and J.-H. Yoon, 2021: Atlas. 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. 1927–2058, doi:10.1017/9781009157896.021\r\n\r\nIturbide, M. et al., 2021: Repository supporting the implementation of FAIR principles in the IPCC-WG1 Interactive Atlas. Zenodo. Retrieved from: http://doi.org/10.5281/zenodo.5171760\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has sixteen panels, with data provided for all panels in the master GitHub repository linked in the documentation.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\nThis dataset contains global monthly precipitation and near surface temperature aggregated by reference region for model output datasets: \r\n- CMIP5, CMIP6 (1850-2100)\r\n- CORDEX (1970-2100)\r\nThese are presented separately for land, sea, and land-sea gridboxes (a single run per model). Regional averages are weighted by the cosine of latitude in all cases. \r\nAn observation-based product (1979-2016) is also provided in the same format for reference: W5E5 (Lange, 2019).\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\nAll datasets of monthly precipitation and near surface temperature aggregated by region for CMIP5, CMIP6 and CORDEX models are provided in the labelled directories and regions over Australasia are used for the production of this figure. \r\n\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\nCORDEX is The Coordinated Regional Downscaling Experiment from the WCRP.\r\nSSP1-2.6 is based on SSP1 with low climate change mitigation and adaptation challenges and RCP2.6, a future pathway with a radiative forcing of 2.6 W/m2 in the year 2100.\r\nSSP2-4.5 is based on SSP2 with medium challenges to climate change mitigation and adaptation and RCP4.5, a future pathway with a radiative forcing of 4.5 W/m2 in the year 2100.\r\nSSP5-8.5 is based on SSP5 where climate change mitigation challenges dominate and RCP8.5, a future pathway with a radiative forcing of 8.5 W/m2 in the year 2100.\r\nRCP2.6 is the Representative Concentration Pathway for 2.6 Wm-2 global warming by 2100.\r\nRCP4.5 is the Representative Concentration Pathway for 4.5 Wm-2 global warming by 2100.\r\nRCP8.5 is the Representative Concentration Pathway for 8.5 Wm-2 global warming by 2100.\r\nGWL stands for global warming levels.\r\nJJA and DJF stand for June, July, August and December, January, February respectively.\r\n\r\n ---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nData and figures are produced by the Jupyter Notebooks that live inside the notebooks directory. To reproduce each panel in this figure using the 'regional-scatter-plots_R.ipynb' notebook, in regions: select each of the regions over Australasia in the top right panel of the figure, area: 'land', cordex.domain: 'AUS' and scatter.seasons: list of months by number e.g. JJA: list(c(12, 1, 2), 6:8). \r\n\r\nThe notebooks describe step by step the basic process followed to generate some key figures of the AR6 WGI Atlas and some products underpinning the Interactive Atlas, such as reference regions, global warming levels, aggregated datasets. They include comments and hints to extend the analysis, thus promoting reusability of the results. These notebooks are provided as guidance for practitioners, more user friendly than the code provided as scripts in the reproducibility folder.\r\n\r\nSome of the notebooks require access to large data volumes out of this repository. To speed up the execution of the notebook, in addition to the full code to access the data, a data loading shortcut is provided, by storing intermediate results in the auxiliary-material folder in this repository. To test other parameter settings, the full data access instructions should be followed, which can take long waiting times.\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 (Atlas)\r\n - Link to the Supplementary Material for Atlas, which contains details on the input data used in Table Atlas.SM.15.\r\n - Link to the code for the figure, archived on Zenodo.\r\n - Link to the necessary notebooks for reproducing the figure from GitHub.", "keywords": "IPCC, WG1, WGI, Atlas, AR6, CMIP5, CMIP6, CORDEX, precipitation, temperature, regionally aggregated results, Australasia, IPCC-DDC, Sixth Assessment Report, Working Group 1, Physical Science Basis", "publicationState": "published", "dataPublishedTime": "2023-06-19T16:14:51", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40836/?format=api", "dataPath": "https://github.com/IPCC-WG1/Atlas/blob/main/notebooks/regional-scatter-plots_Figure-Atlas-21_R.ipynb", "oldDataPath": [], "storageLocation": "external", "storageStatus": "online", "volume": 0, "numberOfFiles": 0, "fileFormat": "notebook" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10554/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3840/?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\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/32730/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195690/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195691/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195694/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195803/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/40184/?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": [] }