Project Instance
Get a list of Project objects. Projects have a 1:1 mapping with Observations.
### Available end points:
- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `status`
- `title`
- `keywords`
### How to use filters:
- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/projects/?title__icontains!=Project details`
- `/projects.json?status=ongoing`
GET /api/v2/projects/39188/?format=api
{ "ob_id": 39188, "uuid": "ca5fbca02e2c46adb4ddc5719b6d3aa5", "title": "Metrology for Earth Observation and Climate project - MetEOC-2", "abstract": "The Metrology for Earth Observation and Climate project - MetEOC-2 - provides the data needed to underpin climate change research and its impacts, (e.g. flooding and agriculture), and can quantify environmental issues such as pollution and coastal erosion. Satellite data can also be used to detect subtle changes in Essential Climate Variables. For example, changes in total solar energy and sea surface temperatures of a few tenths of a per cent per decade can be detected in this way. However, the performance of satellite instruments is prone to degradation post-launch and from exposure to the harsh environmental conditions above the atmosphere. So, to guarantee data reliability, these instruments generally need re-calibrating and validating in orbit.\r\n\r\nCalibration against, and traceability to, the international system of units (SI) would guarantee long-term confidence, accuracy and reliability of such data and ensure consistency between instruments. \r\n\r\nThese basic data products are additionally processed through complex non-linear retrieval algorithms to obtain the geophysical and biophysical parameters (e.g. the ECVs) that are important for understanding the state of the planet. End-to-end assessment of uncertainty and traceability was recognised as a challenge worth addressing by the climate community with support from metrology experts\r\n\r\nThis project was funded by grant number ENV55 within the European Metrology Research Programme (EMRP)", "keywords": "Metrology, Earth Observation, Climate, Biomass", "status": "completed", "publicationState": "published", "identifier_set": [], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190844/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190845/?format=api" ] }