Get a list of Result objects. Results have a 1:1 mapping with Observations.

### Available end points:

- `/results/` - Will list all Results in the database
- `/results.json` - Will return all Results in json format
- `/results/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `dataPath`
- `storageStatus`
- `storageLocation`
- `oldDataPath`
- `fileFormat`
- `observation`

### How to use filters:


`/results/?dataPath=/badc/weybourne/data/co2/`

`/results.json?dataPath=/badc/weybourne/data/co2/`

`/results/?fileFormat__icontains=netCDF`

GET /api/v2/results/?format=api&offset=2500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11555,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=2600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=2400",
    "results": [
        {
            "ob_id": 12618,
            "dataPath": "/badc/ukmo-lidarnet/data/valley/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Valley CL31 ceilometer cloud base and backscatter data",
                "uuid": "a12f1f85570941ffbebdc065378ddc3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12617/?format=api"
            },
            "volume": 49476962246,
            "numberOfFiles": 90146,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12621,
            "dataPath": "/badc/ukmo-lidarnet/data/waddington/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Waddington CL31 ceilometer cloud base and backscatter data",
                "uuid": "b471b152bb3f45f0be7fc1da0f76fa75",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12620/?format=api"
            },
            "volume": 49446543931,
            "numberOfFiles": 90062,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12624,
            "dataPath": "/badc/ukmo-lidarnet/data/wattisham/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Wattisham CL31 ceilometer cloud base and backscatter data",
                "uuid": "474104526df94c3aa407c1708cfc80d2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12623/?format=api"
            },
            "volume": 48596973606,
            "numberOfFiles": 88603,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12627,
            "dataPath": "/badc/ukmo-lidarnet/data/yeovilton/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Yeovilton CL31 ceilometer cloud base and backscatter data",
                "uuid": "fac4850258a24556b6c11d0bc4090dd2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12626/?format=api"
            },
            "volume": 47877210611,
            "numberOfFiles": 87660,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12630,
            "dataPath": "/badc/ukmo-lidarnet/data/brize-norton/vaisala-ct25k",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Brize Norton Vaisala CT25k ceilometer cloud base and backscatter data",
                "uuid": "c65c65edf6144609b9f3a48ab536da59",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12629/?format=api"
            },
            "volume": 5308329810,
            "numberOfFiles": 12687,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12633,
            "dataPath": "/badc/ukmo-lidarnet/data/st-helena/vaisala-ct25k",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET St Helena Vaisala CT25k ceilometer cloud base and backscatter data",
                "uuid": "989f968fada24d5db6720daba5238a48",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12632/?format=api"
            },
            "volume": 27765263359,
            "numberOfFiles": 64829,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12636,
            "dataPath": "/badc/ukmo-lidarnet/data/wittering/vaisala-ct25k",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office LIDARNET Wittering Vaisala CT25k ceilometer cloud base and backscatter data",
                "uuid": "bf805d665f3b49c292dd3abb41479baa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12635/?format=api"
            },
            "volume": 4823340152,
            "numberOfFiles": 11526,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12640,
            "dataPath": "/badc/ukmo-lidarnet/data/shannon/vaisala-ct25k",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Éireann LIDARNET Shannon Vaisala CT25k ceilometer cloud base and backscatter data",
                "uuid": "059c89d97d634ca89c57433c3deff69d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12639/?format=api"
            },
            "volume": 5836209678,
            "numberOfFiles": 1362,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12643,
            "dataPath": "/badc/ukmo-lidarnet/data/cork/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Éireann LIDARNET Cork Vaisala CL31 ceilometer cloud base and backscatter data",
                "uuid": "195d27fbb73a411ab539d1ba936b4f97",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12642/?format=api"
            },
            "volume": 77097879023,
            "numberOfFiles": 69414,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12646,
            "dataPath": "/badc/ukmo-lidarnet/data/dublin/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Éireann LIDARNET Dublin Vaisala CL31 ceilometer cloud base and backscatter data",
                "uuid": "553e755cbf1c4b6d84382c895ae0dd5c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12645/?format=api"
            },
            "volume": 79731486395,
            "numberOfFiles": 70231,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12649,
            "dataPath": "/badc/ukmo-lidarnet/data/shannon/vaisala-cl31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Éireann LIDARNET Shannon Vaisala CL31 ceilometer cloud base and backscatter data",
                "uuid": "fb11a687496b4e69abf1bc745a63a987",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12648/?format=api"
            },
            "volume": 78494922750,
            "numberOfFiles": 69547,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12651,
            "dataPath": "/badc/acsoe/data/eae-97/jetstream/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-97: Airborne Atmospheric Oxidants Data from on-board the Cranfield Jetstream Research Aircraft",
                "uuid": "7fb2a3a89db31f59d73d58f92f3648b4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2050/?format=api"
            },
            "volume": 3986038,
            "numberOfFiles": 11,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12652,
            "dataPath": "/badc/acsoe/data/eae-96/jetstream/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-96: Airborne Atmospheric Oxidants Data from on-board Cranfield Jetstream Research Aircraft",
                "uuid": "5aff65ead6800056a1135372b2672d36",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2030/?format=api"
            },
            "volume": 1060807,
            "numberOfFiles": 11,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12653,
            "dataPath": "/badc/acsoe/data/eae-96/challenger/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-96: Shipborne Atmospheric Oxidants Data from on-board the RRS Challenger",
                "uuid": "691eb4fa46f331137da5fdf3c29d7f11",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2054/?format=api"
            },
            "volume": 78420,
            "numberOfFiles": 8,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12654,
            "dataPath": "/badc/acsoe/data/ease-97/jetstream/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12655,
            "dataPath": "/badc/acsoe/data/eae-97/challenger/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-97: Shipborne Atmospheric Oxidants Data from on-board RRS Challenger",
                "uuid": "a2e3339d69bc6f442dca3f54e4031085",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/1997/?format=api"
            },
            "volume": 46083,
            "numberOfFiles": 7,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12657,
            "dataPath": "/neodc/ncaveo_field/data/arsf/L1b",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Level 1B ARSF Compact Airbone Spectrographic Imager 2 (CASI-2) data collected on board the Dornier Do228-101 D-CALM aircraft",
                "uuid": "7ebb759ae672ec0dfe5d45f20e3af96d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7856/?format=api"
            },
            "volume": 886766861,
            "numberOfFiles": 10,
            "fileFormat": "These data are HDF formatted "
        },
        {
            "ob_id": 12659,
            "dataPath": "/neodc/ncaveo_field/data/BF2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Delta-T Devices Ltd BF2 sunshine sensor data\r\n\r\n",
                "uuid": "63a8cb9f59cfa7c1a99ad9fb3ca0d7fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7952/?format=api"
            },
            "volume": 41798,
            "numberOfFiles": 4,
            "fileFormat": "Data is in ASCII format. "
        },
        {
            "ob_id": 12660,
            "dataPath": "/neodc/ncaveo_field/data/Chlorophyll",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: SPAD-502 chlorophyll meter data collected at Brockley field near Chilbolton",
                "uuid": "f5a94faab12bf906a4bc964a1e3c89f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7956/?format=api"
            },
            "volume": 23233,
            "numberOfFiles": 4,
            "fileFormat": "Data is in ASCII format."
        },
        {
            "ob_id": 12661,
            "dataPath": "/neodc/ncaveo_field/data/CHRIS_Proba",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Project for On-Board Autonomy (PROBA) Compact High Resolution Imaging Spectrometer (CHRIS) data collected over Chilbolton",
                "uuid": "3d966add9811374d81fc46d4dee2cfdc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7848/?format=api"
            },
            "volume": 964461559,
            "numberOfFiles": 20,
            "fileFormat": "Level 1 data is in HDF format.\r\nLevel 3 data is in HDR format. "
        },
        {
            "ob_id": 12662,
            "dataPath": "/neodc/ncaveo_field/data/Cimel",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Aerial Optical Thickness (AOT) data collected using a Cimel CE318-2™ sun photometer at Chilbolton",
                "uuid": "fd32c8a2bb63bc4e1601985858404032",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7960/?format=api"
            },
            "volume": 65942,
            "numberOfFiles": 5,
            "fileFormat": "Data is in GIF format. "
        },
        {
            "ob_id": 12663,
            "dataPath": "/neodc/ncaveo_field/data/DMC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: UK-DMC optical imaging satellite data",
                "uuid": "86e6a1554abe156e982a9a0fc41c4b41",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7840/?format=api"
            },
            "volume": 2954288087,
            "numberOfFiles": 13,
            "fileFormat": "Data is in TIF format."
        },
        {
            "ob_id": 12664,
            "dataPath": "/neodc/ncaveo_field/data/Environment_Agency/Digital_Photography",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Digital Camera Imagery collected during the flight of a Cessna 404 Aircraft operated by the UK Environment Agency (EA)",
                "uuid": "9dfcbe861cfb6c477619c6cf38b70c73",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7832/?format=api"
            },
            "volume": 12014015659,
            "numberOfFiles": 191,
            "fileFormat": "Original images are in TIF format. \r\nPhoto position data is stored in DBF, SBX, SHX, SBN, SHP and text formats. "
        },
        {
            "ob_id": 12665,
            "dataPath": "/neodc/ncaveo_field/data/Environment_Agency/LiDAR_data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Environment Agency LiDAR data collected during the flight of an Cessna 404 Aircraft",
                "uuid": "a3bdfb9b64937d42f5cb0cbf7c3d033f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7825/?format=api"
            },
            "volume": 8771673436,
            "numberOfFiles": 344,
            "fileFormat": "LiDAR catalogue data is in shape file format and raster datasets and files within the \\xyz\\ directory are in ASCII Grid format. All are ArcView compatible. Metadata about data collection, processing, filtering and comparison of collected data to independent ground truth data is also included in the LiDAR report of the survey.  "
        },
        {
            "ob_id": 12667,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/BC_060618",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Newcastle University ASD Field spectra N4406 data collected at Big Croft field, near Chilbolton",
                "uuid": "8324d486e7d33bb9643c0d2c4fc5c1c6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7885/?format=api"
            },
            "volume": 676454,
            "numberOfFiles": 7,
            "fileFormat": "Data is in HDR, PDF and text formats. "
        },
        {
            "ob_id": 12668,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/FP_060618",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Newcastle University ASD Field spectra data collected using instrument N4406 at Fairpiece field, near Chilbolton",
                "uuid": "438e9986e8555bf0d79431a40e69c3a3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7894/?format=api"
            },
            "volume": 1328765,
            "numberOfFiles": 7,
            "fileFormat": "Data are in HDR, PDF an text formats. "
        },
        {
            "ob_id": 12669,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/RY_060618",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Newcastle University ASD Field spectra data collected with instrument N4406 at Rickyard field, near Chilbolton",
                "uuid": "cfb8e91f227d260b0824b184c64a461b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7898/?format=api"
            },
            "volume": 1329263,
            "numberOfFiles": 7,
            "fileFormat": "Data are in HDR, PDF and text formats. "
        },
        {
            "ob_id": 12670,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/Fabric_Spectra",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: NERC Field Spectroscopy Facility (FSF) Fabric Calibration Site Reflectance data collected at Chilbolton using an ASD FieldSpec Pro",
                "uuid": "913397583d98501279927de52c815631",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7876/?format=api"
            },
            "volume": 3937312,
            "numberOfFiles": 13,
            "fileFormat": "The calibrated reflectance spectra data are within NASA Ames files, in text format. Plots of the spectra are in PNG format and photographs showing that fabric sheets pegged out in the field are in JPG files. "
        },
        {
            "ob_id": 12671,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/Soil_Spectra",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: NERC Field Spectroscopy Facility (FSF) Soil Reflectance data collected using an ASD FieldSpec Pro at Brockley field, near Chilbolton",
                "uuid": "8c05f529402fc0fbbb57bbc01c5641c8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7995/?format=api"
            },
            "volume": 315787,
            "numberOfFiles": 6,
            "fileFormat": "The spectra are in HDR and SPC format, and are ENVI compatible. A plot of the spectra with 'noisy' wavelengths removed is also included in JPG format and a log sheet of the data collection in a PDF file. "
        },
        {
            "ob_id": 12672,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/Asphalt_Spectra",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: GER1500 spectroradiometer asphalt reflectance spectra collected from the asphalt car park at the Chilbolton Facility for Atmospheric and Radio Research (CFARR)",
                "uuid": "ec54aec922960e88c3d044b3d1c49e77",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7991/?format=api"
            },
            "volume": 389078,
            "numberOfFiles": 6,
            "fileFormat": "Spectra data is in SPC and HDR format, and can be viewed in ENVI. A photograph is also available in JPG format showing the dual field-of-view GER1500 being prepared for data collection. "
        },
        {
            "ob_id": 12674,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/Concrete_Spectra",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Concrete calibration site spectra collected at the Chilbolton Facility for Atmospheric and Radio Research (CFARR) using a GER3700 Spectroradiometer",
                "uuid": "8097295108f53bdc8242bb6c6f8f65f6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7987/?format=api"
            },
            "volume": 1154812,
            "numberOfFiles": 7,
            "fileFormat": "The calibrated reflectance spectra are in a NASA Ames format file and a plot of all the spectra over the visible and near IR regions is in PNG format. Photographs of the GER3700 and the calibration site are also included as JPG files. "
        },
        {
            "ob_id": 12677,
            "dataPath": "/neodc/ncaveo_field/data/Hemispherical_photos/Hemispherical_photos/Fairpiece",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Hemispherical photos taken using a Camera Nikon Coolpix 995 at Fairpiece field, near Chilbolton",
                "uuid": "d5c7fb0cc068775323519f8358dd73f8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7907/?format=api"
            },
            "volume": 13411612,
            "numberOfFiles": 21,
            "fileFormat": "JPG format"
        },
        {
            "ob_id": 12678,
            "dataPath": "/neodc/ncaveo_field/data/Hemispherical_photos/Sky_animation",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Sky conditions animation from Cowdown Farm, Hampshire, UK taken using a Hemispherical Camera Nikon Coolpix 995",
                "uuid": "6e13f25526b43af50a0bcd76c04438e6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7902/?format=api"
            },
            "volume": 63360837,
            "numberOfFiles": 3,
            "fileFormat": "GIF format"
        },
        {
            "ob_id": 12679,
            "dataPath": "/neodc/ncaveo_field/data/Hemispherical_photos/Hemispherical_photos/Harewood_Forest",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Hemispherical photos taken using a Camera Nikon Coolpix 995 at Harewood forest, near Chilbolton",
                "uuid": "dc5ea1432109e9289998843260e69a4f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7948/?format=api"
            },
            "volume": 13909657,
            "numberOfFiles": 20,
            "fileFormat": "JPG format"
        },
        {
            "ob_id": 12680,
            "dataPath": "/neodc/ncaveo_field/data/Hemispherical_photos/Hemispherical_photos/Rickyard",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Hemispherical photos taken using a Camera Nikon Coolpix 995 at Rickyard Field, near Chilbolton",
                "uuid": "b5820b2b310d3e40a5ee1a2eb1f31ce0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7910/?format=api"
            },
            "volume": 27912430,
            "numberOfFiles": 43,
            "fileFormat": "JPG format. "
        },
        {
            "ob_id": 12681,
            "dataPath": "/neodc/ncaveo_field/data/Land_cover",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Version 1 of ground data collected during Chilbolton reconnaissance survey for Land Cover Map 2007",
                "uuid": "dae0e67b8f878bc03cefb59c4acac33b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7974/?format=api"
            },
            "volume": 4585487,
            "numberOfFiles": 40,
            "fileFormat": "All data is in ESRI shape file format, compatible in GIS software packages such as ArcGIS. PDF files are also included providing the name and crop type for the northern and southern areas of the Chilbolton validation site. "
        },
        {
            "ob_id": 12685,
            "dataPath": "/neodc/ncaveo_field/data/Ordnance_Survey_DMC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Intergraph Z/I Imagery collected using a Digital Mapping Camera (DMC) during a flight by an Ordnance Survey aircraft at Chilbolton",
                "uuid": "3d3cdd14cc2a6e299eb975538301365a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7964/?format=api"
            },
            "volume": 4634891575,
            "numberOfFiles": 171,
            "fileFormat": "Images are BSQ AND HDR files in ENVI format, with file names formatted as follows:\r\n‘instrument_location_YYYYMMDD_tracknumber_imagenumber_o(orthorectified)_version’"
        },
        {
            "ob_id": 12687,
            "dataPath": "/neodc/ncaveo_field/data/River_Survey",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: River channel survey data collected on the River Test at Chilbolton Cow Common",
                "uuid": "4d140042a552972ed550f394098b426a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7982/?format=api"
            },
            "volume": 9654542,
            "numberOfFiles": 6,
            "fileFormat": "Data are NASA-Ames formatted"
        },
        {
            "ob_id": 12688,
            "dataPath": "/neodc/ncaveo_field/data/Satellite_Images/TM",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: LANDSAT5 Thematic Mapper (TM) imagery of Chilbolton area",
                "uuid": "6b150c9ce1fb1fcb48fc06f9cf5ff983",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7868/?format=api"
            },
            "volume": 7124558,
            "numberOfFiles": 6,
            "fileFormat": "Image has been resized to the study area and exported as geotiff using bands 4,5 and 3 as RGB"
        },
        {
            "ob_id": 12689,
            "dataPath": "/badc/acsoe/data/ozprof/aberystwyth/96",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12690,
            "dataPath": "/neodc/ncaveo_field/data/Satellite_Images/ETM+",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: LANDSAT7 ETM+ imagery of Chilbolton area",
                "uuid": "b123d0cbcd185ee62c6945d4e92bd6fa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7860/?format=api"
            },
            "volume": 6969389,
            "numberOfFiles": 6,
            "fileFormat": "Image has been resized to the study area and exported as geotiff using bands 4,5 and 3 as RGB"
        },
        {
            "ob_id": 12691,
            "dataPath": "/neodc/ncaveo_field/data/Sky_spectra/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Multi-angle sky spectra collected using a sky irradiance scanner",
                "uuid": "d1880f3e928c223596160940f9b14582",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7978/?format=api"
            },
            "volume": 38168528,
            "numberOfFiles": 201,
            "fileFormat": "Images are in HDR format "
        },
        {
            "ob_id": 12692,
            "dataPath": "/neodc/ncaveo_field/data/cfarr-lidar-uv",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Atmospheric water data profile version 1.0, collected using an UV Raman LiDAR at Chilbolton Facility for Atmospheric and Radio research",
                "uuid": "16e747e3eaac76de08043d4c1b8d32da",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7970/?format=api"
            },
            "volume": 6411788,
            "numberOfFiles": 11,
            "fileFormat": "Raw and processed data are in separate NetCDF files, accessible using HDFView, a visual software tool that can be freely downloaded from http://www.hdfgroup.org/products/java/hdfview/. 2 images providing quick examples of the data are also available in JPG format. "
        },
        {
            "ob_id": 12693,
            "dataPath": "/badc/acsoe/data/ozprof/aberystwyth/96",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA OZPROF-96: Aberystwyth Ozone Profiles Data from Ozonesonde and Ozone DIAL LIDAR",
                "uuid": "04af264b514596c57f1e6b0d1e51e9ab",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/6083/?format=api"
            },
            "volume": 607163,
            "numberOfFiles": 20,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12697,
            "dataPath": "/badc/mst/data/mst-products-v3/st-mode",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NERC Mesosphere-Stratosphere-Troposphere (MST) Radar: stratospheric and tropospheric structure and dynamics observations, version 3",
                "uuid": "6d9a74e917d04cde9f0f7fa5fb3a9dd4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12696/?format=api"
            },
            "volume": 131530358366,
            "numberOfFiles": 13644,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 12699,
            "dataPath": "/badc/acsoe/data/ozprof/aberystwyth/97",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA OZPROF-97: Aberystwyth Ozone Profiles Data from Ozonesonde and Ozone DIAL LIDAR",
                "uuid": "997f1a206eac4adbae3ece62e2849513",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12694/?format=api"
            },
            "volume": 3053659,
            "numberOfFiles": 73,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12700,
            "dataPath": "/badc/acsoe/data/ozprof/aberystwyth/98",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA OZPROF-98: Aberystwyth Ozone Profiles Data from Ozonesonde and Ozone DIAL LIDAR",
                "uuid": "e6a20b90d06b4bc6b40e54e770f7ede6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12698/?format=api"
            },
            "volume": 2238247,
            "numberOfFiles": 53,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12715,
            "dataPath": "/badc/ecmwf-e40/data/sp/fm/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: T159 spherical harmonic gridded model level forecast data (spfm)",
                "uuid": "08ce7ca3941446ab9f66315d28a73631",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12701/?format=api"
            },
            "volume": 24811699900,
            "numberOfFiles": 8025,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12716,
            "dataPath": "/badc/ecmwf-e40/data/gg/fm/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded model level forecast data (ggfm)",
                "uuid": "348248028eb74138a867ed5b1ec0112f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12702/?format=api"
            },
            "volume": 204052586367,
            "numberOfFiles": 91252,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12717,
            "dataPath": "/badc/ecmwf-e40/data/sp/am/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: T159 spherical harmonic gridded model level analysis data (spam)",
                "uuid": "2f957ee405254fc882b99287300d33a0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12703/?format=api"
            },
            "volume": 1246819617755,
            "numberOfFiles": 525963,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12718,
            "dataPath": "/badc/ecmwf-e40/data/gg/at/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded potential temperature level analysis data (ggat)",
                "uuid": "156863980b0d4ab2969456859131983d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12704/?format=api"
            },
            "volume": 212645178018,
            "numberOfFiles": 231286,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12719,
            "dataPath": "/badc/ecmwf-e40/data/gg/fs/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80  Gaussian gridded surface level forecast data (ggfs)",
                "uuid": "c99949a873d24e8d887f42c7e4d3d45a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12705/?format=api"
            },
            "volume": 265825063313,
            "numberOfFiles": 3699200,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12720,
            "dataPath": "/badc/ecmwf-e40/data/gg/av/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded potential vorticity level analysis data (ggav)",
                "uuid": "897c8de1fe18411abe1867aabee57869",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12707/?format=api"
            },
            "volume": 33126298529,
            "numberOfFiles": 494264,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12721,
            "dataPath": "/badc/ecmwf-e40/data/lw/as/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 1.5 degree gridded surface level analysis time wave model data (lwas)",
                "uuid": "5a65fd368fd14fc4b3f392bdf143afa3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12706/?format=api"
            },
            "volume": 366407096659,
            "numberOfFiles": 1430406,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12722,
            "dataPath": "/badc/ecmwf-e40/data/gg/as/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded surface level analysis data (ggas)",
                "uuid": "be182d3928fe4ef0bad1a2b3086dbdb2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12709/?format=api"
            },
            "volume": 215202125825,
            "numberOfFiles": 3024369,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12723,
            "dataPath": "/badc/ecmwf-e40/data/gg/am/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded model level analysis time data (ggam)",
                "uuid": "8533502ffbcb4db7b341203d7fc0d6f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12712/?format=api"
            },
            "volume": 570835357877,
            "numberOfFiles": 165536,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12724,
            "dataPath": "/badc/ecmwf-e40/data/gg/ap/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded pressure level analysis data (ggap)",
                "uuid": "8a0c4723f7cc42a0aabc2e491f25f577",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12714/?format=api"
            },
            "volume": 636873073004,
            "numberOfFiles": 363177,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12726,
            "dataPath": "/badc/ecmwf-e40/data/gg/fp/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: reduced N80 Gaussian gridded pressure level forecast parameter data (ggfp)",
                "uuid": "71e610329df34d66a5b8cf74ca039fde",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12725/?format=api"
            },
            "volume": 7429962371,
            "numberOfFiles": 5655,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12728,
            "dataPath": "/badc/ecmwf-e40/data/sp/ap/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: T159 spherical harmonic gridded pressure level analysis data (spap)",
                "uuid": "3cf49f849b1f43d39d859b6a21f921b9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12727/?format=api"
            },
            "volume": 627822762030,
            "numberOfFiles": 525956,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12731,
            "dataPath": "/badc/ecmwf-e40/data/sp/at/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: T159 spherical harmonic gridded potential temperature level analysis data (spat)",
                "uuid": "e22c5a371e7144afa97d3884b99e1716",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12729/?format=api"
            },
            "volume": 307145749825,
            "numberOfFiles": 394468,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12732,
            "dataPath": "/badc/ecmwf-e40/data/sp/fp/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: T159 spherical harmonic gridded pressure level forecast time model data (spfp)",
                "uuid": "71795dcc3805495fa037fe52d0d337a3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12730/?format=api"
            },
            "volume": 8364212019,
            "numberOfFiles": 6329,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12733,
            "dataPath": "/neodc/esacci/sea_level/data/L4/MSLA/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Level Climate Change Initiative (Sea_Level_cci): Time series of gridded Sea Level Anomalies (SLA), Version 1.1",
                "uuid": "682e9b455aae4f8fb2275580e8e21f1f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12734/?format=api"
            },
            "volume": 1238700897,
            "numberOfFiles": 529,
            "fileFormat": "ECV products are stored using the NetCDF (Network Common Data Form) format and CF (Climate\r\nand Forecast) metadata conventions"
        },
        {
            "ob_id": 12735,
            "dataPath": "/neodc/esacci/sea_level/data/IND/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Level Climate Change Initiative (Sea_Level_cci): Oceanic Indicators of Mean Sea Level Changes,  Version 1.1",
                "uuid": "effd70debeb84e75a30cb98a76a48226",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12736/?format=api"
            },
            "volume": 27707687,
            "numberOfFiles": 11,
            "fileFormat": "ECV products are stored using the NetCDF (Network Common Data Form) format and CF (Climate\r\nand Forecast) metadata conventions"
        },
        {
            "ob_id": 12739,
            "dataPath": "/neodc/ncaveo_field/data/LAI_SunScan",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Leaf Area Index measurements collected using a Delta-T SunScan at the Brockley, Rickyard and Fairpiece field sites near Chilbolton",
                "uuid": "09e5a226db8df3dd0ddb83ee45b967cb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7923/?format=api"
            },
            "volume": 583234,
            "numberOfFiles": 6,
            "fileFormat": "Data are NASA-Ames formatted"
        },
        {
            "ob_id": 12740,
            "dataPath": "/neodc/ncaveo_field/data/Microtops",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Microtops II sun photometer data from the Cowdown Farm, Hampshire Golf club and Chilbolton Observatory field sites, Hampshire, UK",
                "uuid": "41a8097a36a2c26b316952bbec60b695",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7941/?format=api"
            },
            "volume": 155834,
            "numberOfFiles": 6,
            "fileFormat": "Data are NASA-Ames formatted"
        },
        {
            "ob_id": 12741,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/fm",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded model level accumulated forecast data (ggfm)",
                "uuid": "db97149f8aff4bafa988be907801ae38",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12711/?format=api"
            },
            "volume": 24024056576,
            "numberOfFiles": 6625,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12743,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/am",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded model level analysis time data (ggam)",
                "uuid": "3829ddbb0ec045ac881f3c520ddadcf2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12742/?format=api"
            },
            "volume": 18753964409,
            "numberOfFiles": 4226,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12746,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/at",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded potential temperature level analysis data (ggat)",
                "uuid": "eb2c076501fe40048665244999446dc5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12745/?format=api"
            },
            "volume": 6830050500,
            "numberOfFiles": 6337,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12748,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/av",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded potential vorticity level analysis data (ggav)",
                "uuid": "368ae215852f4b98a2cf7b06a7a791e9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12747/?format=api"
            },
            "volume": 1062453058,
            "numberOfFiles": 14785,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12753,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/as",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded surface level analysis data (ggas)",
                "uuid": "265d8868e63944938e95949ce4c0510b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12752/?format=api"
            },
            "volume": 6966482800,
            "numberOfFiles": 99265,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12755,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/fs",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded surface level forecast data (ggfs)",
                "uuid": "5cdf6840c48e410e8a86ce69fdda1bee",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12754/?format=api"
            },
            "volume": 6021856696,
            "numberOfFiles": 83795,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12756,
            "dataPath": "/badc/ecmwf-e40/data/mm/gg/ap",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average reduced N80 Gaussian gridded pressure level analysis data (ggap)",
                "uuid": "d9c24e38a1174563b1f5450b9a299d7a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12751/?format=api"
            },
            "volume": 20431697975,
            "numberOfFiles": 10561,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12763,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/am",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average reduced N80 Gaussian gridded model level analysis time data (ggam)",
                "uuid": "acfa2348efff41039ffc9d0507adafcb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12757/?format=api"
            },
            "volume": 4584286966,
            "numberOfFiles": 1057,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12764,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/ap",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average reduced N80 Gaussian gridded pressure level analysis data (ggap)",
                "uuid": "58e2701a25ec48f5bc811b6c73c5933c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12758/?format=api"
            },
            "volume": 5107925156,
            "numberOfFiles": 2641,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12765,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/as",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: Daily monthly average reduced N80 Gaussian gridded surface level analysis data (ggas)",
                "uuid": "45911bc6f26d47abb803e6b94ad23a7d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12759/?format=api"
            },
            "volume": 1703676655,
            "numberOfFiles": 24289,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12766,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/at",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: Daily monthly average reduced N80 Gaussian gridded potential temperature level analysis data (ggat)",
                "uuid": "a3651d1b5ff64290b2a2cd803380bf8b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12760/?format=api"
            },
            "volume": 1707513297,
            "numberOfFiles": 1585,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12767,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/av",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average reduced N80 Gaussian gridded potential vorticity level analysis data (ggav)",
                "uuid": "62d23625385a4d3c857c3921d10faa29",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12761/?format=api"
            },
            "volume": 265613935,
            "numberOfFiles": 3697,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12768,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/fm",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average reduced N80 Gaussian gridded model level accumulated forecast data (ggfm)",
                "uuid": "38dc6499ce9b46aaa2586e4182f2c5ce",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12762/?format=api"
            },
            "volume": 5744883773,
            "numberOfFiles": 1585,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12770,
            "dataPath": "/badc/ecmwf-e40/data/moda/gg/fs",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average reduced N80 Gaussian gridded surface level forecast data (ggfs)",
                "uuid": "117ec4fc589348e0a370ad727d62a125",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12769/?format=api"
            },
            "volume": 1403955523,
            "numberOfFiles": 19537,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12775,
            "dataPath": "/badc/ecmwf-e40/data/mm/sp/ap",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average T159 spherical harmonic gridded pressure level analysis data (spap)",
                "uuid": "0a413cacbf254a13aa53f9ef810daf98",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12771/?format=api"
            },
            "volume": 20168367482,
            "numberOfFiles": 16897,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12776,
            "dataPath": "/badc/ecmwf-e40/data/mm/sp/am",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average T159 spherical harmonic gridded model level analysis data (spam)",
                "uuid": "2fcd9c0c15bc447c870154406ad1fc64",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12772/?format=api"
            },
            "volume": 40052416631,
            "numberOfFiles": 16897,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12777,
            "dataPath": "/badc/ecmwf-e40/data/mm/sp/at",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: 6-hourly monthly average T159 spherical harmonic gridded potential temperature level analysis data (spat)",
                "uuid": "bc5683c38b3440d49973180ba5fae688",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12773/?format=api"
            },
            "volume": 9864962823,
            "numberOfFiles": 12673,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12778,
            "dataPath": "/badc/ecmwf-e40/data/mm/sp/fm",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12782,
            "dataPath": "/badc/ecmwf-e40/data/moda/sp/am",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: Daily monthly average T159 spherical harmonic gridded model level analysis data (spam)",
                "uuid": "e53d40669b5848cb86b4a9bcda29467e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12779/?format=api"
            },
            "volume": 10013104820,
            "numberOfFiles": 4225,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12783,
            "dataPath": "/badc/ecmwf-e40/data/moda/sp/ap",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily monthly average T159 spherical harmonic gridded pressure level analysis data (spap)",
                "uuid": "2b46212317124674b0e707fe1f99abe2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12780/?format=api"
            },
            "volume": 5042092535,
            "numberOfFiles": 4225,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12784,
            "dataPath": "/badc/ecmwf-e40/data/moda/sp/at",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ECMWF ERA-40: daily 6-hourly monthly average T159 spherical harmonic gridded potential temperature level analysis data (spat)",
                "uuid": "1eefb1fe011e400bb7645762902d26bd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12781/?format=api"
            },
            "volume": 2466241389,
            "numberOfFiles": 3169,
            "fileFormat": "Data are GRIB formatted"
        },
        {
            "ob_id": 12792,
            "dataPath": "/neodc/ncaveo_field/data/arsf/L3a",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: Level 3A ARSF Compact Airbone Spectrographic Imager 2 (CASI-2) data collected on board the Dornier Do228-101 D-CALM aircraft",
                "uuid": "b0ecc01a0c244162b5c4254ae03be45a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12790/?format=api"
            },
            "volume": 3596603200,
            "numberOfFiles": 19,
            "fileFormat": "Data is HDF formatted. "
        },
        {
            "ob_id": 12796,
            "dataPath": "/neodc/ncaveo_field/data/Field_spectra/BK_060618",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: ASD Field spectra N4406 data collected from Brockley field, near Chilbolton on the 18th June 2006",
                "uuid": "db06f38c6f214ecb922fa452cb2dc4e2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12795/?format=api"
            },
            "volume": 3063104,
            "numberOfFiles": 11,
            "fileFormat": "‘BK_060618_abs_10.pdf’ contains a plot of all 48 spectra with the noisy bands excluded. All the bands for the flag sites have been saved into an ENVI spectral library (‘BK_060618_abs_10’) and out from ENVI as a text file (‘BK_060618_abs_10.txt’)."
        },
        {
            "ob_id": 12797,
            "dataPath": "/badc/acsoe/data/ease-96/macehead/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA EASE-96: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
                "uuid": "19a10a2a96d55d689a039f35d646c833",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3711/?format=api"
            },
            "volume": 14288054,
            "numberOfFiles": 368,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12798,
            "dataPath": "/badc/acsoe/data/ease-97/macehead/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA EASE-97: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
                "uuid": "782ed83e690f0583f4f05f43a33f1d20",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3758/?format=api"
            },
            "volume": 45279505,
            "numberOfFiles": 534,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12805,
            "dataPath": "/neodc/ncaveo_field/data/arsf/eagleL3a",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAVEO: ARSF Specim AISA Eagle Level 3a data collected on board the Dornier Do228-101 D-CALM aircraft",
                "uuid": "714c110263864a82b3484c4351e120ca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12799/?format=api"
            },
            "volume": 5216364817,
            "numberOfFiles": 19,
            "fileFormat": "Data are in BIL, HDR and HDF format."
        },
        {
            "ob_id": 12809,
            "dataPath": "/badc/acsoe/data/ease-96/macehead-trajectories/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE OXICOA EASE-96: CAS Tropospheric Trajectory Model Data for the Mace Head Atmospheric Research Centre",
                "uuid": "fa3bdb659b2c9caa9ec3c6b931e6c215",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3754/?format=api"
            },
            "volume": 191413,
            "numberOfFiles": 4,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12810,
            "dataPath": "/neodc/esacci/ghg/data/crdp_2/L2/GOSAT/CH4_GOS_SRFP/v2.3.6",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): GOSAT CH4 Full Physics Level 2 Data Product (CH4_GOS_SRFP), version 2.3.6, generated with the SRFP (RemoTeC) algorithm",
                "uuid": "2630314f738644c9b2a6bc3194d615b7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12811/?format=api"
            },
            "volume": 1644377678,
            "numberOfFiles": 1663,
            "fileFormat": "The data are stored in Netcdf format which can be read with standard tools in the common\r\nprogramming languages (IDL, Matlab, Python, Fortran90, C++, etc)."
        },
        {
            "ob_id": 12812,
            "dataPath": "/neodc/esacci/ghg/data/crdp_2/L2/GOSAT/CH4_GOS_OCPR/v5.2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): GOSAT CH4 Proxy Level 2 Data Product, version 5.2 (CH4_GOS_OCPR) generated with the OCPR (UoL-PR) algorithm",
                "uuid": "0b1f65b7aee1462eb01c7c2c416c3454",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12813/?format=api"
            },
            "volume": 1969028808,
            "numberOfFiles": 1676,
            "fileFormat": "The data are stored in Netcdf format which can be read with standard tools in the common\r\nprogramming languages (IDL, Matlab, Python, Fortran90, C++, etc)."
        },
        {
            "ob_id": 12818,
            "dataPath": "/badc/acsoe/data/eae-96/macehead/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-96: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
                "uuid": "61a3d74d7eade3c91a98328ce72388d9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2058/?format=api"
            },
            "volume": 8536372,
            "numberOfFiles": 137,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12820,
            "dataPath": "/badc/acsoe/data/eae-97/macehead/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE MAGE EAE-97: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
                "uuid": "9d6ef1e83d6956ab9ba611c7cfe5ced4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2081/?format=api"
            },
            "volume": 45279502,
            "numberOfFiles": 534,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12823,
            "dataPath": "/badc/acsoe/data/hillcloud-97/h0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE ACE HILLCLOUD-97: Marine Boundary Layer Aerosol Data from Punta del Hidalgo, Tenerife, Spain",
                "uuid": "2c13b98e958abc9b76874acf50354d28",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2264/?format=api"
            },
            "volume": 20484,
            "numberOfFiles": 3,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12824,
            "dataPath": "/badc/acsoe/data/hillcloud-97/h1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE ACE HILLCLOUD-97: Marine Boundary Layer Aerosol Data from Taganana, Tenerife, Spain",
                "uuid": "67da076a684335f837f3c558e2ef673c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2267/?format=api"
            },
            "volume": 14486611,
            "numberOfFiles": 28,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12826,
            "dataPath": "/badc/acsoe/data/hillcloud-97/h2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE ACE HILLCLOUD-97: Marine Boundary Layer Aerosol Data from El Bailadero, Tenerife, Spain",
                "uuid": "830eac9857be084e61f902fc7ced8462",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2271/?format=api"
            },
            "volume": 4739104,
            "numberOfFiles": 21,
            "fileFormat": "The data files are NASA-Ames formatted."
        },
        {
            "ob_id": 12827,
            "dataPath": "/badc/acsoe/data/hillcloud-96/h1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSOE ACE HILLCLOUD-96: Marine Boundary Layer Aerosol Data from Taganana, Tenerife, Spain",
                "uuid": "0b02ebca3d4c4ea9b6d89024699ff762",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2239/?format=api"
            },
            "volume": 474389,
            "numberOfFiles": 2,
            "fileFormat": "The data files are NASA-Ames formatted."
        }
    ]
}