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=6500
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=6600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=6400",
    "results": [
        {
            "ob_id": 26563,
            "dataPath": "/badc/sa-monsoon/data/incompass/radiosondes",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "INCOMPASS: Radiosonde measurements from the Indian Institute of Technology (IIT) airstrip, Kanpur, India",
                "uuid": "28a48da1141447058f8d5323908e4b3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/25105/?format=api"
            },
            "volume": 163663579,
            "numberOfFiles": 140,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 26568,
            "dataPath": "/badc/deposited2018/curb/data/CanESM2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CURBCO2: Coupled Physical-biogeochemical ocean NEMO-HadOCC simulation output forced by CanESM2 atmosphere",
                "uuid": "3ecd1690bab2432db4ecb1de08388cfe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26556/?format=api"
            },
            "volume": 153631250152,
            "numberOfFiles": 406,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 26570,
            "dataPath": "/badc/deposited2018/curb/data/GFDL-ESM2M",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CURBCO2: Coupled Physical-biogeochemical ocean NEMO-HadOCC simulation output forced by GFDL-ESM2M atmosphere",
                "uuid": "cbc7f00cde514dfebfb8d75913ee4862",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26569/?format=api"
            },
            "volume": 105149493142,
            "numberOfFiles": 277,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 26572,
            "dataPath": "/badc/deposited2018/curb/data/HadGEM2-ES",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CURBCO2: Coupled Physical-biogeochemical ocean NEMO-HadOCC simulation output forced by HadGEM2-ES atmosphere",
                "uuid": "70440cf97bd04a9890800566f9d31399",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26571/?format=api"
            },
            "volume": 10629346743,
            "numberOfFiles": 28,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 26574,
            "dataPath": "/badc/deposited2018/curb/data/IPSL-CM5A-LR",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CURBCO2: Coupled Physical-biogeochemical ocean NEMO-HadOCC simulation output forced by IPSL-CM5A-LR atmosphere",
                "uuid": "5a819e8e510a47b7bd8b1356caed43cb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26573/?format=api"
            },
            "volume": 94119107925,
            "numberOfFiles": 249,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 26583,
            "dataPath": "/badc/ipcc-ddc/data/netcdf/ar4_v2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "20 and 30 year climatologies from CMIP3 climate model output as used in the 2007 IPCC Fourth Assessment Report (AR4)",
                "uuid": "e6edf4076e7e42f681f495ccf0ec22cb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26584/?format=api"
            },
            "volume": 13488312498,
            "numberOfFiles": 16002,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 26586,
            "dataPath": "/badc/ipcc-ddc/data/netcdf/sres",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "30 year climatologies from model output as used in the 2001 IPCC Third Assessment Report (TAR)",
                "uuid": "eca40c1addba4d0782aa7fd45e998c81",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26585/?format=api"
            },
            "volume": 649046392,
            "numberOfFiles": 3194,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 26587,
            "dataPath": "/badc/ipcc-ddc/data/netcdf/is92",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "30 year climatologies from model output as used in the 1995 IPCC Second Assessment Report (SAR)",
                "uuid": "ea4424762e754ae5971b911084bad162",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26588/?format=api"
            },
            "volume": 366763121,
            "numberOfFiles": 166,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 26602,
            "dataPath": "/badc/ch4-n2o-hotspots/data/montane-grasslands-seasonal",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Ground based measurements of carbon dioxide and methane taken from Tres Cruces (montane grasslands) in the Peruvian Andes (seasonal campaigns)",
                "uuid": "39ff3d8b84b341b8af6be78aaaaa5cdb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26600/?format=api"
            },
            "volume": 156163,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26609,
            "dataPath": "/badc/ch4-n2o-hotspots/data/montane-grasslands",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Ground-based measurements of carbon dioxide, methane and nitrous oxide taken from Tres Cruces (montane grassland) in the Peruvian Andes (2010-2013)",
                "uuid": "3d7412e881f74846b9f2e120e5083118",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26608/?format=api"
            },
            "volume": 64582,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26612,
            "dataPath": "/badc/deposited2018/science-communication/data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Climate Communication Project: Representing the Majority questionnaire asking participants about their attitudes towards climate change",
                "uuid": "f156350cfc3245dfa9f6c7252da5cd08",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26611/?format=api"
            },
            "volume": 68155,
            "numberOfFiles": 3,
            "fileFormat": "Data are csv formatted"
        },
        {
            "ob_id": 26616,
            "dataPath": "/badc/moya/data/halley-methane",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Methane Observations and Yearly Assessments (MOYA): Methane measurements by the British Antarctic Survey from the Halley Research Station in Antarctica",
                "uuid": "b36ed14d0a204f4fa6b1d884a516b26e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26615/?format=api"
            },
            "volume": 1827539,
            "numberOfFiles": 6,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26617,
            "dataPath": "/neodc/esacci/fire/data/burned_area/SFD/Africa/Sentinel2/pixel/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Fire Climate Change Initiative (Fire_cci): Small Fire Dataset (SFD) Burned Area pixel product for Sub-Saharan Africa, version 1.1",
                "uuid": "065f6040ef08485db989cbd89d536167",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26187/?format=api"
            },
            "volume": 41917713485,
            "numberOfFiles": 1395,
            "fileFormat": "The product is a set of three single-layer GeoTIFF files  (labelled JD, CL and LC in the filenames for layers 1 to 3 respectively).\r\n\r\nLayer 1 (JD):  Date of the first detection; Pixel Spacing = 0.00017966259deg (approx. 20m); Pixel value = Day of the year, from 1 to 365 (or 366) . A value of 0 is included when the pixel is not burned in the month; a value of -1 is allocated to pixels that are not observed in the month; a value of -2 is allocated to pixels that are not burnable (build up areas, bare areas, , snow and/or ice, open water). Data type = Integer; Number of layers = 1; Data depth = 16\r\n\r\nLayer 2: Confidence Level; Pixel Spacing = 0.00017966259deg (approx. 20m); Pixel value = 0 to 100, where the value is the probability in percentage that the pixel is actually burned, as a result of thedifferent steps of the burned area classification. The higher the value, the higher the confidence that the pixel is actually burned. A value of 0 is allocated to pixels that are not observed in the month, or not taken into account in the burned area processing (non burnable). Data type = Byte; Number of layers = 1; Data depth = 8\r\n\r\nLayer 3: Land cover of that pixel, extracted from the CCI S2 prototype Land Cover map at 20m of Africa 2016. N is the number of the land cover categories in the reference map. It is only valid when layer 1 &gt; 0. Pixel value is 0 to N under the following codes: 1 – Trees cover area; 2 – Shrubs cover area; 3 – Grassland; 4 – Cropland; 5 – Vegetation aquatic or regularly flooded; 6 – Lichen Mosses / Sparse vegetation; Pixel Spacing = 0.00017966259deg  (approx. 20m); Datatype = Byte; Number of layers = 1; Data depth = 8"
        },
        {
            "ob_id": 26621,
            "dataPath": "/badc/sonata/data/halley-co2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Southern OceaN optimal Approach To Assess the carbon state, variability and climatic drivers (SONATA): Carbon Dioxide measurements by the British Antarctic Survey from the Halley Research Station in Antarctica",
                "uuid": "84e30a69df5a4cd2b34eddb647c5c3d9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26620/?format=api"
            },
            "volume": 1798875,
            "numberOfFiles": 6,
            "fileFormat": "Data are BADC CSV formatted"
        },
        {
            "ob_id": 26623,
            "dataPath": "/neodc/aast_leicester/data/CST_L3S_V2.1/daily/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Along Track Scanning Radiometers Arctic combined Surface Temperature (AAST) daily mean Level 3 (L3S) dataset, v2.1",
                "uuid": "b8141fa5842b45e8863816da536def5a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26599/?format=api"
            },
            "volume": 180086262350,
            "numberOfFiles": 11819,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 26625,
            "dataPath": "/badc/cmorph/data/0.25deg-DLY_00Z",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CMORPH 0.25 degree daily precipitation estimates",
                "uuid": "651d864cf4d24f6bb321458666793f67",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26527/?format=api"
            },
            "volume": 3907294558,
            "numberOfFiles": 7823,
            "fileFormat": "Data are binary formatted."
        },
        {
            "ob_id": 26627,
            "dataPath": "/neodc/c3s_sst/data/ICDR_v2/AVHRR/L3C/v2.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Copernicus Climate Change Service Dataset: Sea Surface Temperature Integrated Climate Data Record (ICDR) from the  Advanced Very High Resolution Radiometer (AVHRR), Level 3C (L3C), version 2.0",
                "uuid": "f194fe3a5c4f4d0180f133535096b43b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26429/?format=api"
            },
            "volume": 256809098822,
            "numberOfFiles": 5102,
            "fileFormat": "NetCDF format"
        },
        {
            "ob_id": 26629,
            "dataPath": "/badc/cmorph/data/0.25deg-3HLY",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CMORPH 0.25 degree 3-hourly precipitation estimates",
                "uuid": "656b9c8effd0470080a8797e90c5ac44",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26628/?format=api"
            },
            "volume": 13893690603,
            "numberOfFiles": 8032,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 26652,
            "dataPath": "/badc/igp/data/HATPRO/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Iceland Greenland seas Project (IGP):Humidity and temperature profiles from the  NCAS Humidity And Temperature PROfilers (HATPRO) scanning radiometer on board the Alliance research vessel.",
                "uuid": "35f30876a4894169bb1ebeafe1e0c447",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26651/?format=api"
            },
            "volume": 634332023,
            "numberOfFiles": 361,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 26669,
            "dataPath": "/badc/deposited2018/WRF-himalaya/data/momentum-budget",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Momentum budget model data from the Dudh Koshi Valley, Nepalese Himalaya",
                "uuid": "4b825de1a86e42dbb7abe1f65dcd9abd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26672/?format=api"
            },
            "volume": 228944940054,
            "numberOfFiles": 45,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26674,
            "dataPath": "/badc/deposited2018/WRF-himalaya/data/snow-removal/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Momentum budget snow removal experiment model data from the Dudh Koshi Valley, Nepalese Himalaya",
                "uuid": "49ff98246c1f42d7bc0046ae4d0b7ea8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26673/?format=api"
            },
            "volume": 228944941825,
            "numberOfFiles": 47,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26678,
            "dataPath": "/neodc/tls/data/raw/fguiana/NOU-11",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data, French Guiana, Cayenne, Nourague Nature Reserve plot site (NOU-11), November 2015",
                "uuid": "33592524dd9a4b2f897edbddb69b3381",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26423/?format=api"
            },
            "volume": 68689279396,
            "numberOfFiles": 11145,
            "fileFormat": "Scan folder contain a number of file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 26682,
            "dataPath": "/neodc/esacci/fire/data/burned_area/MODIS/pixel/v5.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Fire Climate Change Initiative (Fire_cci): MODIS Fire_cci Burned Area Pixel product, version 5.1",
                "uuid": "58f00d8814064b79a0c49662ad3af537",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26434/?format=api"
            },
            "volume": 60713675075,
            "numberOfFiles": 1680,
            "fileFormat": "Data are in GeoTiff format and is composed of 4 files:\r\n...JD.tif: Day of first detection (Julian Day) of the burned area;\r\n...CL.tif: Confidence level of burned area detection;\r\n...LC.tif: Land cover of the pixel detected as burned as defined by the Land Cover CCI v2.0.7 product;\r\n....xml: Metadata of the product.\r\n\r\nThe Coordinate Reference System (CRS) used is a geographic coordinate system (GCS) based on the World Geodetic System 84 (WGS84) reference ellipsoid and using a Plate Carrée projection with geographical coordinates of equal pixel size."
        },
        {
            "ob_id": 26685,
            "dataPath": "/badc/deposited2017/clno2_assessment/data/uea-highvol/leicester",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 26688,
            "dataPath": "/badc/deposited2017/clno2_assessment/data/uea-highvol/weybourne",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 26691,
            "dataPath": "/badc/ukcp18/data/marine-sim/return-periods",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UKCP18 projected future extreme still water level at selected tide gauge locations for 2020-2100",
                "uuid": "5f739395b79a439f94aa36e2aca4d7c6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26690/?format=api"
            },
            "volume": 140035526,
            "numberOfFiles": 4,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26694,
            "dataPath": "/badc/ukcp18/data/marine-sim/return-periods-ext",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UKCP18 projected future extreme still water level at selected tide gauge locations for 2100-2300",
                "uuid": "242066d230a44986bf199f782e7f9008",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26693/?format=api"
            },
            "volume": 326684870,
            "numberOfFiles": 4,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26695,
            "dataPath": "/neodc/hycristal/data/uganda/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "High resolution meteorological data from a network of five stations in Kampala, Uganda",
                "uuid": "a2a8100c46794985b410ea436f24812a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26700/?format=api"
            },
            "volume": 7763187,
            "numberOfFiles": 9,
            "fileFormat": "The file have been supplied in BADC CSV format,  The first set dat files nambea have the form  Instrument_Location_20171117.csv  for example AWS_Naguru_20171117.csv  (these files cover the period  17/11/2018 - 30/06/2018). Subsequent data files  take the form Instrument_Location_DateFrom_DateTo.csv  e.g. raingauge_Kanyanya_20180107_20193006.csv (which covers date range 01/07/2018 - 30/06/2019)"
        },
        {
            "ob_id": 26709,
            "dataPath": "/badc/saprise/data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Ensemble of simulations for the SAPRISE (South Asian PRecIpitation: A SEamless assessment) project.",
                "uuid": "0a730d401f3d4fd1ae819636fa348685",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26710/?format=api"
            },
            "volume": 6669298626058,
            "numberOfFiles": 28675,
            "fileFormat": "netCDF"
        },
        {
            "ob_id": 26713,
            "dataPath": "/badc/faam/data/2018/c121-sep-14",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C121 AEOG flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "a511d5a7d5d64b5abf316e022976df27",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26714/?format=api"
            },
            "volume": 723711460,
            "numberOfFiles": 21,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 26724,
            "dataPath": "/badc/hi-acc-co2/data/zak_linelist",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "High accuracy room temperature line lists for the isotopologues of carbon dioxide",
                "uuid": "b8cbc75bfaa1414fa4431cff170a9e99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26712/?format=api"
            },
            "volume": 90041449,
            "numberOfFiles": 14,
            "fileFormat": "Data are in HITRAN 2004 format  (as defined in L.S. Rothman, D. Jacquemart, A. Barbe et al., \"The HITRAN 2004 molecular spectroscopic database\", Journal of Quantitative Spectroscopy and Radiative Transfer 96, 139-204 (2005).)"
        },
        {
            "ob_id": 26726,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_surface_elevation_change/cryosat2/v2.2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Surface Elevation Change from Cryosat-2, v2.2",
                "uuid": "41e9783d4caa447b99f653c065805579",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26642/?format=api"
            },
            "volume": 93901837,
            "numberOfFiles": 42,
            "fileFormat": "Contains three different types of data files:\r\n1) png plots of the surface elevation changes.\r\n2) gridded ASCII files of the surface elevation changes and their associated errors\r\n3) NetCDF files containing the surface elevation changes and their associated errors"
        },
        {
            "ob_id": 26729,
            "dataPath": "/badc/moya/data/stations/zeppelin",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Zeppelin Observatory",
                "uuid": "88d1bbf6110e42abb29fc6b16eda42a0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26719/?format=api"
            },
            "volume": 30364,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26730,
            "dataPath": "/badc/moya/data/stations/alert",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Alert, Canada",
                "uuid": "418208c3a0874a4aa2e49bdbc0a32d36",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26721/?format=api"
            },
            "volume": 15751,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26731,
            "dataPath": "/badc/moya/data/stations/ascension",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Methane Observations and Yearly Assessments (MOYA): Isotopic d13C methane measurements taken from Ascension Observatory",
                "uuid": "4ec1af9b0d0845e7b654ff9ca5694113",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26720/?format=api"
            },
            "volume": 5654,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 26735,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_surface_elevation_change/saral-altika/v0.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Surface Elevation Change grid from SARAL-AltiKa for 2013-2017, v0.1",
                "uuid": "0470e96f2d8245549ef2ba81842cdfd8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26650/?format=api"
            },
            "volume": 12178483,
            "numberOfFiles": 6,
            "fileFormat": "Version 0.1 of the product contains three files:\r\n1) NetCDF file containing the surface elevation change grids from AltiKa and\r\n   from Cryosat-2 (for comparison) for 2013-2017 and their associated errors\r\n2) PNG plot of the surface elevation change from AltiKa\r\n3) PNG plot of the surface elevation change from Cryosat-2"
        },
        {
            "ob_id": 26763,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_grounding_line_locations/v1.3/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Grounding Line Locations from SAR Interferometry,  v1.3",
                "uuid": "ea7a4cbe7b83450bb7a00bf3761c40d7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26644/?format=api"
            },
            "volume": 283357,
            "numberOfFiles": 74,
            "fileFormat": "Shape files"
        },
        {
            "ob_id": 26764,
            "dataPath": "/badc/gauge/data/tower/bilsdale/n2o/108m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26765,
            "dataPath": "/badc/gauge/data/tower/bilsdale/n2o/248m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26766,
            "dataPath": "/badc/gauge/data/tower/heathfield",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "GAUGE: Methane, Carbon Dioxide and Nitrous Oxide measurements taken from Heathfield Tower.",
                "uuid": "3b1502730218439bb9ae01d4d2f6f55a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26761/?format=api"
            },
            "volume": 118553123,
            "numberOfFiles": 6,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26767,
            "dataPath": "/badc/gauge/data/tower/heathfield/n2o/100m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26768,
            "dataPath": "/badc/gauge/data/tower/bilsdale",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "GAUGE: Methane, Carbon Dioxide and Nitrous Oxide measurements taken from Bilsdale Tower.",
                "uuid": "a389a79fcb0b45fbae2c76aedeec6234",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26760/?format=api"
            },
            "volume": 107359349,
            "numberOfFiles": 9,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 26769,
            "dataPath": "/badc/gauge/data/tower/bilsdale/ch4/108m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26770,
            "dataPath": "/badc/gauge/data/tower/bilsdale/ch4/42m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26771,
            "dataPath": "/badc/gauge/data/tower/bilsdale/co2/42m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26772,
            "dataPath": "/badc/gauge/data/tower/bilsdale/co2/248m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 26773,
            "dataPath": "/badc/gauge/data/tower/bilsdale/co2/108m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26774,
            "dataPath": "/badc/gauge/data/tower/heathfield/ch4/100m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26775,
            "dataPath": "/badc/gauge/data/tower/heathfield/ch4/50m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 26776,
            "dataPath": "/badc/gauge/data/tower/heathfield/co2/50m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26777,
            "dataPath": "/badc/gauge/data/tower/heathfield/co2/100m",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 26779,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/TU_Dresden/v1.2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by TU Dresden, v1.2",
                "uuid": "b017235a8e544d6fbad21387ebfbf0d8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26778/?format=api"
            },
            "volume": 8996299,
            "numberOfFiles": 35,
            "fileFormat": "Mass trend grids are in NetCDF format. Time series are in ASCII and png format."
        },
        {
            "ob_id": 26781,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/TU_Dresden/v1.3/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data (CSR RL06), derived by TU Dresden, v1.3",
                "uuid": "5970b33c92ef444793fb6d7e54d1230e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26780/?format=api"
            },
            "volume": 8967513,
            "numberOfFiles": 35,
            "fileFormat": "Mass trend grids are in NetCDF format. \r\nTime series are in ASCII and png format."
        },
        {
            "ob_id": 26783,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data (CSR RL06), derived by DTU Space, v1.5",
                "uuid": "ff4bfe39b7fe42fc993341d3cebdabb5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26782/?format=api"
            },
            "volume": 10636729,
            "numberOfFiles": 45,
            "fileFormat": "Mass trend grids are in NetCDF format. \r\nTime series are in ASCII and png format."
        },
        {
            "ob_id": 26785,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_gravimetric_mass_balance/DTU_Space/v1.4/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Gravimetric Mass Balance from GRACE data, derived by DTU Space,  v1.4",
                "uuid": "35ea8189e75e4b6f95e7c86812080ecb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26784/?format=api"
            },
            "volume": 11690445,
            "numberOfFiles": 47,
            "fileFormat": "Mass trend data are provided in NetCDF format.   Time series data are provided in ascii and png format."
        },
        {
            "ob_id": 26786,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2015-2016, v1.2",
                "uuid": "302f379334e84664bd3409d08eca6565",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26647/?format=api"
            },
            "volume": 149871783,
            "numberOfFiles": 5,
            "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents:  vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.).\r\nThe ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
        },
        {
            "ob_id": 26789,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2016_2017/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2016-2017, v1.0",
                "uuid": "24dc5d5429434ccdb349db04a1a3233d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26645/?format=api"
            },
            "volume": 142130563,
            "numberOfFiles": 5,
            "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents: vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.). The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
        },
        {
            "ob_id": 26790,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2017_2018/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Greenland Ice Velocity Map, Winter 2017-2018, v1.0",
                "uuid": "eaed9fba86c44e9c854dfbdec9d16b99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26648/?format=api"
            },
            "volume": 140934157,
            "numberOfFiles": 5,
            "fileFormat": "The data is provided as a NetCDF file (including all measurements and annotation), with the velocity compnents: vx, vy, vz and vv (magnitude of the horizontal components), along with maps showing valid pixel count and uncertainty (std.). The ice velocity map is provided at 500m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity is provided in true meters per day, towards EASTING(vx) and NORTHING(vy) direction of the grid, and the vertical displacement (vz), derived from a digital elevation model (GIMP, Howatt et al. 2014), is also provided."
        },
        {
            "ob_id": 26792,
            "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/rcp26",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UKCP18 Derived RCP2.6 Projections at 60km lat-lon Resolution for 1900-2100",
                "uuid": "539eed79d6774067ab53e1b421603943",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26791/?format=api"
            },
            "volume": 10236856600,
            "numberOfFiles": 227,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26795,
            "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/gwl2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UKCP18 Derived time-series of global annual mean temperature increase of 2°C (global warming level of 2°C) at 60km lat-lon Resolution for 1900-2100",
                "uuid": "fe6660946146493ba14b56aa23d5a98a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26794/?format=api"
            },
            "volume": 2480871380,
            "numberOfFiles": 220,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26798,
            "dataPath": "/badc/ukcp18/data/land-derived/uk/n216/gwl4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UKCP18 Derived time-series of global annual mean temperature increase of 4°C (global warming level of 4°C) at 60km lat-lon Resolution for 1900-2100",
                "uuid": "bf659725d8704ba694549b89926920dd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26797/?format=api"
            },
            "volume": 2024387040,
            "numberOfFiles": 184,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 26802,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_docker_smith/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Døcker Smith Glacier between 2016-05-08 and 2016-05-18, generated using Sentinel-2 data, v1.0",
                "uuid": "88d02eb5a6c14952aa88028894d8a69c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26667/?format=api"
            },
            "volume": 282395217,
            "numberOfFiles": 5,
            "fileFormat": "Data is in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26803,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_zachariae/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Zachariae Glacier between 2017-06-25 and 2017-08-10, generated using Sentinel-2 data, v1.1",
                "uuid": "ada968fd392d49fbbb07ac84eeb23ac6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26659/?format=api"
            },
            "volume": 263225233,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26806,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_79fjord/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the 79Fjord Glacier between 2017-06-25 and 2017-08-10, generated using Sentinel-2 data, v1.1",
                "uuid": "f31e8e988c4144bebe13892b53d08e42",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26660/?format=api"
            },
            "volume": 539909329,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26808,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_upernavik/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Upernavik Glacier between 2017-07-15 and 2017-08-14, generated using Sentinel-2 data, v1.1",
                "uuid": "84faf575c8e841a3a16476b05cbd657d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26661/?format=api"
            },
            "volume": 325848923,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format.  The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26809,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_hagen/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the Hagen Glacier between 2017-06-30 and 2017-08-14, generated using Sentinel-2 data, v1.1",
                "uuid": "e7fa45e785a64481960c3b140038c948",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26662/?format=api"
            },
            "volume": 208202019,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26810,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_jakobshavn/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Jakobshavn Glacier between 2017-06-03 and 2017-09-08, generated using Sentinel-2 data, v1.1",
                "uuid": "cfe3102659f34d33b123b2a0043e4068",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26663/?format=api"
            },
            "volume": 280158815,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26811,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_petermann/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Petermann Glacier between 2017-05-01 and 2017-09-14, generated using Sentinel-2 data, v1.1",
                "uuid": "94f3670150de4bac90773806e26646f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26664/?format=api"
            },
            "volume": 351639611,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26812,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_helheim/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Helheim Glacier between 2017-05-01 and 2017-08-29, generated using Sentinel-2 data, v1.1",
                "uuid": "1e3fcdc14e2246c69fc54f0e1fe7a6ca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26665/?format=api"
            },
            "volume": 284577103,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26813,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_50m_s2_kangerdlugssuaq/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Optical ice velocity of the  Kangerlussuaq Glacier between 2017-07-21 and 2017-08-20, generated using Sentinel-2 data, v1.1",
                "uuid": "aae643e1a7614c24b6b604dea82cad93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26666/?format=api"
            },
            "volume": 170032189,
            "numberOfFiles": 6,
            "fileFormat": "Data are in NetCDF format. The file provides components of the ice velocity and includes all measurements and annotations."
        },
        {
            "ob_id": 26814,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_csk_jakobshavn/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Jakobshavn Glacier from COSMO-SkyMed for 2012-2014, v1.0",
                "uuid": "2e54b40f184b44c797db36e192d2b679",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26668/?format=api"
            },
            "volume": 8758679,
            "numberOfFiles": 5,
            "fileFormat": "Data is provided as a single NetCDF file, containing components of the ice velocity and the magnitude of the velocity."
        },
        {
            "ob_id": 26816,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_storstrommen_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series of the Storstrommen glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
                "uuid": "8381d3f3998143fd9b53c7086b7061e3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26815/?format=api"
            },
            "volume": 78972025,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26820,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_helheim_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Helheim glacier from ERS-1, ERS-2 and Envisat data for 1996-2010, v1.1",
                "uuid": "17767027aa484505b7b732aee6619c74",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26656/?format=api"
            },
            "volume": 6097527,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26821,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_hagen_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Hagen glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
                "uuid": "27fc79c6e65f4302a18ec9788605c246",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26655/?format=api"
            },
            "volume": 113254643,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26822,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_zachariae_79fjord_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Zachariae and 79Fjord area from ERS-1, ERS-2 and Envisat data for 1991-2011, v1.1",
                "uuid": "2457272c747f4d6ca33cb40833bd9cc2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26657/?format=api"
            },
            "volume": 294596611,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26823,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_petermann_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Petermann glacier from ERS-1, ERS-2 and Envisat data for 1991-2010, v1.1",
                "uuid": "22254b5608ab430fa360d0ff7e71c34e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26658/?format=api"
            },
            "volume": 157496225,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26824,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_jakobshavn_timeseries/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series  for the Jakobshavn Isbrae glacier,  2002-2010, v1.1  (June 2016 release)",
                "uuid": "dcda86e1d52f44aaafcffb77b47ba1bb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19863/?format=api"
            },
            "volume": 503986247,
            "numberOfFiles": 144,
            "fileFormat": "Data are in NetCDF and GeoTiff format"
        },
        {
            "ob_id": 26825,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_jakobshavn_timeseries/v1.2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series  for the Jakobshavn glacier from ERS-1, ERS2 and ENVISAT data for 1992-2010, v1.2",
                "uuid": "a0d9764a3068439b997c42928ef739d2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26641/?format=api"
            },
            "volume": 155678863,
            "numberOfFiles": 8,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 26826,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_upernavik_timeseries/v1.1/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20105/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time series for the Upernavik region, 1992-2010, v1.1  (June 2016 release)",
                "uuid": "ec38bfab8ae64c8a8b9a8072c2765b9a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19864/?format=api"
            },
            "volume": 29480144,
            "numberOfFiles": 256,
            "fileFormat": "Data are in NetCDF and GeoTiff"
        },
        {
            "ob_id": 26827,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_upernavik_timeseries/v1.2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Upernavik glacier from ERS-1, ERS-2, Envisat and PALSAR data for 1992-2010, v1.2",
                "uuid": "8d475d7d92894765ad1ddda16de0e610",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26640/?format=api"
            },
            "volume": 380496700,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26829,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_kangerlussuaq_timeseries/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Kangerlussuaq glacier from ERS-1, ERS-2, Envisat for 1992-2008, v1.0",
                "uuid": "723067f77b8b43609079d721e3b4a3c7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26828/?format=api"
            },
            "volume": 17672734,
            "numberOfFiles": 6,
            "fileFormat": "Data is provided as a single NetCDF file."
        },
        {
            "ob_id": 26830,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_kangerlussuaq/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20171/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Kangerlussuaq Glacier for 2015-2016 from Sentinel-1, v1.0",
                "uuid": "7687e5d628f1496cbe6c2622642842b2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19987/?format=api"
            },
            "volume": 49804361,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26831,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_kangerlussuaq/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Kangerlussuaq Glacier for 2015-2017 from Sentinel-1, v1.1",
                "uuid": "925e3f0e807243e2936cc492f5207af6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26635/?format=api"
            },
            "volume": 95592654,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26832,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_jakobshavn/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20327/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Jakobshavn Isbrae for 2014-2016 from Sentinel-1 data, v1.0",
                "uuid": "d58ffcfd861a4f03bad97f77c505814b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19986/?format=api"
            },
            "volume": 32941430,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26834,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_jakobshavn/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Jakobshavn Glacier for 2014-2017 from Sentinel-1 data, v1.1",
                "uuid": "e1c0c34e0cc942898b3626efd1dcc095",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26636/?format=api"
            },
            "volume": 65330593,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26836,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_upernavik/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20328/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Upernavik Isstroem for 2014-2016 from Sentinel-1 data, v1.0",
                "uuid": "ea4fefb0e791495fb80d6f571f055a6b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19866/?format=api"
            },
            "volume": 101275280,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26837,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_upernavik/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Upernavik Glacier for 2014-2017 from Sentinel-1 data, v1.1",
                "uuid": "ef5c6596cae548c6aea9dea181c7624c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26632/?format=api"
            },
            "volume": 175054830,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26838,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_79fjord/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20332/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of 79-Fjord Glacier for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "3566cdffebf04ce784ad0fdcf094834a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19859/?format=api"
            },
            "volume": 55715101,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26839,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_79fjord/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the 79-Fjord Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "41e2300068b44fa190f24272dc08dcd0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26639/?format=api"
            },
            "volume": 113701087,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26840,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_petermann/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20331/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Petermann Glacier for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "b989a4bf8d534973918470118c0d96fe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19860/?format=api"
            },
            "volume": 60458117,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26841,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_petermann/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Petermann Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "81332b9a10f14bda8a1a83b6463bb6de",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26634/?format=api"
            },
            "volume": 129334270,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26842,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_zachariae/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20333/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Zachariae Isstroem for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "bf6bfa8a6ae74b27b6e5497ea3d45307",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19858/?format=api"
            },
            "volume": 61880151,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26843,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_zachariae/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Zachariae Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "e3dbdc32f7b6476e949d52d8d3990205",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26631/?format=api"
            },
            "volume": 150923918,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26844,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_storstroemmen/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20334/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Storstroemmen Glacier for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "7bb9375151cf44e7993664c10d8d3da5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19857/?format=api"
            },
            "volume": 50089666,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26845,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_storstroemmen/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Storstroemmen Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "1dd4c30a78d84e628cd8097bae3148fd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26633/?format=api"
            },
            "volume": 132623486,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26846,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_hagen/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20330/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Hagen Brae for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "e3a4bd4d857742c2922993722253f52b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19865/?format=api"
            },
            "volume": 19194756,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26847,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_hagen/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Hagen Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "5c9935b8b8854baeb7a256446293c03b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26638/?format=api"
            },
            "volume": 38722237,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26848,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_helheim/v1.0/",
            "oldDataPath": [
                "https://api.catalogue.ceda.ac.uk/api/v2/results/20329/?format=api"
            ],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity Time Series of the Helheim Glacier for 2015-2016 from Sentinel-1 data, v1.0",
                "uuid": "a21a03c1697f4d3f9bf3b2509d91b636",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/19862/?format=api"
            },
            "volume": 31749695,
            "numberOfFiles": 5,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards the EASTING(x) and NORTHING(y) directions of the grid."
        },
        {
            "ob_id": 26849,
            "dataPath": "/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_iv_250m_s1_helheim/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenland Ice Sheet Climate Change Initiative (Greenland_Ice_Sheet_cci): Ice Velocity time series for the Helheim Glacier for 2015-2017 from Sentinel-1 data, v1.1",
                "uuid": "0e289294f2c141bca545cd9d7fcb62d0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26637/?format=api"
            },
            "volume": 54583157,
            "numberOfFiles": 6,
            "fileFormat": "Data files are delivered in NetCDF format at 250m grid spacing in North Polar Stereographic projection (EPSG: 3413). The horizontal velocity components are provided in true meters per day, towards EASTING(x) and NORTHING(y) direction of the grid."
        },
        {
            "ob_id": 26853,
            "dataPath": "/badc/acse/data/leeds-datawell-dwr-g4-waverider",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Arctic Cloud Summer Expedition (ACSE): wave statistics, wave spectra and raw buoy displacement data from the University of Leeds Datawell DWR-G4-Waverider buoy deployed from the Icebreaker Oden",
                "uuid": "72d29f16054d4a8ca056796a8c5d6e3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/26852/?format=api"
            },
            "volume": 129894089,
            "numberOfFiles": 42,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}