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

{
    "ob_id": 33051,
    "uuid": "1a86e0326e1346febf121eca83bf1f08",
    "title": "ICOsahedral Nonhydrostatic global radiative-convective equilibrium model data, with additional diabatic heating perturbations",
    "abstract": "This dataset provides ICOsahedral Nonhydrostatic (ICON) Atmospheric Global Circulation Model (GCM) data for global radiative-convective equilibrium (RCE) 5-year simulations. Data files are provided in NetCDF format.\r\n\r\nThe RCE simulations are setup on an aquaplanet with no rotation and no diurnal cycle. To initialise the RCE state, homogenised boundary conditions are set where the solar insolation is 551.58 Wm-2 with a fixed zenith angle of 42.05. Together these values give a constant insolation of 409.6 Wm-2. This is equivalent to the annual mean tropical insolation (Wing et al., 2018). A 360-day calendar is used. The global ocean albedo is set to 0.07. Concentrations of tracers CO2, CH4, N2O and O2 are set to be constant in space and time and the O3 profile is the same as used in Popke et al. (2013). SSTs are kept globally constant throughout each simulation at either 290K or 305K. The model spin-up is done for 1 month, with horizontally homogenised radiative fluxes, where the longwave and shortwave cooling rates are averaged horizontally at each model level and timestep. Then the domain-averaged conditions over the final 5 days of these simulations are used to initialise the simulations, following Wing et al. (2018). Each simulation is then run for 5 years. Model output is given every 5 days, as a 5-day mean. Most simulations have been run with interactive radiation. However, in some, radiative feedbacks have been turned off by horizontally homogenising the radiative cooling rates at each model level and timestep, following Muller & Held (2012).\r\n\r\nSome simulations include a diabatic heating perturbation. This is achieved using the Max Planck Institute Aerosol Climatology version 2, Simple Plume (MACv2-SP) model. This model prescribes idealised aerosol plumes. Parameters that can be tailored include the aerosol optical depth (AOD), single scattering albedo (SSA), and plume spatial extent, and these are given as functions of time and wavelength. In this dataset, we remove any temporal dependence and use constant parameters for each variable. We also only use a single plume in our simulations. Experiments are performed with a single plume at latitude = 0, longitude = 0, AOD = 1.8 and SSA = 0.8. There are a couple of exceptions to this:\r\n- In file crh_aod_sensitivity.nc the AOD is varied from 0.3 to 1.8.\r\n- In files 290K_plume_homogLW_*.nc the AOD used is 1\r\n- In files 305K_plume_homogLW_*.nc the AOD used is 0.8.",
    "keywords": "ICON, GCM, RCE, diabatic heating",
    "publicationState": "citable",
    "dataPublishedTime": "2021-08-25T11:06:01",
    "doiPublishedTime": "2021-08-26T14:09:27.775058",
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33049/?format=api",
        "dataPath": "/badc/deposited2021/rce_diabatic-heating/data/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 212425332225,
        "numberOfFiles": 28,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": null,
    "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/13295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18408/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/49475/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61147/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62687/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62708/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67738/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67739/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67740/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67742/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67743/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67744/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67745/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67747/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67748/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67751/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67752/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79183/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79184/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79185/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79187/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79188/?format=api"
    ],
    "dataLineage": "Data were generated using the ICOsahedral Nonhydrostatic (ICON) Atmospheric Global Circulation Model (GCM). ICON was run on the R02B04 grid, which has an approximate horizontal grid-spacing of 160km. The vertical resolution is set by assigning 47 stretched model levels between the surface and model top at 83km. The aerosol plume model used is the Max Planck Institute Aerosol Climatology version 2, Simple Plume (MACv2-SP) model. In this study we have removed any temporal dependence of the aerosols, and we vary only the aerosol optical depth. Data has been provided to Centre for Environmental Data Analysis (CEDA) for archiving.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10921/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147603/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147604/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147605/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147606/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147607/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147608/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147609/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147612/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168968/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147610/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147611/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/33050/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}