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/40617/?format=api
{ "ob_id": 40617, "computationComponent": [ { "ob_id": 40616, "uuid": "b53ab401d94b4ba0896bc1b17a320bbe", "title": "GlobAlbedo processing chain", "abstract": "The GlobAlbedo project aims at generating multi-sensor multi-annual global land surface albedo products. MERIS and SPOT-VGT level-1 data serves as input data to a processing chain. The function of the processing chain can be summarised as:\r\n processes every single input to some level in several processing steps.\r\n accumulates at least one year of data for each 10º x 10º tile and then calculates products every 8 days as well as every month, as well as seasonal and annual products.\r\n finally retrieves BRDF and albedo for each composite reporting time-step (every 8 days and every month, as well as seasonal and annual products).\r\nFirstly, all inputs are systematically processed from L1 to surface directional reflectances\r\n(SDR). The processing steps to retrieve SDRs are:\r\n pixel classification for cloud, water, etc.. detection\r\n retrieval of aerosol optical thickness\r\n atmospheric correction using retrieved aerosol optical thickness\r\nThe results are SDR values in the same granularity as the inputs. They are not written for distinct products, but just kept in memory and used as input to the next part of the processing chain. The processing steps are\r\n broad-band integration of these SDRs\r\n re-projection of these broad-band SDRs onto the MODIS Sinusoidal grid\r\nThe results of this step are re-projected broadband directional reflectances (BBDR) still in the granularity of the input products. During implementation, it has been decided to store this intermediate product of BBDR tiles on disk, but to remove them subsequently after the BRDF computation (accumulation/inversion). The steps are:\r\n computation of BRDFs every 8-days and every month of the broad-band BBDRs from all sensors by accumulation method, using an additional land cover mask information from Idepix\r\n computation of the albedo from these BRDFs\r\nThe final results are 8-day, monthly, seasonal, and annual composites of broadband\r\nalbedo. \r\nFor more information on the processing please see the product user guide and the ATBD in the docs tab.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 8283, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 2580, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8280/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8281/?format=api", "relatedTo": { "ob_id": 8283, "uuid": "14d30db63bb043cfa8693b8e02c6f556", "short_code": "acq" } } ] }, { "ob_id": 8344, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 2588, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8342/?format=api", "relatedTo": { "ob_id": 8344, "uuid": "c1311786388a421fa0675d8b69258757", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/197611/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/197612/?format=api" ] }