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

{
    "ob_id": 41668,
    "uuid": "4e0c93f090dc4b759de8ead14724a35b",
    "title": "Computation for Wind-Driven Rain",
    "abstract": "Wind-driven rain is calculated from hourly weather and climate data using an industry-standard formula from ISO 15927–3:2009, which is based on the product of wind speed and rainfall totals. Wind-driven rain is only calculated if the wind would strike a given wall orientation. A wind-driven rain spell is defined as a wet period separated by at least 96 hours with little or no rain (below a threshold of 0.001 litres per m2 per hour).\r\n\r\nThe annual index of wind-driven rain is calculated for a baseline (historical) period of 1981-2000 (corresponding to 0.61°C warming) and for global warming levels of 2.0°C and 4.0°C above the pre-industrial period (defined as 1850-1900). The warming between the pre-industrial period and baseline is the average value from six datasets of global mean temperatures available on the Met Office Climate Dashboard: https://climate.metoffice.cloud/dashboard.html.\r\n\r\nThe magnitudes of 1 in 3 year wind-driven rain spells (i.e. wet spells that would be expected to occur, on average, once every three years) were calculated for the baseline period (1981-2000) and 20-year periods corresponding to 2°C and 4°C of warming. The magnitudes of all wet spells (here, sum of hourly values of the wind-driven rain metric, I) were calculated, and the largest wet spell in each year was found (in the accompanying report, the magnitude of a wet spell is given the symbol Is' [\"Is prime\"] and has units of litres per metre-squared per spell). For each time period, the largest spells in all years and ensemble members were pooled together. A Gumbel distribution was fitted to the pooled data and used to estimate the magnitude of the 1 in 3 year wet spells across the UK.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}