Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations.

### Available end points:

- `/ProcedureComputations/` - Will list all ProcedureComputations in the database
- `/ProcedureComputations.json` - Will return all ProcedureComputations in json format
- `/ProcedureComputations/<object_id>/` - Returns ProcedureComputations object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `abstract`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/computations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/computations/?title__startswith!=DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE`
- `/computations/?abstract__contains=HadCM3 model`

GET /api/v2/computations/40170/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 40170,
    "uuid": "62c89c91587c4bc9adcf20b2fe7677fd",
    "title": "HadISDH.extremes: gridded global monthly land surface wet bulb and dry bulb temperature extremes index dataset produced by the Met Office Hadley Centre",
    "abstract": "HadISDH.extremes utilises simultaneous sub-daily dry bulb and wet bulb temperature (calculated from dry bulb and dew point temperature) data from over 4000 quality controlled HadISD stations that have sufficiently long records. After checking for sufficient completeness at the daily, monthly, annual, climatological and whole record scale, monthly indices are created from the maximum and minimum of the available daily values. Note that these likely underestimate the true extremes. Climatological averages are calculated over 1991-2020 and monthly climate anomalies obtained. These anomalies (in addition to climatological mean and standard deviation, actual values) are then averaged over 5° by 5° gridboxes centred on -177.5°W and -87.5°S to 177.5°E and 87.5°N. Each gridbox month has an associated homogeneity score obtained from the homogenisation information from HadISDH.landT and HadISDH.landTw. Users can filter the data to remove those gridboxes likely affected by large inhomogeneity. While unlikely to be perfect, this process does help remove large errors from the data an improve robustness of long-term climate monitoring. For greater detail please see: \r\n\r\n\r\n\r\nWillett, K, 2023: HadISDH.extremes Part 1: a gridded wet bulb temperature extremes index product for climate monitoring. Advances in Atmospheric Sciences, 40, 1952–1967, doi: 10.1007/s00376-023-2347-8. https://link.springer.com/article/10.1007/s00376-023-2347-8. \r\n\r\nWillett, K. 2023: HadISDH.extremes Part 2: exploring humid heat extremes using wet bulb temperature indices. Advances in Atmospheric Sciences, 40, 1968–1985, doi: 10.1007/s00376-023-2348-7. https://link.springer.com/article/10.1007/s00376-023-2348-7.\r\n\r\nSee the documentation links in the online resources section of this record for links to both these publications.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}