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

{
    "ob_id": 39715,
    "uuid": "c4031dd3227c4bceb6eae480d2a47a0c",
    "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - Input data for Figure 6.7  (v20230210)",
    "abstract": "Input Data for Figure 6.7 from Chapter 6 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 6.7 shows distribution of PM2.5 composition mass concentration (in μg m-3) for the major PM2.5 aerosol components.\r\n\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 Szopa, S., V. Naik, B. Adhikary, P. Artaxo, T. Berntsen, W.D. Collins, S. Fuzzi, L. Gallardo, A. Kiendler-Scharr, Z. Klimont, H. Liao, N. Unger, and P. Zanis, 2021: Short-Lived Climate Forcers. 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. 817–922, doi:10.1017/9781009157896.008.\r\n\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has 9 panels with input data provided for all panels in subdirectories named Asia, Europe, North_America, SPARTAN and stations.\r\n\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains monthly averaged major PM2.5 aerosol component (sulphate, nitrate, ammonium, sodium, chloride, organic carbon and elemental carbon) measurements for the following regions:\r\n \r\n - Latin American and Caribbean\r\n - North America (rural)\r\n - North America (urban)\r\n - Europe\r\n - Eurasia\r\n - Eastern Asia\r\n - Southern Asia\r\n - South-East Asia and Developing Pacific\r\n - Asia-Pacific Developed\r\n\r\n\r\nAdditionally, input file for separating the world in individual regions following the IPCC Sixth Assessment Report Working Group III (AR6 WGIII) is provided as AR6WG3_Atlas_IntermedRegions_1.0x1.0.nc\r\n\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n Instructions in how to relate the input data with the figure in the 'Notes on reproducing the figure from the provided data' field.\r\n\r\nPM2.5 stands for particulate matter in the air that are 2.5 micrometers or less in diameter.\r\n\r\n\r\n---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\n The data is used as input of the code (violin_regions.py and worldmap_AR6_nocoasts.py). \r\n\r\nviolin_regions.py: Python code that creates the regional violin subplots. The user needs to run the code for each subregion separately by activating the lines 6-17 accordingly.\r\n\r\nworldmap_AR6_nocoasts.py: Python code that creates the world map in the center of the figure, including the location of the observational sites used.\r\n\r\nEach of these scripts work independently. The nine individual plots produced by violin_regions.py can be collated with the map created by worldmap_AR6_nocoasts.py to produce the figure 6.7. A link to the code archived on Zenodo are provided in the Related Documents section of this catalogue record.\r\n\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 6)\r\n - Link to the Supplementary Material for Chapter 6, which contains details on the input data used in Table 6.SM.3\r\n - Link to code archived on Zenodo",
    "keywords": "IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis, PM2.5, aerosol components, Chapter 6, Figure 6.7, short-lived climate forcers",
    "publicationState": "citable",
    "dataPublishedTime": "2023-05-16T15:16:53",
    "doiPublishedTime": "2023-07-03T14:19:39.858119",
    "updateFrequency": "notPlanned",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/39716/?format=api",
        "dataPath": "/badc/ar6_wg1/data/ch_06/inputdata_ch6_fig07/v20230210",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 42605878,
        "numberOfFiles": 42,
        "fileFormat": "Data are netCDF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10992/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3761/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62550/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62551/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62552/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62553/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62556/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62557/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62558/?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/12568/?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/32721/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193438/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193444/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193445/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39717/?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": []
}