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

{
    "ob_id": 32517,
    "computationComponent": [
        {
            "ob_id": 32516,
            "uuid": "209e3c585d8b4d5b8f36f6c59687e1e9",
            "title": "ESA Snow Climate Change Initiative: Derivation of SCFV MODIS v1 product.",
            "abstract": "The retrieval method of the snow_cci SCFV product from MODIS data has been further developed and improved based on the ESA GlobSnow approach described by Metsämäki et al. (2015) and complemented with a pre-classification module developed by ENVEO. For the SCFV product generation from MODIS, multiple reflective and emissive spectral bands are used. In a first step, clouds are masked using an adapted version of the Simple Cloud Detection Algorithm version 2.0 (SCDA2.0) (Metsämäki et al., 2015). All cloud free pixels are then used for the snow extent mapping, using spectral bands centred at about 550 nm and 1.6 µm, and an emissive band centred at about 11 µm. The snow_cci snow cover mapping algorithm is a two-step approach: first, a strict pre-classification is applied to identify all cloud free pixels which are certainly snow free. For all remaining pixels, the snow_cci SCFV retrieval method is applied. Improvements to the GlobSnow algorithm implemented for snow_cci version 1 include (i) the utilisation of a background reflectance map derived from statistical analyses of MODIS time series replacing the constant values for snow free ground used in the GlobSnow approach, and (ii) the adaptation of the retrieval method for mapping in forested areas the SCFV. \r\n\r\nPermanent snow and ice, and water areas are masked based on the Land Cover CCI data set of the year 2000. Both classes were separately aggregated to the pixel spacing of the SCFV product. Water areas are masked if more than 30 percent of the pixel is classified as water, permanent snow and ice areas are masked if more than 50 percent are identified as such areas in the aggregated map. The product uncertainty for observed land pixels is provided as unbiased root mean square error (RMSE) per pixel in the ancillary variable.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32512,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12550,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10897/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 32512,
                        "uuid": "b7f993e0c3e745dc9975da8aa580a654",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144763/?format=api"
    ]
}