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

{
    "count": 10256,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=1200",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=1000",
    "results": [
        {
            "ob_id": 8836,
            "uuid": "9a9e228433a1a02dc2592af65146406f",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 94/25 over the Charmouth Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 94/25, Charmouth",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-26T22:37:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8837/?format=api",
                "dataPath": "/neodc/arsf/1995/94_25",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 281818930,
                "numberOfFiles": 28,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2509/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/213/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65006/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5693/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8838/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34497/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8839/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8840,
            "uuid": "34fa5c1c38d5d8244f55463d62168e73",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 94/26 over the Black Ven Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 94/26, Black Ven",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-26T22:48:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8841/?format=api",
                "dataPath": "/neodc/arsf/1995/94_26",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1291688572,
                "numberOfFiles": 98,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2510/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5696/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8842/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34506/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8843/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8844,
            "uuid": "172c155cba91e66f9568cb33502dd469",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 94/18 over the Broadbalk area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 94/18, Broardbalk",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T14:24:02",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8845/?format=api",
                "dataPath": "/neodc/arsf/1994/94_18",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 484127552,
                "numberOfFiles": 14,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2511/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5699/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8846/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34515/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8847/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8848,
            "uuid": "69f92402dd78ccabb677bb6dce536461",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 94/14 over the Tamar Valley Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 94/14, Tamar Valley",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T14:45:27",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8849/?format=api",
                "dataPath": "/neodc/arsf/1994/94_14",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4356800611,
                "numberOfFiles": 110,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2512/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5702/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8850/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34524/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8851/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8852,
            "uuid": "600d78086a845465a779725ee4067387",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 93/RT over the River Tay",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 93/RT, River Tay",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T14:52:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8853/?format=api",
                "dataPath": "/neodc/arsf/1993/93_RT",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12022476942,
                "numberOfFiles": 300,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2513/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/214/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5705/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8854/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34533/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8856/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8857,
            "uuid": "a274cb2c3ff584e6ffe50d98f6a930e4",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 93/xx over the South Downs Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 93/xx, South Downs",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T14:54:39",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8858/?format=api",
                "dataPath": "/neodc/arsf/1993/93_xx",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 56393569902,
                "numberOfFiles": 1400,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2514/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/215/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5710/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8859/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34544/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8860/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8861,
            "uuid": "f973e7e4e96debc6ff74fec5cea45654",
            "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/28 over the Col de Peyrelue Area, France",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/28, Col de Peyrelue",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T22:13:22",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8862/?format=api",
                "dataPath": "/neodc/arsf/1992/91_28",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 968068373,
                "numberOfFiles": 26,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2515/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5713/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8863/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34553/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8864/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8865,
            "uuid": "a2bb6d451e9726c319c7298c87f0e02d",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/16 over the Somme Basin and French Coast Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 92/16, Somme Basin, French Coast",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T23:12:54",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8866/?format=api",
                "dataPath": "/neodc/arsf/1992/92_16",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5646814747,
                "numberOfFiles": 142,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2516/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5716/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8867/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34562/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8868/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8869,
            "uuid": "28834a6ae46632aaa791181cf86969e5",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/21 over the River Severn, Caersws Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 92/21, River Severn, Caersws",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-27T23:18:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8870/?format=api",
                "dataPath": "/neodc/arsf/1992/92_21",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2259201299,
                "numberOfFiles": 58,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2517/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/216/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5719/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8871/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34571/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8872/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8873,
            "uuid": "6b455c1dd17562ab9549623c53b62a02",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/15 over the Tamar Valley Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/15, Tamar Valley",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T22:56:52",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8874/?format=api",
                "dataPath": "/neodc/arsf/1991/91_15",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1022517314,
                "numberOfFiles": 78,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2518/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/217/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5722/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8875/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34580/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8876/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8877,
            "uuid": "a3d3f79885390506185a7b3690752357",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/31 over the Stour Valley Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/31, Stour Valley",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T23:07:04",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8878/?format=api",
                "dataPath": "/neodc/arsf/1991/91_31",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2340052381,
                "numberOfFiles": 176,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2519/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/218/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5725/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8879/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34589/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8880/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8881,
            "uuid": "c14e82af33f856e8fc1e716f71bd1b08",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/40 over the Charmouth Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/40, Charmouth",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T23:12:53",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8882/?format=api",
                "dataPath": "/neodc/arsf/1991/91_40",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1371632625,
                "numberOfFiles": 36,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2520/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/219/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5728/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8883/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34598/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8884/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8885,
            "uuid": "00964886ed95e2b8dc5cf338a70c099f",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/41 over the Whitehaven Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/41, Whitehaven",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T23:17:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8886/?format=api",
                "dataPath": "/neodc/arsf/1991/91_41",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4834365058,
                "numberOfFiles": 165,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2521/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/220/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5731/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8887/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34607/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8888/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8889,
            "uuid": "674e1eeb8090f4b720f9029b9d351620",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/43 over the South Coast Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/43, South Coast",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T23:19:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8890/?format=api",
                "dataPath": "/neodc/arsf/1991/91_43",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1613658761,
                "numberOfFiles": 42,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2522/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5734/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8891/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34616/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8892/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8893,
            "uuid": "3539a98908a0836cd9e6ebc74689dbac",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/44 over the Humber Estuary",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 91/44, Humber Estuary",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T23:21:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8894/?format=api",
                "dataPath": "/neodc/arsf/1991/91_44",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1532806790,
                "numberOfFiles": 40,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2523/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5737/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8895/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34625/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8896/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8897,
            "uuid": "c8d5e021be4169f3e10afa6beff47bd0",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 90/02 over the Central Highlands Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 90/02, Central Highlands",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T13:42:51",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8898/?format=api",
                "dataPath": "/neodc/arsf/1990/90_02",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2260256052,
                "numberOfFiles": 170,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2524/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/221/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5740/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8899/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34634/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8900/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8901,
            "uuid": "20f9632291f90fbe70e1873a32bd3741",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 90/06 over the Ullock Area in West Cumbria",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 90/06, Ullock",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T13:47:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8902/?format=api",
                "dataPath": "/neodc/arsf/1990/90_06",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1560689770,
                "numberOfFiles": 118,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2525/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/222/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5743/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8903/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34643/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8904/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8905,
            "uuid": "96183d6da2250674020a00ffb03b86a3",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 90/12 over the Broadbalk Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 90/12, Broadbalk",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T13:51:54",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8906/?format=api",
                "dataPath": "/neodc/arsf/1990/90_12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 349798213,
                "numberOfFiles": 28,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2526/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5746/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8907/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34652/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8908/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8909,
            "uuid": "2ebfe32caec6e413976e7ec36a4dfb3b",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 90/15 over the Somerset Levels Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 90/15, Somerset Levels",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T13:58:40",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8910/?format=api",
                "dataPath": "/neodc/arsf/1990/90_15",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 188305160,
                "numberOfFiles": 16,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2527/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5749/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8911/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34661/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8912/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8913,
            "uuid": "ed2becfa68e2be41cf630f97f27c261e",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 90/17 over the Somerset Levels Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 90/17, Somerset Levels",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T14:00:29",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8914/?format=api",
                "dataPath": "/neodc/arsf/1990/90_17",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 538032060,
                "numberOfFiles": 42,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2528/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5752/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8915/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34670/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8916/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8917,
            "uuid": "86817e87c392f650c7319b232aa4321a",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 89/28 over the Helmsdale Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 89/28, Helmsdale",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T01:46:20",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8918/?format=api",
                "dataPath": "/neodc/arsf/1990/89_28",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1345381776,
                "numberOfFiles": 102,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2529/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5755/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8919/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34679/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8920/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8921,
            "uuid": "1fd17098fd1a0b83b0e876bdfc1ec62f",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 89/15 over the Vale of Clwyd Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 89/15, Vale of Clwyd",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T23:30:26",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8922/?format=api",
                "dataPath": "/neodc/arsf/1989/89_15",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5914177521,
                "numberOfFiles": 444,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2530/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5758/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8923/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34688/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8924/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8925,
            "uuid": "90b63556a7ff3b6db6385826aa2cead1",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 89/27 over the River Severn",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 89/27, River Severn",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T23:45:13",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8926/?format=api",
                "dataPath": "/neodc/arsf/1989/89_27",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 508446446,
                "numberOfFiles": 40,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2531/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5761/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8927/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34697/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8928/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8929,
            "uuid": "a31eb503449f8fa494f0d085e4ed959b",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 89/30 over the Wolferton Creek, Welney, Woodwalton Fen, Monks Wood, Swavesey and Littlebury Green Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 89/30, Wolferton Creek, Welney, Woodwalton Fen, Monks Wood, Swavesey, Littlebury Green",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-01T23:47:06",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8930/?format=api",
                "dataPath": "/neodc/arsf/1989/89_30",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3389927054,
                "numberOfFiles": 248,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2532/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5764/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8931/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34706/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8932/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8933,
            "uuid": "29f995a15bd6b5e29d984e5053959f4d",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/34 over the Skelmersdale Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/34, Skelmersdale",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T00:29:01",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8934/?format=api",
                "dataPath": "/neodc/arsf/1988/88_34",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1103320835,
                "numberOfFiles": 84,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2533/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5767/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8935/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34715/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8936/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8937,
            "uuid": "6a2c00862b6acb1cb3ef07e8666daccb",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/36 over the Charmouth Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/36, Charmouth",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T00:30:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8938/?format=api",
                "dataPath": "/neodc/arsf/1988/88_36",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 511327448,
                "numberOfFiles": 40,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2534/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5770/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8939/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34724/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8940/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8941,
            "uuid": "dca5253fe2468df08d0dfe164e7d3679",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/37 over the Folkstone Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/37, Folkstone",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T00:32:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8942/?format=api",
                "dataPath": "/neodc/arsf/1988/88_37",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1076483804,
                "numberOfFiles": 82,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2535/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5773/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8943/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34733/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8944/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8945,
            "uuid": "fea13fd837eb58faf95ca7660ad23841",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/01 over the Brooms Barn Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/01, Brooms Barn",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T22:58:37",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8946/?format=api",
                "dataPath": "/neodc/arsf/1986/86_01",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 505303408,
                "numberOfFiles": 47,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2536/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/223/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5776/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8947/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34742/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8948/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8949,
            "uuid": "aa12c1b8f812c547c9a60bf93635c57c",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/12 over the Skipwith Common Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/12, Skipworth Common",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:15:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8950/?format=api",
                "dataPath": "/neodc/arsf/1986/86_12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 538196363,
                "numberOfFiles": 42,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2537/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5779/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8951/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34751/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8952/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8953,
            "uuid": "5cd8d2689ac6aa6d5a7ef588ae9bbfd8",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/29 over the Avon Valley Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/29, Avon Valley",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:29:13",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8954/?format=api",
                "dataPath": "/neodc/arsf/1986/86_29",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2395284712,
                "numberOfFiles": 180,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2538/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5782/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8955/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34760/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8956/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8957,
            "uuid": "1f7a8c0e606d63b33a1700ad9847d16e",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/30 over the Irish Sea",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/30, Irish Sea",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:30:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8958/?format=api",
                "dataPath": "/neodc/arsf/1986/86_30",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8276867294,
                "numberOfFiles": 631,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2539/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5785/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8959/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34769/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8960/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8961,
            "uuid": "d0cc4b2d964480c4f48c296d0f78717c",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/37 over the Southampton Water Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/37, Southampton Water",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:42:34",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8962/?format=api",
                "dataPath": "/neodc/arsf/1986/86_37",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 622637057,
                "numberOfFiles": 55,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2540/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/224/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5788/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8963/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34778/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8964/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8965,
            "uuid": "f0ed35d9fc10ae45ee785ef051dc3f3d",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/44 over the Bentley Wood, Whitecross Wood, Shabbington Wood and Waterperry Wood Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/44, Bentley Wood, Whitecross Wood, Shabbington Wood, Waterperry Wood",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:46:18",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8966/?format=api",
                "dataPath": "/neodc/arsf/1986/86_44",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4413577890,
                "numberOfFiles": 330,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2541/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5791/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8967/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34787/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8968/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8969,
            "uuid": "42d7839ac77576e5830c873cabaaef20",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/47 over the Brentwood Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/47, Brentwood",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:51:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8970/?format=api",
                "dataPath": "/neodc/arsf/1986/86_47",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6885302606,
                "numberOfFiles": 515,
                "fileFormat": "Data are in jpeg and jpeg2000 formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2542/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/225/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5794/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8971/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34796/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8972/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8973,
            "uuid": "47cacda1a7816ee799b900e2072b39b2",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/50 over the Picket Wood, Somerford Common and Ampfield Wood Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/50, Picket Wood, Somerford Common, Ampfield Wood",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:53:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8974/?format=api",
                "dataPath": "/neodc/arsf/1986/86_50",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1991202227,
                "numberOfFiles": 150,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2543/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5797/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8975/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34805/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8976/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8977,
            "uuid": "7d4021352d94d9a23241f06519a1edd5",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/xx over the Liphook Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/xx, Liphook",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-02T23:55:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8978/?format=api",
                "dataPath": "/neodc/arsf/1986/86_xx",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1076476533,
                "numberOfFiles": 82,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2544/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5800/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8979/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34814/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8980/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8981,
            "uuid": "f7c160918be10b9eecd23427cd614ab7",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/02 over the Rothamsted Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/02, Rothamsted",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:02:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8982/?format=api",
                "dataPath": "/neodc/arsf/1985/85_02",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 430620989,
                "numberOfFiles": 34,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2545/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/226/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5803/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8983/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34823/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8984/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8985,
            "uuid": "7b2abd81e89bb7de633dd49f90803ae7",
            "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/18 over the Bawtry (East) Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/18, Bawtry",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:24:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8986/?format=api",
                "dataPath": "/neodc/arsf/1985/85_18",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1031119256,
                "numberOfFiles": 93,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2546/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/227/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5806/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8987/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34832/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8988/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8989,
            "uuid": "66eeef078713330cbd5e0473a7c3bbe4",
            "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/19 over the Bawtry (West) Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/19, Bawtry",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:26:29",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8990/?format=api",
                "dataPath": "/neodc/arsf/1985/85_19",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1713948579,
                "numberOfFiles": 133,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2547/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/228/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5809/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8991/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34841/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8992/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8993,
            "uuid": "a19581f118aae9b6b088e7548e828e3b",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/30 over the Snowdonia and Aber Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/30, Snowdonia, Aber",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:36:07",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8994/?format=api",
                "dataPath": "/neodc/arsf/1985/85_30",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1198773080,
                "numberOfFiles": 101,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2548/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/229/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5812/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8995/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34850/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/8996/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 8997,
            "uuid": "f2cbfd29a4f34539889bfbe9f1259cd1",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/32 over the Swindon Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/32, Swindon",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:39:04",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/8998/?format=api",
                "dataPath": "/neodc/arsf/1985/85_32",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 592010620,
                "numberOfFiles": 46,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2549/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5815/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/8999/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34859/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9000/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9001,
            "uuid": "194dd5a14f3379be58af75d3d6ca8c3a",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/CR30 over the Newborough Forest Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/CR30, Newborough Forest",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:45:27",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9002/?format=api",
                "dataPath": "/neodc/arsf/1985/85_CR30",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 538045974,
                "numberOfFiles": 42,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2550/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5818/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9003/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34868/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9004/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9005,
            "uuid": "740a4ddadb502c75340e886a721bb3be",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/RE over Selected River Estuaries",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/RE, River Estuaries",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:47:34",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9006/?format=api",
                "dataPath": "/neodc/arsf/1985/85_re",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12485707789,
                "numberOfFiles": 920,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2551/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5821/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9007/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34877/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9008/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9009,
            "uuid": "66fab8fd9c9f98f228f690fa81efe77e",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/xx over the Swindon Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/xx, Swindon",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-04T01:48:55",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9010/?format=api",
                "dataPath": "/neodc/arsf/1985/85_xx",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1210674945,
                "numberOfFiles": 92,
                "fileFormat": "Data are in jpeg and jpeg2000 formats."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3646/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/757/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5824/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9011/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34886/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9012/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9013,
            "uuid": "80987ff3e83c1128594ace8dad9c4458",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/26 over the Strath Oykel Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 84/26, Strath Oykel",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-05T21:50:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9014/?format=api",
                "dataPath": "/neodc/arsf/1984/84_26",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1963240570,
                "numberOfFiles": 155,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2553/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/230/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5827/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9015/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34895/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9016/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9017,
            "uuid": "0578516f59a0a2fef27fa494bc7ab0ae",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/28 over the Loch Assynt Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 84/28, Loch Assynt",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-05T21:53:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9018/?format=api",
                "dataPath": "/neodc/arsf/1984/84_28",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1372612232,
                "numberOfFiles": 104,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2554/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/231/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5830/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9019/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34904/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9020/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9021,
            "uuid": "0f175635bea9cf4c8e591cd66e2b1f2b",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/35 over the Swansea Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 84/35, Swansea",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-05T21:59:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9022/?format=api",
                "dataPath": "/neodc/arsf/1984/84_35",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 386436194,
                "numberOfFiles": 33,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2555/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/232/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5833/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9023/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34913/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9024/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9025,
            "uuid": "e8751b8ba86b895e58aa9db5c3996c92",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/test over the Kidlington Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 84/test, Kidlington",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-05T22:04:20",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9026/?format=api",
                "dataPath": "/neodc/arsf/1984/84_test",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 296025427,
                "numberOfFiles": 24,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2556/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5836/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9027/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34921/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34925/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34922/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9028/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9029,
            "uuid": "36e74097dc67e04f7edc35a7c387cc2b",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 83/16 over the Derbyshire Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 83/16, Derbyshire",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-06T00:33:13",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9030/?format=api",
                "dataPath": "/neodc/arsf/1983/83_16",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7776190321,
                "numberOfFiles": 580,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2557/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5839/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9031/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34931/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9032/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9033,
            "uuid": "5ac2b8840549f6af7a478eeb35933cd4",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 83/47 over the Norwich Strumpshaw Marsh Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 83/47, Norwich Strumpshaw Marsh",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-06T01:36:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9034/?format=api",
                "dataPath": "/neodc/arsf/1983/83_47",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2152871901,
                "numberOfFiles": 162,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2558/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5842/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9035/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34940/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9036/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9037,
            "uuid": "dc593602e74dd869185b573ef9ef8cfa",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 83/test over the Swindon Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 83/test, Swindon",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-06T01:41:41",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9038/?format=api",
                "dataPath": "/neodc/arsf/1983/83_test",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 349906554,
                "numberOfFiles": 28,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2559/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5845/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9039/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34949/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9040/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9041,
            "uuid": "405d270ad72f7099d1e75b26429f329c",
            "title": "Data from the Photographic Camera on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 83/R3 over the Weston-super-Mare Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 83/R3, Weston-super-Mare",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-06T01:37:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9042/?format=api",
                "dataPath": "/neodc/arsf/1983/83_R3",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1184130081,
                "numberOfFiles": 90,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2560/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5848/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9043/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34958/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9044/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9045,
            "uuid": "56741909380663673fa9a63316723779",
            "title": "Data from the Photographic Camera on-board the Scottish Aviation Twin Pioneer Aircraft during Flight 82/24 over the Windermere Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 82/24, Windermere",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-06T01:50:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9046/?format=api",
                "dataPath": "/neodc/arsf/1982/82_24",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1183968013,
                "numberOfFiles": 90,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2561/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5851/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9047/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34971/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34970/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34968/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34967/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9050/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9051,
            "uuid": "8daca81aa9ed8f0bcca7c10392e46054",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/04 over the Grafham Water and Monks Wood Areas",
            "abstract": "2015-11-20: Data found to be corrupt from Siddal reprocessing pipeline\r\n\r\n\r\nThe Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "required",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2562/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5855/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9053/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34978/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9054/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 9055,
            "uuid": "fb5188be8f00e4b2481f305b2d6a7ea4",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/05 over the Rotterdam Area, North Sea",
            "abstract": "2015-11-20: Data found to be corrupt from Siddal reprocessing pipeline\r\n\r\nThe Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "required",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2563/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5858/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9057/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34987/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9058/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 9059,
            "uuid": "e13cb43795d155456253fdcf6dffe435",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/29 over the Anglesey Area",
            "abstract": "2015-11-20: Ed Williamson attempted to obtain data from the Siddal reprocessing pipeline, but no data found from old tape deposits.\r\n\r\n\r\nThe Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "required",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2564/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2609/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5861/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9061/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/34996/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9062/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 9063,
            "uuid": "3843036e427891228927afc57795a09a",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/08 over the River Tay",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 92/08, River Tay",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T05:24:16",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9064/?format=api",
                "dataPath": "/neodc/arsf/1992/92_08",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 161834422,
                "numberOfFiles": 23,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2565/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/762/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5864/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9065/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35009/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35007/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35008/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35005/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9066/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9067,
            "uuid": "7c2b00c4ae3491ed81ed21aa7649bbb5",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/10 over the Insh Marshes Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 92/10, Insh Marshes",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T05:23:02",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9068/?format=api",
                "dataPath": "/neodc/arsf/1992/92_10",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10467643,
                "numberOfFiles": 18,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3653/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/761/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5867/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9069/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35014/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9070/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9071,
            "uuid": "830a3643c033644085313601c83ec045",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/01 over the Severn Valley Area",
            "abstract": "2015-11-20: Ed Williamson attempted to obtain data from the Siddal reprocessing pipeline, but no data found from old tape deposits.\r\n\r\nThe Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "required",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2567/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/233/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5870/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9073/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35023/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9074/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 9075,
            "uuid": "afee74b0c4a70c22a8a5a75bfcc346a0",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/10 over the North Dartmoor Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/10, North Dartmoor",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T05:58:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9076/?format=api",
                "dataPath": "/neodc/arsf/1988/88_10",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 73243292,
                "numberOfFiles": 11,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2568/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/760/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5873/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9077/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35037/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35032/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9078/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9079,
            "uuid": "a95649f3c8fcb88c7775c9d8848655ce",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/11 over the Hertford Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/11, Hertford",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:00:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9080/?format=api",
                "dataPath": "/neodc/arsf/1988/88_11",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 43808521,
                "numberOfFiles": 11,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3642/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5876/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9081/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35041/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9082/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9083,
            "uuid": "c9801ca1c2c5d468b501166048c07dbd",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/17 over the Belper Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/17, Belper",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:01:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9084/?format=api",
                "dataPath": "/neodc/arsf/1988/88_17",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 100899440,
                "numberOfFiles": 19,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2570/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/759/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5879/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9085/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35050/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9086/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9087,
            "uuid": "03b1b91b27621e749f04b39991017802",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/14 over the Tay Estuary",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/14, Tay Estuary",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:04:48",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9088/?format=api",
                "dataPath": "/neodc/arsf/1988/88_14",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 57715241,
                "numberOfFiles": 15,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2571/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/748/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5882/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9089/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35059/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9090/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9091,
            "uuid": "d52b8308aea6e8977a83efbea511748a",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/05 over the Fife and Tayside Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/05, Fife, Tayside",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:05:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9092/?format=api",
                "dataPath": "/neodc/arsf/1988/88_05",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 187804310,
                "numberOfFiles": 27,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3633/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/234/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5885/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9093/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35068/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9094/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9095,
            "uuid": "25da8a0e17f04475138253f6870e2694",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/06 over the North Sea, Teeside and Humberside Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/06, North Sea, Teeside, Humberside",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:07:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9096/?format=api",
                "dataPath": "/neodc/arsf/1988/88_06",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1338349540,
                "numberOfFiles": 159,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2573/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/751/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5888/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9097/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35077/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9098/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9099,
            "uuid": "ffad2bd6e7b92d767474920b50ac10fd",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/07 over the Bell Rock Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/07, Bell Rock",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:08:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9100/?format=api",
                "dataPath": "/neodc/arsf/1988/88_07",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 129664972,
                "numberOfFiles": 27,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3631/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/235/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5891/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9101/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35086/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9102/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9103,
            "uuid": "9adc3c4f068c00a7ac1830994c01e33d",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/16 over the Belper Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/16, Belper",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:11:52",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9104/?format=api",
                "dataPath": "/neodc/arsf/1988/88_16",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 28408055,
                "numberOfFiles": 7,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2575/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/236/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5894/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9105/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35095/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9106/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9107,
            "uuid": "5b5dc5c68b01fca8af6a827f978ce57c",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/03 over the Aberlady Bay Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/03, Aberlady Bay",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:14:58",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9108/?format=api",
                "dataPath": "/neodc/arsf/1988/88_03",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 205339919,
                "numberOfFiles": 20,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2576/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/237/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5897/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9109/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35104/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9110/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9111,
            "uuid": "23870da5482cd42a5baafa82e06a0eb1",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/31 over the Guiting Power Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/31, Guiting Power",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:15:51",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9112/?format=api",
                "dataPath": "/neodc/arsf/1988/88_31",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 155413510,
                "numberOfFiles": 35,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3636/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/238/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5900/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9113/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35113/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9114/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9115,
            "uuid": "6ba8d5acde100e4e2435a4e1c7646034",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/38 over the Ironbridge Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 88/38, Ironbridge",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:16:38",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9116/?format=api",
                "dataPath": "/neodc/arsf/1988/88_38",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 103812780,
                "numberOfFiles": 15,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3630/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/239/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5903/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9117/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35122/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9118/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9119,
            "uuid": "b6b0d3508204d7389c70c2636be86f74",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/20 over the Hunterston Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/20, Hunterston",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:19:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9120/?format=api",
                "dataPath": "/neodc/arsf/1987/87_20",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 257854758,
                "numberOfFiles": 66,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2579/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/752/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5906/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9121/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35131/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9122/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9123,
            "uuid": "6b15fdffed2da8a1947ea683ff97c8b8",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/27 over the Esthwaite Water Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/27, Esthwaite Water",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:21:42",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9124/?format=api",
                "dataPath": "/neodc/arsf/1987/87_27",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 411100005,
                "numberOfFiles": 79,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3634/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/240/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5909/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9125/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35140/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9126/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9127,
            "uuid": "ba6d750f7dbfc63a7d412214e0603e39",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/32 over the Clipstone Forest Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/32, Clipstone Forest",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:22:38",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9128/?format=api",
                "dataPath": "/neodc/arsf/1987/87_32",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 65669191,
                "numberOfFiles": 15,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3628/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/241/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5912/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9129/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35149/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9130/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9131,
            "uuid": "e37ef6fd4119f0da31bab8ea992f5e1e",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/43 over the Hamford and West Mersea Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/43, Hamford, West Mersea",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:23:33",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9132/?format=api",
                "dataPath": "/neodc/arsf/1987/87_43",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 101573682,
                "numberOfFiles": 15,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3637/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/242/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5915/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9133/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35158/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9134/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9135,
            "uuid": "4b7564d743f14d13f02ccae89c2ba03a",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/44 over the Aran Fawddwy Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/44, Aran Fawddwy",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:24:21",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9136/?format=api",
                "dataPath": "/neodc/arsf/1987/87_44",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 51090309,
                "numberOfFiles": 11,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2583/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/243/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5918/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9137/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35167/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9138/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9139,
            "uuid": "66aa54f86e87fd584620ff4083fb172a",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/47 over the Dolgellau Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/47, Dolgellau",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:24:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9140/?format=api",
                "dataPath": "/neodc/arsf/1987/87_47",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 91608990,
                "numberOfFiles": 11,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3632/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/244/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5921/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9141/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35176/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9142/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9143,
            "uuid": "dd09bced9d416b4e12fb9ef94f5cafe5",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/48 over the Crymlyn Bog Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/48, Crymlyn Bog",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:25:49",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9144/?format=api",
                "dataPath": "/neodc/arsf/1987/87_48",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 314926683,
                "numberOfFiles": 43,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3629/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/245/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5924/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9145/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35185/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9146/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9147,
            "uuid": "ce1d136ba9c556bef6361007fe937ab8",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/50 over the Esk and Duddon Catchment Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/50, Esk catchment, Duddon catchment",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:26:36",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9148/?format=api",
                "dataPath": "/neodc/arsf/1987/87_50",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 239360985,
                "numberOfFiles": 35,
                "fileFormat": "Data are bil formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3635/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/246/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5927/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9149/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35194/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9150/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9151,
            "uuid": "aa60bb8e225b0c20e25a16f1913cfc88",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/51 over the Conway Estuary",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/51, Conway Estuary",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:27:30",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9152/?format=api",
                "dataPath": "/neodc/arsf/1987/87_51",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 115026305,
                "numberOfFiles": 23,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3645/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/247/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5930/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9153/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35203/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9154/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9155,
            "uuid": "0c1ed13184a5dabcbce11511490188db",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/57 over the Parys Mountain Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/57, Parys Mountain",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:28:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9156/?format=api",
                "dataPath": "/neodc/arsf/1987/87_57",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 34973882,
                "numberOfFiles": 15,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3638/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/248/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5933/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9157/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35212/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9158/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9159,
            "uuid": "a1ba22ff04ecdd1a8fb0b6a2c9adf583",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/58 over the Brue Valley Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/58, Brue Valley",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:29:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9160/?format=api",
                "dataPath": "/neodc/arsf/1987/87_58",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 428172893,
                "numberOfFiles": 43,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3641/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/249/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5936/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9161/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35221/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9162/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9163,
            "uuid": "10948f39b2d3f11f67ecbe1ba387ce85",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/06 over the Yorkshire Wolds Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/06, Yorkshire Wolds",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:30:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9164/?format=api",
                "dataPath": "/neodc/arsf/1987/87_06",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 32095428,
                "numberOfFiles": 6,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3639/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/754/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5939/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9165/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35230/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9166/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9167,
            "uuid": "14da785cf01bee2e3e7acaced5a3c4c1",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 87/12 over the Hunterston Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 87/12, Hunterston",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:39:21",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9168/?format=api",
                "dataPath": "/neodc/arsf/1987/87_12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 114677785,
                "numberOfFiles": 30,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3640/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/755/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5942/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9169/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35239/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9170/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9171,
            "uuid": "cba8113b8ba43e35cf8d0f8787d135d6",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/15 over the Derwent Fells Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/15, Derwent Fells",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:32:02",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13423/?format=api",
                "dataPath": "/neodc/arsf/1986/86_15",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 151375179,
                "numberOfFiles": 27,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2592/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/250/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5945/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9173/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35248/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9174/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9175,
            "uuid": "56688a3ef9b071c4309379a54f821335",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/16 over the Tay Estuary",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/16, Tay Estuary",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:33:14",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13424/?format=api",
                "dataPath": "/neodc/arsf/1986/86_16",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1469847310,
                "numberOfFiles": 155,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2593/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/251/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5948/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9177/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35257/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9178/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9179,
            "uuid": "cc81a77c2cb7af64722bf936a7b6e18c",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/34 over the Skomer Island, West Angle Bay, Freshwater West and Stackpole Quay Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 86/34, Skomer Island, West Angle Bay, Freshwater West, Stackpole Quay",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:34:37",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9180/?format=api",
                "dataPath": "/neodc/arsf/1986/86_34",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 40720259,
                "numberOfFiles": 19,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3644/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/252/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5951/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9181/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35266/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9182/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9183,
            "uuid": "36e63f238f12416cb2f23e175048a6bf",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 93/16 over the Dufton Pike Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 93/16, Dufton Pike",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T05:20:04",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9184/?format=api",
                "dataPath": "/neodc/arsf/1994/93_16",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 37768576,
                "numberOfFiles": 6,
                "fileFormat": "Data are bil formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3643/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/253/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5954/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9185/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35275/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9186/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9187,
            "uuid": "64ddab057a78756e718d263a69ebd6e3",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/09 over the Lake Vrywny and Rutland Water Areas",
            "abstract": "015-11-20: Data found to be corrupt from Siddal reprocessing pipeline\r\n\r\nThe Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "required",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2596/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2609/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5957/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9189/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35284/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9190/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 9191,
            "uuid": "2e42ba981819e7314ae992cf262ad17f",
            "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/CR2 over the Wellesbourne Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 85/CR2, Wellesnourne",
            "publicationState": "published",
            "dataPublishedTime": "2007-10-14T06:37:16",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9192/?format=api",
                "dataPath": "/neodc/arsf/1985/85_CR2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 296010349,
                "numberOfFiles": 24,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2597/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5960/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9193/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35293/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9194/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9195,
            "uuid": "13c4ca6449c460c90a5c96c9bb2105df",
            "title": "Data from the Photographic Camera on-board the Dornier Do228-101 D-CALM Aircraft during Flight 03/24 over the Ythan Estuary",
            "abstract": "ARSF project 03/24 led by G.Ferrier. Site: Ythan Estuary.",
            "keywords": "",
            "publicationState": "published",
            "dataPublishedTime": "2007-09-28T07:48:11",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9196/?format=api",
                "dataPath": "/neodc/arsf/2003/03_24",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4745502577,
                "numberOfFiles": 116,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2598/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5963/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9197/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35302/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9198/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9199,
            "uuid": "b8df3216e1d8cc0b0a3641bff0caa7ac",
            "title": "Data from the Photographic Camera, CASI, CASI-2 and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft and the Dornier Do228-101 D-CALM Aircraft during Flight 98/08 over the Bosworth Field Area",
            "abstract": "Flights during 1998 used the photographic camera, CASI-1 and ATM AZ-16 instruments on-board the Piper PA31 Navajo Chieftain G-NERC aircraft.  Flights during 2002 were with the photographic camera, ATM AZ-16 and CASI-2 instruments on the Dornier Do228-101 D-CALM aircraft.",
            "keywords": "ARSF, 98/08, Bosworth Field",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:33:42",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9200/?format=api",
                "dataPath": "/neodc/arsf/2002/98_08",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2742013297,
                "numberOfFiles": 78,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2599/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65006/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5966/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9201/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35311/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9202/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9203,
            "uuid": "e9e20fe4ea1f783afcb76f0c4e1d7c13",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/09 over the Barrmill Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/09, Barrmill",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:34:09",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9204/?format=api",
                "dataPath": "/neodc/arsf/1999/98_09",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 645477719,
                "numberOfFiles": 18,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2600/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/254/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5969/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9205/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35320/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9206/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9207,
            "uuid": "51042c57cca47db838755bcaf91e8523",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/10 over the Inshriach and Rothiemurchus Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/10, Inshriach, Rothiemurchus",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:34:23",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9208/?format=api",
                "dataPath": "/neodc/arsf/1999/98_10",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2985468460,
                "numberOfFiles": 76,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2601/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/255/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5972/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9209/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35329/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9210/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9211,
            "uuid": "ee72e1042dcb977da71ecd732398c007",
            "title": "Data from the Photographic Camera and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/12 over The Pang Catchment, Wallingford Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/12, Pang Catchment, Wallingford",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:34:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9212/?format=api",
                "dataPath": "/neodc/arsf/1999/98_12",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3308255379,
                "numberOfFiles": 84,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2602/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/256/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5975/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9213/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35338/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9214/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9215,
            "uuid": "283f53a1fdd506cd13d7256d4c1d378d",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/13 over the Holderness and Immingham Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/13, Holderness, Immingham",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:34:48",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9216/?format=api",
                "dataPath": "/neodc/arsf/1999/98_13",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 28799655082,
                "numberOfFiles": 716,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2603/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/257/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5978/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9217/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35347/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9218/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9219,
            "uuid": "47e6a7b4afdf28c59ff11b4941cb657f",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 97/02 over the Broadway Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 97/02, Broadway",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:35:03",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9220/?format=api",
                "dataPath": "/neodc/arsf/1996/97_02",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4276607735,
                "numberOfFiles": 108,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2604/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/258/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5981/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9221/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35356/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9222/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9223,
            "uuid": "b241063cad3ba06bd59b2fa1c2ed566f",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 97/19 over the Trough of Bowland, Wet Sleddale and Auchencarroch Areas",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 97/19, Trough of Bowland, Wet Sleddale, Auchencarroch",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:35:15",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9224/?format=api",
                "dataPath": "/neodc/arsf/1998/97_19",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6398527240,
                "numberOfFiles": 168,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2605/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/259/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65007/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5984/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9225/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35365/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9226/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9227,
            "uuid": "7f059a27c55a0fb6b97315d67114cc95",
            "title": "Data from the Photographic Camera and CASI Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/05 over the Creuddyn Peninsula Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/05, Creuddyn Peninsula",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:35:25",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9228/?format=api",
                "dataPath": "/neodc/arsf/1998/98_05",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6984911261,
                "numberOfFiles": 178,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2606/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/260/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64847/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5987/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9229/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35374/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9230/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9231,
            "uuid": "4bd5a1d15bb291cbe1959dea0a81f311",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/14 over Stonton Brook and the River Welland",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/14, Stonton Brook, River Welland",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:35:39",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9232/?format=api",
                "dataPath": "/neodc/arsf/1999/98_14",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1244534046,
                "numberOfFiles": 61,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2607/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/261/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65006/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65007/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5990/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9233/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35383/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9234/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 9235,
            "uuid": "190541d39cd5131510fcd42025307610",
            "title": "Data from the Photographic Camera, CASI and ATM AZ-16 Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 98/18 over the Newbiggin Crag Area",
            "abstract": "The Airborne Research & Survey Facility (ARSF, formerly Airborne Remote Sensing Facility) is managed by NERC Scientific Services and Programme Management. It provides the UK environmental science community, and other potential users, with the means to obtain remotely-sensed data in support of research, survey and monitoring programmes. The ARSF is a unique service providing environmental researchers, engineers and surveyors with synoptic analogue and digital imagery of high spatial and spectral resolution.The NEODC holds the entire archive of Airborne Thematic Mapper (ATM) and Compact Airborne Spectrographic Imager (CASI) data acquired by the NERC ARSF. High-resolution scanned digital versions of the entire collection of analogue photographs are now also available as well as selected LiDAR-derived elevation and terrain models for selected sites flown using the sensor.",
            "keywords": "ARSF, 98/18, Newbiggin Crag",
            "publicationState": "published",
            "dataPublishedTime": "2012-07-10T16:35:53",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9236/?format=api",
                "dataPath": "/neodc/arsf/1998/98_18",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1383057445,
                "numberOfFiles": 39,
                "fileFormat": null
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/2608/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/262/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65006/?format=api"
            ],
            "dataLineage": "Data have been provided to NEODC via a number of routes: \r\nMost data up to 2005 was provided directly from ARSF flight team (ARSF-Ops) or Andrew Wilson at CEH, on various media.\r\nData since 2008 was mostly transferred to NEODC from ARSF-Data Analysis Node (DAN) in Plymouth via rsync.\r\nData for 2006 - 2008 were provided partly from ARSF-DAN, partly from ARSF-Ops, and some from Andrew Wilson.  \r\nData from the ULM LiDAR instrument was provided, via FTP or on media, from ULM Cambridge.\r\nScanned aerial photographs were provided by Bluesky Ltd, who carried out the digitisation, on LaCiE disks. \r\nSome data (\"user_provided\") was sent to NEODC by ARSF data users.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5993/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/9237/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/35392/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/9238/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        }
    ]
}