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

{
    "ob_id": 39769,
    "uuid": "e046adc115b04395937e793c9f3dbcb1",
    "title": "Technical Summary of the Working Group I Contribution to the IPCC Sixth Assessment Report - Input data for Figure TS.12 (v20230301)",
    "abstract": "Input data for Figure TS.12 from the Technical Summary 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 TS.12 shows land-related changes relative to the 1850-1900 as a function of global warming levels. \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 Arias, P.A., N. Bellouin, E. Coppola, R.G. Jones, G. Krinner, J. Marotzke, V. Naik, M.D. Palmer, G.-K. Plattner, J. Rogelj, M. Rojas, J. Sillmann, T. Storelvmo, P.W. Thorne, B. Trewin, K. Achuta Rao, B. Adhikary, R.P. Allan, K. Armour, G. Bala, R. Barimalala, S. Berger, J.G. Canadell, C. Cassou, A. Cherchi, W. Collins, W.D. Collins, S.L. Connors, S. Corti, F. Cruz, F.J. Dentener, C. Dereczynski, A. Di Luca, A. Diongue Niang, F.J. Doblas-Reyes, A. Dosio, H. Douville, F. Engelbrecht, V. Eyring, E. Fischer, P. Forster, B. Fox-Kemper, J.S. Fuglestvedt, J.C. Fyfe, N.P. Gillett, L. Goldfarb, I. Gorodetskaya, J.M. Gutierrez, R. Hamdi, E. Hawkins, H.T. Hewitt, P. Hope, A.S. Islam, C. Jones, D.S. Kaufman, R.E. Kopp, Y. Kosaka, J. Kossin, S. Krakovska, J.-Y. Lee, J. Li, T. Mauritsen, T.K. Maycock, M. Meinshausen, S.-K. Min, P.M.S. Monteiro, T. Ngo-Duc, F. Otto, I. Pinto, A. Pirani, K. Raghavan, R. Ranasinghe, A.C. Ruane, L. Ruiz, J.-B. Sallée, B.H. Samset, S. Sathyendranath, S.I. Seneviratne, A.A. Sörensson, S. Szopa, I. Takayabu, A.-M. Tréguier, B. van den Hurk, R. Vautard, K. von Schuckmann, S. Zaehle, X. Zhang, and K. Zickfeld, 2021: Technical Summary. 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. 33−144, doi:10.1017/9781009157896.002.\r\n\r\n\r\n---------------------------------------------------\r\n Figure subpanels\r\n ---------------------------------------------------\r\n The figure has six panels, with input data provided for all panels in subdirectories named Extremes, ModelSnow/sncbin and WaterCyclePanels.\r\n\r\n\r\n---------------------------------------------------\r\n List of data provided\r\n ---------------------------------------------------\r\n This dataset contains:\r\n - Relative frequency and intensity changes of 1-in-10- and 1-in-50-year extreme daily heat (TXx) in CMIP6 models (ScenarioMIP) with respect to 1850-1900. Medians and 5, 17, 83, 95 percentiles.\r\n - Relative frequency and intensity changes of 1-in-10- and 1-in-50-year extreme daily precipitation rates (Rx1day) in CMIP6 models (ScenarioMIP) with respect to 1850-1900. Medians and 5, 17, 83, 95 percentiles.\r\n - Relative frequency and intensity changes of 1-in-10-year drought events in CMIP6 models (ScenarioMIP) with respect to 1850-1900. Medians and 5, 17, 83, 95 percentiles.\r\n - Monthly NH snow cover extent changes (in %), dependent on the GWL (with respect to 1850-1900), for CMIP6 models (historical + ScenarioMIP), with respect to snow cover extent at 0°C GWL (1850-1900)\r\n - Average precipitable water (annual mean), precipitation rate (annual mean + interannual variability), and runoff (annual mean + interannual variability) over tropical land (|latitude|<30°), in the CMIP6 models that reach +5°C GWL in SSP5-8.5.\r\n - Average precipitable water (annual mean), precipitation rate (annual mean + interannual variability), and runoff (annual mean + interannual variability) over tropical land (|latitude|>30°), in the CMIP6 models that reach +5°C GWL in SSP5-8.5.\r\n\r\n\r\n---------------------------------------------------\r\n Data provided in relation to figure\r\n ---------------------------------------------------\r\n Panel a:\r\n - Data file: Extremes/TXx_freq_change_10_year_event.csv; relates to the orange clock symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/TXx_intens_change_10_year_event.csv; relates to the orange thermometer symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/TXx_freq_change_50_year_event.csv; relates to the brown clock symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/TXx_intens_change_50_year_event.csv; relates to the brown thermometer symbols and small orange 3-pronged symbols above and below.\r\n  \r\n Panel b:\r\n - Data file: Extremes/Rx1day _freq_change_10_year_event.csv; relates to the orange clock symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/Rx1day _intens_change_10_year_event.csv; relates to the orange rain cloud symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/Rx1day _freq_change_50_year_event.csv; relates to the brown clock symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/Rx1day _intens_change_50_year_event.csv; relates to the brown rain cloud symbols and small orange 3-pronged symbols above and below.\r\n  \r\n Panel c:\r\n - Data file: Extremes/drought _freq_change_10_year_event.csv; relates to the orange clock symbols and small orange 3-pronged symbols above and below.\r\n - Data file: Extremes/drought _intens_change_10_year_event.csv; relates to the orange drop symbols and small orange 3-pronged symbols above and below.\r\n  \r\n Panel d:\r\n Data files: ModelSnow/sncbin/sncbin_{model}_historical_ssp{xyy}.nc. For each model and scenario, these files contain a table that gives the snow cover extent changes for each month of the year and for 0.2°C-wide temperature bins. The colours represent the 5 scenarios (see legend, standard IPCC scenario colour code). Each dot represents one GWL (0.2°C bins) for one model and one scenario. The linear multi-model regression lines are coloured dependent on the scenario they represent.\r\n\r\n  The filenames have been changed from the GitHub for archival with '_ssp' in the filename replacing the original '+ssp'.For example, file 'sncbin_BCC-CSM2-MR_historical_ssp126.nc' is named 'sncbin_BCC-CSM2-MR_historical+ssp126.nc' on GitHub.  This needs to be changed back when plotting with the code or amended in the code. \r\n\r\n Panel e:\r\n - Data files: WaterCyclePanels/Hydro_vars_change_20210201_derived_tropic.json. Multi-model mean precipitable water, precipitation, and runoff (annual mean and interannual variability (standard deviation)).\r\n Left part of the panel:\r\n * Black full line: Precipitable water, annual mean, multi-model mean\r\n * Brown full line: Runoff, annual mean, multi-model mean\r\n * Brown dashed line: Runoff, interannual variability, multi-model mean\r\n * Blue full line: Precipitation, annual mean, multi-model mean\r\n * Blue dashed line: Precipitation, interannual variability, multi-model mean\r\n Right part of the panel: 17-83% inter-model ranges for the +5°C GWL.\r\n\r\n\r\n---------------------------------------------------\r\n Notes on reproducing the figure from the provided data\r\n ---------------------------------------------------\r\nThis figure is plotted using python scripts which are archived on Zenodo at the link provided in the 'Related Documents' section of this catalogue record. A link to the GitHub repository for this figure is also provided. Please note that the filenames of the net-cdf files in ModelSnow/ have been changed from  '+ssp' to  '_ssp' which also needs to be amended in the code when running with these input files.\r\n\r\n Panel a:\r\n The Python script Extremes/TS2-Land-Extremes-202110.py reads the csv data sheets and plots the panel.\r\n\r\nPanel b:\r\n The Python script Extremes/TS2-Land-Extremes-202110.py reads the csv data sheets and plots the panel.\r\n\r\nPanel c:\r\n The Python script Extremes/TS2-Land-Extremes-202110.py reads the csv data sheets and plots the panel.\r\n\r\nPanel d:\r\n The Python script ModelSnow/AR6TS2-Snow.py reads the net-cdf data and plots the panel.\r\n\r\nPanel e:\r\n The Python script WaterCyclePanels/TS12-WaterCycle.py reads the json data sheets and plots the panel.\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 (Technical Summary)\r\n - Link to the code for the figure, archived on Zenodo\r\n - Link to the TS_Fig12 GitHub repository",
    "keywords": "Extremes, land, hot (TXx), GWL, frequency, intensity, CMIP6, ScenarioMIP, daily precipitation (Rx1day), drought, normalized change of annual mean soil moisture, Northern hemisphere snow cover extent, spring (March-May), Hydrological changes on tropical land, precipitable water, precipitation, runoff, SSP5-8.5, Hydrological changes on extratropical land, IPCC-DDC, IPCC, AR6, WG1, WGI, Sixth Assessment Report, Working Group 1, Physical Science Basis",
    "publicationState": "citable",
    "dataPublishedTime": "2023-06-05T13:30:53",
    "doiPublishedTime": "2023-07-27T13:38:34.367401",
    "updateFrequency": "notPlanned",
    "status": "ongoing",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/39770/?format=api",
        "dataPath": "/badc/ar6_wg1/data/TS/inputdata_TS_12/v20230301",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1134270,
        "numberOfFiles": 112,
        "fileFormat": "Data are netCDF, csv and json formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11006/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3772/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62542/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62543/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62544/?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/12655/?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/39213/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193703/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193704/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193705/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193706/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193707/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193708/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193709/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193710/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193711/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193715/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193716/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193717/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39771/?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": []
}