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

{
    "ob_id": 41499,
    "uuid": "43eeb6248d7f435da2300edb34cc4bea",
    "title": "Daily Colour and Intensity Georeferenced Orthophotos of the Cliff and Beach at Happisburgh, Norfolk, UK (April-December 2019) version 2.",
    "abstract": "This dataset contains georeferenced orthophotos collected daily along a 450 metre coastal stretch at Happisburgh, UK, over a time span of 9 months (April 6, 2019 to December 23, 2019). The dataset contains 190 colour images and 190 intensity images in GEOTIFF format. The orthophotos are produced by projection of LiDAR (Light Detection And Ranging) scans of the coastal stretch. There are 190 images out of a possible 262 days, since only days when scans were performed from two locations are included, which did not happen every day due to weather conditions. The orthophotos are point-cloud renders of the scan data created using ScanLAB's proprietary point-cloud rendering engine. The colour orthophotos are rendered using the colour information projected onto the scan during post-process colourisation. The intensity orthophotos are rendered using the intensity data for each scan. The orthophotos are rendered using an orthographic virtual camera which frames the useful extents of the scan data and is orientated such that the rendered orthophoto is \"north-up\". The orthophotos are georeferenced using pythons GDAL library and ground-truth GPS measurements taken at the two TLS positions onsite. The procedure for this follows; 1) the ground-truth GPS positions were converted from OSGB 1936 / British National Grid to Latitude and Longitude., 2) The pixel resolution of the orthophotos was calculated from the pixel position of the two TLS in the orthophotos and the two ground truth GPS positions., 3) The GPS position of the top left pixel of the orthophoto was calculated using pixel position of a TLS and the pixel resolution., 4) A python script using the GDAL library applied the GPS metadata to the orthophoto and saved it in GEOTIFF format. These data were collected to better understand the dynamic of beach-cliff and shore platform interaction along soft cliffed coasts. This research was funded by the UK Natural Environment Research Council (NE/M004996/1; BLUE-coast project). The on-location LiDAR Scanning and Technical R&D operated by ScanLAB Projects Ltd was funded by Innovate UK's Audience of the Future Program (Multiscale 3D Scanning with Framerate for TV and Immersive Applications project). The first 6 months of LiDAR scans (April to September 2019) were funded by Innovate UK, and this project was continued by the NERC BLUE-coast funding for the last 3 months (October to December 2019). The files were re-submitted and this DOI represents the second version of the data.",
    "keywords": "",
    "publicationState": "citable",
    "dataPublishedTime": "2024-02-16T14:45:28",
    "doiPublishedTime": "2024-02-16T14:45:28",
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41498/?format=api",
        "dataPath": "/bodc/bgs240021",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 897,
        "numberOfFiles": 1,
        "fileFormat": "geotiff"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11571/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4153/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12829/?format=api"
    ],
    "projects": [],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/40060/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202222/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202221/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202220/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202219/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202226/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202227/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202224/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202223/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202235/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "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": []
}