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/33058/?format=api
{ "ob_id": 33058, "computationComponent": [ { "ob_id": 33057, "uuid": "1c59ff1ebc6849d9b31c0dbeffe51a40", "title": "Derivation of the ESA GHG CCI column averaged carbon dioxide from OCO-2 generated with the FOCAL algorithm", "abstract": "Column-averaged carbon dioxide (XCO2) has been retrieved using the FOCAL-OCO2 algorithm, by analysing hyper spectral solar backscattered radiance measurements from NASA's Orbiting Carbon Observatory 2 (OCO-2) satellite. FOCAL includes a radiative transfer model which has been developed to approximate light scattering effects by multiple scattering at an optically thin scattering layer. This reduces the computational costs by several orders of magnitude. FOCAL's radiative transfer model is utilised to simulate the radiance in all three OCO-2 spectral bands allowing the simultaneous retrieval of CO2, H2O, and solar induced chlorophyll fluorescence. The product is limited to cloud-free scenes on the Earth's day side.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 33056, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 12621, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/33055/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/33054/?format=api", "relatedTo": { "ob_id": 33056, "uuid": "2bfe33f3daa24ebca447f98367edc5dd", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147635/?format=api" ] }