Procedure Composite Process Instance
Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations where used.
These may have a number of 2 or more components made up of combinations of Computation and Acquisition records.
The details of the underlying records have been serialised.
### 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:
None
### How to use filters:
None
GET /api/v2/composites/44314/?format=api
{ "ob_id": 44314, "computationComponent": [ { "ob_id": 42339, "uuid": "6f52e38ef1c84008b5f135015f870b35", "title": "RAL Ozone Profile Algorithm", "abstract": "The RAL retrieval scheme derives profiles of number density on a set of pressure levels, spaced approximately every 4-6 km in altitude (taken from the SPARC-DI grid). The optimal estimation method is used. Averaging kernels are provided on this basis. It is noted that the vertical resolution of the retrieval is relatively coarse compared to the vertical grid and that tropospheric levels in particular have significant bias towards the assumed a priori state. It is therefore important to take account of the characterisation of the retrieval provided by the averaging kernels when comparing these results to other data-sets, particularly where those are more highly vertically resolved.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 44313, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 14286, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/3883/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/4119/?format=api", "relatedTo": { "ob_id": 44313, "uuid": "cb040f5b979244ce8bfcaa1e6d5446a3", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211993/?format=api" ] }