Observation Instance
Get a list of Observation objects.
### Available end points:
- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`
### How to use filters:
These filters can be used like django query filters using __ for related model relationships.
- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`
Filters can be stacked to build an 'AND' relationship. E.g.
- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`
GET /api/v2/observations/45724/?format=api
{ "ob_id": 45724, "uuid": "1599565404ec40aa8233bbe8fbe51e8c", "title": "ESA Precursors for Aerosols and Ozone Climate Change Initiative (Precursors_cci): daily and monthly L3 SO2 from OMI, version 1.0", "abstract": "The Sulfur Dioxide (SO2) Climate Data Record (CDR) product is a Level 3 SO2 product developed by using satellite data from the OMI instrument (on AURA) as part of the ESA Climate Change Initiative (CCI) Precursors for Aerosols and Ozone project.\r\n\r\n This dataset provides gridded SO2 column densities of monthly 0.125°x0.125° and daily 0.25°x0.25° resolution grids from October 2004 to December 2022. The L3 product is based on the Level 2 SO2 product created for the Precursors_cci project. Compared to the operational OMI product, the SO2 slant columns are computed using the COBRA scheme, the air mass factors have been processed using the CAMS Reanalysis Model for the a priori vertical profiles. In addition to the main product results, such as SO2 slant column, vertical column and air mass factor, the Level 3 data files contain several additional parameters and diagnostic information such as uncertainties, a priori profiles and averaging kernels. Data are available in NetCDF format.\r\n\r\nThe European Space Agency (ESA) Precursors for Aerosol and Ozone Climate Change Initiative (Precursors CCI) project is part of ESA's Climate Change Initiative (CCI) to produce long term datasets of Essential Climate Variables derived from global satellite data (https://climate.esa.int/en/projects/precursors-for-aerosols-and-ozone/)", "keywords": "ESA, CCI, Precursors", "publicationState": "preview", "dataPublishedTime": null, "doiPublishedTime": null, "updateFrequency": "", "status": "pending", "result_field": null, "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/13116/?format=api", "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [], "projects": [ "https://catalogue.ceda.ac.uk/api/v2/projects/45106/?format=api" ], "observationcollection_set": [ "https://catalogue.ceda.ac.uk/api/v2/observationcollections/45766/?format=api" ], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/218524/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218525/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218526/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218527/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218528/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218529/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218530/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218534/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218532/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218533/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218531/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218535/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218536/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/45806/?format=api", "procedureComputation": null, "permissions": [], "discoveryKeywords": [] }