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

{
    "ob_id": 37807,
    "uuid": "6fcc9d2c792243c1bb99de9c3cfdef2f",
    "title": "Chapter 7 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 7.16 (v20220721)",
    "abstract": "Data for Figure 7.16 from Chapter 7 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\nFigure 7.16 shows probability distributions of ERF to CO2 doubling and the net climate feedback, derived from process-based assessments in Sections 7.3.2 and 7.4.2. \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\nForster, P., T. Storelvmo, K. Armour, W. Collins, J.-L. Dufresne, D. Frame, D.J. Lunt, T. Mauritsen, M.D. Palmer, M. Watanabe, M. Wild, and H. Zhang, 2021: The Earth’s Energy Budget, Climate Feedbacks, and Climate Sensitivity. 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. 923–1054, doi:10.1017/9781009157896.009.\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has 4 subpanels, with data written into the plotting script in the master GitHub repository 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- Probability distributions of ERF to CO2 doubling and ECS distribution quantile (ΔF2×CO2; top) \r\n- Net climate feedback (climate feedback parameter vs. effective radiative forcing from 2xCO2, bottom left) and probability density (α; bottom right)\r\n\r\nCentral panel shows the joint probability density function calculated on a two-dimensional plane of ΔF2×CO2 and α (red), on which the 90% range shown by an ellipse is imposed to the background theoretical values of ECS (colour shading). The white dot, and thick and thin curves inside the ellipse represent the mean, likely and very likely ranges of ECS. \r\n\r\nAn alternative estimation of the ECS range (pink) is calculated by assuming that ΔF2×CO2 and α have a covariance. The assumption about the co-dependence between ΔF2×CO2 and α does not alter the mean estimate of ECS but affects its uncertainty. \r\n\r\nFurther details on data sources and processing are available in the chapter data table (Table 7.SM.14).\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n No data is provided for Figure 7.16 as the data is written in to the notebook used to plot the figure. This notebook is linked in the Related Documents section of this catalogue record.\r\n\r\nERF stands for Effective Radiative Forcing.\r\nECS stands for Equilibrium Climate Sensitivity.\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. Also listed on the 'master' GitHub page linked in the documentation of this catalogue record are external GitHub repositories and locations within the contributed directory where code for figures have been supplied by other authors. These are provided \"as-is\" and are not guaranteed to be reproducible within this environment. For external GitHub locations, check out the relevant repository READMEs.\r\n\r\nWithin the processing chain, every notebook is prefixed by a number. To reproduce all results in the chapter, the notebooks should be run in numerical order, because some later things depend on earlier things (historical temperature attribution requires a constrained ensemble of the two layer climate model, which relies on the generation of the radiative forcing time series). This being said, most notebooks should run standalone, as input data is provided where the datasets are small enough (see the 'master;' GitHub page for these).\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 7)\r\n - Link to the Supplementary Material for Chapter 7, which contains details on the input data used in Table 7.SM.1 to 7.SM.7.\r\n - Link to the code for the figure, archived on Zenodo.\r\n - Link to the notebook on the Chapter 7 GitHub repository used to plot figure",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, feedbacks, forcing, ECS, ERF, CO2",
    "publicationState": "published",
    "dataPublishedTime": "2023-05-31T14:42:18",
    "doiPublishedTime": null,
    "updateFrequency": "",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40275/?format=api",
        "dataPath": "https://github.com/IPCC-WG1/Chapter-7/blob/main/notebooks/020_chapter7_fig7.16.ipynb",
        "oldDataPath": [],
        "storageLocation": "external",
        "storageStatus": "online",
        "volume": 0,
        "numberOfFiles": 0,
        "fileFormat": "Jupyter notebook on the Chapter 7 GitHub repository"
    },
    "timePeriod": null,
    "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 Data 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/32722/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180358/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180359/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180360/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180361/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180362/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180363/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180491/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180603/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180604/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195203/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39590/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2627/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://github.com/IPCC-WG1/Chapter-7/blob/main/LICENSE",
            "licenceClassifications": ""
        }
    ],
    "discoveryKeywords": []
}