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

{
    "ob_id": 41251,
    "uuid": "b053b51e854d484a9657f6bfb5ebd516",
    "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover and Land Cover Change Maps in Amazonia (Eastern Amazonas region) at 30m spatial resolution in GeoTiff format, 1990-2019, v1.2",
    "abstract": "This dataset contains high resolution (HR) land cover (LC) and land cover change (LCC) maps of a subregion of Amazonia, produced by the ESA High Resolution Land Cover (HRLC) Climate Change Initiative (CCI) project.   It consists of the following products:\r\n\r\n1) HRLC30: High Resolution Land Cover Maps at 30m spatial resolution for years 1990, 1995, 2000, 2005, 2010, 2015, 2019.\r\n2) HRLCC30: High Resolution Land Cover Change Maps at 30m spatial resolution of yearly changes. A map every 5 years (1990-1995, 1995-2000, 2000-2005, 2005-2010, 2010-2015,2015-2019) is provided which reports (high priority) changed pixels and their year within the 5-years temporal interval.\r\n3) Associated uncertainty products.\r\n\r\nThey cover the geographic range (23.6°S – 11.7°S; 46.7°W – 62.1°W).\r\n\r\nThe data are provided as both GeoTIFF tiles following the Sentinel-2 MGRS tiling scheme and as a GeoTiff format mosaic. These maps are also referred to as historical maps.",
    "keywords": "Land Cover, CCI, High Resolution",
    "publicationState": "citable",
    "dataPublishedTime": "2024-02-13T18:38:07",
    "doiPublishedTime": "2024-02-14T17:52:41",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41360/?format=api",
        "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A02_Amazonia/historical/v1.2/geotiff/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 108903230662,
        "numberOfFiles": 9401,
        "fileFormat": "Data are in GeoTiff format"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11012/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4075/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data were processed by the ESA CCI High Resolution Land Cover project and catalogued here as part of the CCI Open Data Portal Project",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12823/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39805/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200792/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200789/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200786/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200788/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/200790/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201807/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201808/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201809/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201810/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201811/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201812/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201813/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201814/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201815/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201816/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201817/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201818/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201819/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201820/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201821/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/41375/?format=api",
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2572/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_high_resolution_land_cover_terms_and_conditions.pdf",
            "licenceClassifications": ""
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1140,
            "name": "ESACCI"
        }
    ]
}