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

{
    "ob_id": 26220,
    "uuid": "eea5f87c81a84857a2950268713c5881",
    "title": "Lisflood-FP v5.9, subgrid compset",
    "abstract": "LISFLOOD-FP is a two-dimensional hydrodynamic model specifically designed to simulate floodplain inundation in a computationally efficient manner over complex topography. It is capable of simulating grids up to 106 cells for dynamic flood events and can take advantage of new sources of terrain information from remote sensing techniques such as airborne laser altimetry and satellite interferometric radar.\r\n\r\nThe model predicts water depths in each grid cell at each time step, and hence can simulate the dynamic propagation of flood waves over fluvial, coastal and estuarine floodplains. It is a non-commercial, research code developed as part of an effort to improve our fundamental understanding of flood hydraulics, flood inundation prediction and flood risk assessment.\r\n\r\nIn this project the COSMO-Skymed Synthetic Aperture Radar (CSK-SAR) were acquired processed and transformed into Water Level Observations (WLOs) by crossing with LiDAR Digital Terrain Model. Environment Agency (EA) rain gauges were used to estimate precipitation and MORECS as potential evapotranspiration to generate the forcings into a catchment-scale rainfall-runoff hydrologic model (topHSPF) to generate simulated runoff forecast, to be used as forcing for the coupled Lisflood-FP v5.9 inundation model. EA water level gauges were used for validation. CSK-SAR based WLO were assimilated into ensemble simulations with Lisflood-FP v5.9 generated with perturbed physics (friction parameters, bathymetric errors) and runoff inputs from the above mentioned hydrologic model. \r\n",
    "keywords": "DEMON, Synthetic Aperture Radar, Flood forecast, Assimilation, Ensemble Kalman Filte",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}