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

{
    "ob_id": 41614,
    "uuid": "85c7d97c5d104a32989b13abc3f8ea5d",
    "title": "Elevation change grids of Greenland's periphery for the years 1978, 1981, 1985 and  1987",
    "abstract": "This dataset contains elevation change grids (Digital Elevation Models (DEMs) of Difference) for Greenland's periphery subtracting the AeroDEM (Korsgaard et al., 2016) elevation data from the ArcticDEM (Porter et al., 2023). Four timestamps are available given the four nominal years for AeroDEM acquisition (1978, 1981, 1985, 1987).\r\n\r\nThe .tif files are the first order filtered DoDs (DEM of Difference) of the entire periphery prior to subsequent empiracle rule filtering and clipping to peripheral ice cap and glacier ablation areas.\r\n\r\nKorsgaard, N.J., Nuth, C., Khan, S.A., Kjeldsen, K.K., Bjørk, A.A., Schomacker, A. and Kjær, K.H., 2016. Digital elevation model and orthophotographs of Greenland based on aerial photographs from 1978–1987. Scientific Data, 3(1), pp.1-15.\r\n\r\nPorter, Claire, et al., 2023, “ArcticDEM, Version 4.1”, https://doi.org/10.7910/DVN/3VDC4W, Harvard Dataverse, V1",
    "keywords": "Elevation,DEM of Difference,Greenland,PGIC",
    "publicationState": "published",
    "dataPublishedTime": "2024-05-21T09:26:44",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "pending",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41669/?format=api",
        "dataPath": "/badc/deposited2024/Greenland_peripheral_DH_grids",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1348705691,
        "numberOfFiles": 5,
        "fileFormat": ".tif"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11650/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4390/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "ArcticDEM mosaic accessed and exported from Google Earth Engine at 2m and resampled (bilinear) to 30m\r\nAeroDEM data downloaded from NCEI site and resampled to 30m resolution Bilinear) https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.nodc:0145405 \r\n\r\nCoregistration conducted using the DEMcoreg python scripts of  David Shean https://github.com/dshean/demcoreg",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/41663/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203052/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202847/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202848/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202849/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202850/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202851/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202852/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202846/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202853/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202854/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202855/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/41673/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": []
}