Observation Collection Instance
Get a list of Collections objects. Collections have a 1:1 mapping with Observations.
### Available end points:
- `/observationcollections/` - Will list all Collections in the database
- `/observationcollections.json` - Will return all Collections in json format
- `/observationcollections/<object_id>/` - Returns Collections object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `title`
- `keywords`
- `discoveryKeywords`
- `publicationState`
### How to use filters:
- `/observationcollections/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/observationcollections.json?publicationState=citable`
GET /api/v2/observationcollections/13167/?format=api
{ "ob_id": 13167, "uuid": "70d627f22d3c44d5ac64d9727c9d1a13", "title": "Sentinel 2A: High-resolution optical imaging data from the Multispectral Instrument (MSI)", "abstract": "This dataset collection contains land monitoring data from the Multispectral Instrument (MSI) on the European Space Agency (ESA) Sentinel 2A satellite. Sentinel 2A was launched on 23rd June 2015 and provides sun-synchronous platform for the multispectral imaging data. The instrument uses 13 spectral bands from visible to the near infrared to obtain images with a swath width of 290km. Level 1C processing provides Top-Of-Atmosphere (TOA) reflectances in cartographic geometry. A further processing level, bottom-of-atmosphere (BOA) reflectance in cartographic geometry (prototype product) can be produced by the user with the Sentinel 2 toolbox. The BOA mode allows for the accurate assessment of biophysical parameters e.g. Leaf Area Index, with reduced cloud interference. ", "keywords": "Sentinel, Multispectral Instrument, MSI", "discoveryKeywords": [ 1138 ], "publicationState": "published", "dataPublishedTime": null, "doiPublishedTime": null, "member": [ "https://api.catalogue.ceda.ac.uk/api/v2/observations/13172/?format=api" ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50477/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50478/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50480/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50479/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50481/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105408/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105421/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50946/?format=api" ] }