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

{
    "ob_id": 37773,
    "uuid": "6ed1539e8fe84caea089a0d6a7ffcdbd",
    "title": "Chapter 8 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 8.13 (v20220718)",
    "abstract": "Data for Figure 8.13 from Chapter 8 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6).\r\n\r\n\r\nFigure 8.13 shows zonal and annual mean projected long-term changes in the atmospheric water budget.\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\n Douville, H., K. Raghavan, J. Renwick, R.P. Allan, P.A. Arias, M. Barlow, R. Cerezo-Mota, A. Cherchi, T.Y. Gan, J. Gergis, D. Jiang, A. Khan, W. Pokam Mba, D. Rosenfeld, J. Tierney, and O. Zolina, 2021: Water Cycle Changes. 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. 1055–1210, doi:10.1017/9781009157896.010.\r\n\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n There are 9 sub-panels, with data provided for all panels in one single directory.\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains zonal and annual-mean projected long-term changes in the atmospheric water budget in:\r\n \r\n - Modelled global precipitation (CMIP6 simulations, ssp126, ssp245 and ssp585 scenarios, 1650 -2100)\r\n - Modelled global evaporation (CMIP6 simulations, ssp126, ssp245 and ssp585 scenarios, 1650 -2100)\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n There is one NetCDF file per sub-panel, named by the scenario and variable of the sub-panels: 3 variables (precipitation : 'pr', evaporation : 'evspsbl' and their difference : 'P-E') times 3 scenarios (ssp126, ssp245 and ssp585).\r\n\r\n Each sub-panel NetCDF file has 6 variables. The variable names have suffix:\r\n - mean for multi-model change mean (thick coloured line)\r\n - land_mean for multi-model change mean over land (thick black line),\r\n - pctl5 and pctl95 for multi-model 5 and 95 percentiles (coloured shaded area),\r\n - variab5 and variab95 for 5 and 95 percentiles of the internal variability (grey shaded area).\r\n\r\n As an example Fig8-13_pr_ssp126.nc (precipitation, scenario SSP1-2.6), relates to the upper panel (left).\r\n\r\nCMIP6 is the sixth phase of the Coupled Model Intercomparison Project.\r\n SSP126 is the Shared Socioeconomic Pathway which represents the lower boundary of radiative forcing and development scenarios, consistent with RCP2.6.\r\n SSP245 is the Shared Socioeconomic Pathway which represents the median of radiative forcing and development scenarios, consistent with RCP4.5.\r\n SSP585 is the Shared Socioeconomic Pathway which represents the upper boundary of radiative forcing and development scenarios, consistent with RCP8.5.\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 8)\r\n - Link to the Supplementary Material for Chapter 8, which contains details on the input data used in Table 8.SM.1\r\n - Link to the code for all figures in Chapter 8, archived on Zenodo.\r\n - Link to the documentation for CAMMAC, the tool used for AR6 analysis.",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, precipitation, hydrology, water budget, projection, scenario",
    "publicationState": "citable",
    "dataPublishedTime": "2023-01-25T11:57:19",
    "doiPublishedTime": "2023-05-15T08:38:16.986675",
    "updateFrequency": "notPlanned",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/37774/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_08/ch8_fig13/v20220718",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 409873,
        "numberOfFiles": 12,
        "fileFormat": "Data are netCDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10435/?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/50559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83767/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83768/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83769/?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\n Data 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/12478/?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/32723/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180251/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/37775/?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": []
}