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/43714/?format=api
{ "ob_id": 43714, "computationComponent": [ { "ob_id": 43713, "uuid": "d170b6e232f74427bd820c1c2fee87aa", "title": "ForestScan Project: Terrestrial Laser Scanning (TLS) of FBRMS-01 Oct 2021", "abstract": "Once co-registered using RiScanPro software, individual scans were exported in las extrabyte format (including deviation) using LidarFomartConverter v.1.2.(AMAP code based on RivLib). Reflectance range was set to -30dB to +5dB and stored in the Intensity field as a long integer. Echoes outside this reflectance range were discarded. Coordinate precisions were set to 0.001 m. The full point cloud (all 249 scans) was then cropped to 1.4 ha plot (+10m buffer around 100x100m plot), and tiled per 20 x 20m (no buffer). Cropping and tiling were done with LAStools software. Scan position number was stored as flight line to allow selection of scans if needed. In particular, distant scans which contribute little more than noise could be deleted. LiDAR data were acquired without the “reflectance optimization filter”. In order to keep only returns with reflectance above -20dB (equivalent to setting reflectance optimization filter) all returns with Intensity below 18724 were dropped.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 43645, "independentInstrument": [ 43644 ], "instrumentplatformpair_set": [] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209146/?format=api" ] }