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=900
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=1000",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=800",
    "results": [
        {
            "ob_id": 4999,
            "dataPath": "/badc/quest/data/marquest/pml_plankton/climatology",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 5006,
            "dataPath": "/badc/cru/data/PDSI/PDSI_CRU_TS_3.10.01_based",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Global maps of monthly self-calibrating Palmer Drought Severity Index (scPDSI) based on the Climatic Research Unit Time Series (CRU TS) 3.10.01 data (1901-2009)",
                "uuid": "00cc4b46f53408de0b397beaf209ec0b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5005/?format=api"
            },
            "volume": 1356252223,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 5009,
            "dataPath": "/badc/solas/data/capeverde/uea-doas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS: University of East Anglia LongPath DOAS at Cape Verde Observatory (2009)",
                "uuid": "4fee3f23f1ace59f839333a6f7280bf5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5008/?format=api"
            },
            "volume": 109882,
            "numberOfFiles": 3,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5014,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5018,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5022,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5025,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5029,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5032,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5035,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5038,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5041,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5045,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5048,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5051,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "NASA Ames\r\n\r\n\r\n"
        },
        {
            "ob_id": 5054,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5057,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5060,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5063,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5066,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5069,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5072,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/leeds-fage-io",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff Experiment University of Leeds Laser Induced Fluorescence",
                "uuid": "5c5da0f5148e85f906fd4dbf0b169a86",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5071/?format=api"
            },
            "volume": 57859,
            "numberOfFiles": 21,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5077,
            "dataPath": "/badc/solas/data/capeverde/leeds-fr-jo1d",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS: Leeds: J(o1d) filter radiometer at Cape Verde Observatory (2007-2009)",
                "uuid": "ae74d6219ff0e863713c9c48a389fce7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5076/?format=api"
            },
            "volume": 27145362,
            "numberOfFiles": 6,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5080,
            "dataPath": "/badc/solas/data/slatea/cam-diracfmw/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-SLATEA: Green House Gas measurements from the Cambridge microDirac instrument on board the NERC-ARSF Dornier aircraft - Cape Verde",
                "uuid": "17b49dadc38ad340fcd927c232088d4b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5079/?format=api"
            },
            "volume": 26389,
            "numberOfFiles": 7,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5085,
            "dataPath": "/badc/solas/data/slatea/core-dornier-data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-SLATEA: Meteorology and chemistry measurements made on board the NERC-ARSF Dornier aircraft - Cape Verde",
                "uuid": "271b0a66ed2afba3e1fc5355a45ab7be",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5084/?format=api"
            },
            "volume": 1690679,
            "numberOfFiles": 8,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5089,
            "dataPath": "/badc/solas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data Availability and File format&lt;/div&gt;\n&lt;p&gt;\n\nThe standard formats for the UK SOLAS programme are &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; \nand &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;.\n&lt;/p&gt;&lt;p&gt;\nFile names follow the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;.\n\n&lt;/p&gt;&lt;h3&gt;\nInstructions to data providers\n&lt;/h3&gt;\n\n&lt;b&gt;Data file format&lt;/b&gt;\n\n&lt;br /&gt;The standard formats for use in UK SOLAS are either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; (binary) or \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; (ASCII) format. To ensure the future usability of the \ndata, it is important to include all necessary information about the data with the file. This is termed \n&lt;a href=\"http://badc.nerc.ac.uk/help/metadata/\"&gt;metadata&lt;/a&gt;. The data files submitted should \nconform to the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/index_cf.html\"&gt;Climate and Forecasts \n(CF) Metadata Convention&lt;/a&gt;.\nIf you wish to check that files are correctly formatted before uploading them \nplease use the &lt;a href=\"http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl\"&gt;\nNetCDF format checker&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/dataex_file.cgi.pl\"&gt;\nNASA-Ames format checker&lt;/a&gt;.\nMany data files contain the variable &lt;i&gt;time&lt;/i&gt; which can be expressed in \nseveral ways. Guidelines on the &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/nasa-ames-time.htm\"&gt; \n\nrecommended format of the time-variable&lt;/a&gt;  header lines, units and the data values in \nNasa-Ames files are available and are based on the format used in NetCDF.\n\n&lt;p&gt;&lt;b&gt;Data file names&lt;/b&gt;\n&lt;br /&gt;Please use standardised filenames as described on the &lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;\nfile-naming convention page&lt;/a&gt;. Note that the first component of the file name is the instrument (or group of\ninstruments, or model) name. Please refer to the current list of standard\n&lt;a href=\"http://badc.nerc.ac.uk/filespec_doc?id=INSTRUMENTAL&amp;amp;hfile=1#Instrument\"&gt;instrument/model names&lt;/a&gt;\nand advise the &lt;a href=\"mailto:badc@rl.ac.uk\"&gt;BADC&lt;/a&gt; if\nyour instrument or model is not yet in the list.\n\n&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data file submission&lt;/b&gt;\n\n&lt;br /&gt;To upload your data files to the BADC, you will need to register for one of the above projects which are linked\nfrom the top of the page.\n&lt;br /&gt;\nThe &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/fileuploader/SOLAS_directory_selection\"&gt;UK SOLAS web uploader&lt;/a&gt;\nwill allow you to submit data files or documents to the BADC.\nLarge amounts of files can also be submitted by ftp. \n&lt;/p&gt;\n\n&lt;/div&gt;\n"
        },
        {
            "ob_id": 5092,
            "dataPath": "/badc/solas/data/slatea/york-dc-gc-fid1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-SLATEA: York Ethane and Propane measurements made on board the NERC-ARSF Dornier aircraft - Cape Verde",
                "uuid": "458f1f38122cde0d1e560a6bd0333ea9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5091/?format=api"
            },
            "volume": 12289,
            "numberOfFiles": 6,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5095,
            "dataPath": "/badc/solas/data/capeverde/leic-perca",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS: Leicester Sum of peroxy radical measurements at Cape Verde Atmospheric Observatory (2009)",
                "uuid": "de58a4d674b83807cfe95d72c025facb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5094/?format=api"
            },
            "volume": 399386,
            "numberOfFiles": 4,
            "fileFormat": "Data are NASA Ames formatted\r\n"
        },
        {
            "ob_id": 5098,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/york-noxy",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff experiment NOxy measurements",
                "uuid": "b8de63f50e61dfcd4cf5249aa233fb76",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5097/?format=api"
            },
            "volume": 3029592,
            "numberOfFiles": 2,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5102,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/york-gcms",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff experiment Halocarbon measurements",
                "uuid": "10d7fdf1b467b8b5629bb1150ef5dcf8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5101/?format=api"
            },
            "volume": 72216,
            "numberOfFiles": 2,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5105,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/york-o3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff experiment Ozone measurements",
                "uuid": "71cdcf18af78758c41025f709554dda8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5104/?format=api"
            },
            "volume": 1735800,
            "numberOfFiles": 2,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5108,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/leeds-lpdoas",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff Experiment Longpath DOAS from Leeds",
                "uuid": "ca301ffd2207907dd45660492d13b250",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5107/?format=api"
            },
            "volume": 138290,
            "numberOfFiles": 5,
            "fileFormat": "Data are NASA-Ames formatted"
        },
        {
            "ob_id": 5112,
            "dataPath": "/badc/solas/data/rhamble/roscoff-2006/man-eddy-correlation",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SOLAS-Rhamble: Roscoff experiment Micrometeorological parameters, ozone and particle fluxes",
                "uuid": "4cb65b399494b300e2bf647f828a20c3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5111/?format=api"
            },
            "volume": 370554,
            "numberOfFiles": 2,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5116,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5120,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5123,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5126,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5129,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5132,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5135,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5138,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5141,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5144,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5147,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5150,
            "dataPath": "/badc/eaquate/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;\nThe EAQUATE archive maintained at the BADC will include the following\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Data from ground based instruments.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the Proteus aircraft.\n&lt;/li&gt;&lt;li&gt;Data collected aboard the FAAM Bae-146 aircraft (14-18 September 2004).\n&lt;/li&gt;&lt;li&gt;AIRS data collected aboard Aqua and covering areas over which the two\n    aircrafts have flown.\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;/ul&gt;\n\n&lt;p&gt;\nData collected onboard the FAAM Bae-146 aircraft is stored in the\n &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/eaquate/\"&gt;EAQUATE archive&lt;/a&gt; at the BADC.\n&lt;/p&gt;\nThese data include both core and non-core data (for a definition of core data, see the document on &lt;a href=\"http://www.faam.ac.uk/index.php/science-instruments\"&gt;FAAM Instruments&lt;/a&gt;).&lt;p /&gt;\n&lt;p&gt;\nFAAM processed core data are stored in\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt;.\nProcessed non-core data are stored in\n&lt;a href=\"http;//badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt;. Raw core data are stored in zipped VMS files.\nSome software to read, manipulate and convert these formats into each other are\nprovided by the BADC (software directory in the FAAM archive) or other agencies.\n&lt;/p&gt;\n\n\n&lt;p&gt;EAQUATE data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \n&lt;/p&gt;&lt;p&gt;File names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n&lt;/p&gt;\n&lt;/div&gt;\n\n"
        },
        {
            "ob_id": 5343,
            "dataPath": "/badc/ufam/shoeburyness/data/salford-lidar-dop-1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Shoeburyness Field Trial: Salford Lidar measurements",
                "uuid": "ce26463b7f585ce04e63a01c9b17a118",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5342/?format=api"
            },
            "volume": 14372263,
            "numberOfFiles": 55,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 5347,
            "dataPath": "/badc/ufam/shoeburyness/data/salford-aws-1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Shoeburyness Field Trial: Automatic weather station measurements",
                "uuid": "397efb805727659da17e495eef18cb4d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5346/?format=api"
            },
            "volume": 1091975,
            "numberOfFiles": 19,
            "fileFormat": "Data are netCDF formatted\r\n"
        },
        {
            "ob_id": 5351,
            "dataPath": "/badc/quest/data/qfish/gcoms",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "QUEST Fish: Global Coastal-Ocean Modelling System fish biomass estimates",
                "uuid": "9dbb38143be692c2a1bed7a0fa3d4447",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5350/?format=api"
            },
            "volume": 365115428,
            "numberOfFiles": 27,
            "fileFormat": "Data are CSV formatted. For more information please refer to the README file"
        },
        {
            "ob_id": 5355,
            "dataPath": "/badc/free/data/NE-E002013-1_density_forecasts",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Flood Risk for Extreme Events (FREE): British Rainfall Digital Archive (1867-1968)",
                "uuid": "da4e44cdcdb662991c1f0ba2425c5650",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5354/?format=api"
            },
            "volume": 64181132,
            "numberOfFiles": 566,
            "fileFormat": "Data are CSV formatted"
        },
        {
            "ob_id": 5360,
            "dataPath": "/badc/quest/data/marquest/pml_plankton",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MarQUEST: Phytoplankton Size Class (Micro, Nano, Pico) for 1998-2007 estimated from SeaWiFS/SeaStar Level 3 products",
                "uuid": "02f6ef21247f465fe14b5cb5246c255c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5359/?format=api"
            },
            "volume": 1232027187,
            "numberOfFiles": 12,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 5363,
            "dataPath": "/badc/CDs/aase9192/data/raob/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Radiosonde data from AASE II Radiosonde stations during the Airborne Arctic Stratospheric Expedition II (AASE II) Project",
                "uuid": "7ff63e13cd2865c19a2b918c127c51a3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5362/?format=api"
            },
            "volume": 37184522,
            "numberOfFiles": 171,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\r\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \r\ncopy of the CD from one of the contact addresses listed below. \r\n&lt;/p&gt;&lt;p&gt;\r\nAll files within this release are standard \r\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\r\nrecords. \r\nIn general, the file naming convention uses a two-character prefix to \r\nidentify the measurement, followed by a six digit number (yymmdd) giving \r\nthe year, month, and day (UT) of the flight, balloon launch, or model\r\nresult.  To identify the measurement platform, a three character extension\r\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\r\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\r\nballoon launch or model result).  Exceptions to this convention are the\r\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\r\naerosol loading factors; the TOMS data files which have the extensions \r\nN7; and the chemical modelling result MA911006.H00.\r\n&lt;/p&gt;&lt;/div&gt;\r\n"
        },
        {
            "ob_id": 5368,
            "dataPath": "/badc/CDs/aase9192/data/dc8/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Airborne in-situ data from mounted instruments on board the NASA DC-8 aircraft for the Airborne Arctic Stratospheric Expedition II (AASE II) Project",
                "uuid": "156b3c2b7f9d964b6f87eaeb38a7b6aa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5367/?format=api"
            },
            "volume": 139431082,
            "numberOfFiles": 386,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\r\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \r\ncopy of the CD from one of the contact addresses listed below. \r\n&lt;/p&gt;&lt;p&gt;\r\nAll files within this release are standard \r\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\r\nrecords. \r\nIn general, the file naming convention uses a two-character prefix to \r\nidentify the measurement, followed by a six digit number (yymmdd) giving \r\nthe year, month, and day (UT) of the flight, balloon launch, or model\r\nresult.  To identify the measurement platform, a three character extension\r\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\r\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\r\nballoon launch or model result).  Exceptions to this convention are the\r\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\r\naerosol loading factors; the TOMS data files which have the extensions \r\nN7; and the chemical modelling result MA911006.H00.\r\n&lt;/p&gt;&lt;/div&gt;\r\n"
        },
        {
            "ob_id": 5374,
            "dataPath": "/badc/CDs/aase9192/data/er2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Airborne in-situ data from mounted instruments on board the NASA ER-2 aircraft for the Airborne Arctic Stratospheric Expedition II (AASE II) Project",
                "uuid": "c0dcdf5728f9d240b22e96d188dbd8b7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5373/?format=api"
            },
            "volume": 172170067,
            "numberOfFiles": 595,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\r\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \r\ncopy of the CD from one of the contact addresses listed below. \r\n&lt;/p&gt;&lt;p&gt;\r\nAll files within this release are standard \r\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\r\nrecords. \r\nIn general, the file naming convention uses a two-character prefix to \r\nidentify the measurement, followed by a six digit number (yymmdd) giving \r\nthe year, month, and day (UT) of the flight, balloon launch, or model\r\nresult.  To identify the measurement platform, a three character extension\r\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\r\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\r\nballoon launch or model result).  Exceptions to this convention are the\r\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\r\naerosol loading factors; the TOMS data files which have the extensions \r\nN7; and the chemical modelling result MA911006.H00.\r\n&lt;/p&gt;&lt;/div&gt;\r\n"
        },
        {
            "ob_id": 5377,
            "dataPath": "/badc/CDs/aase9192/data/o3sonde",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Airborne Arctic Stratospheric Expedition II (AASE II) Project Ozonesondes measurements at Alert, Churchill, Goose Bay, Iqaluit, Stony Plain and Resolute in Canada",
                "uuid": "d42dc559b35b24fb762c77ab391b82d1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5376/?format=api"
            },
            "volume": 1344891,
            "numberOfFiles": 235,
            "fileFormat": "Data are NASA Ames formatted. "
        },
        {
            "ob_id": 5381,
            "dataPath": "/badc/CDs/aase9192/data/model",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Airborne Arctic Stratospheric Expedition II (AASE II) Project Model Data",
                "uuid": "f7deb7150ca85b63c3c7e6b1d143579e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5380/?format=api"
            },
            "volume": 75504429,
            "numberOfFiles": 223,
            "fileFormat": "Data are NASA Ames formatted."
        },
        {
            "ob_id": 5385,
            "dataPath": "/badc/CDs/aase9192/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \ncopy of the CD from one of the contact addresses listed below. \n&lt;/p&gt;&lt;p&gt;\nAll files within this release are standard \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\nrecords. \nIn general, the file naming convention uses a two-character prefix to \nidentify the measurement, followed by a six digit number (yymmdd) giving \nthe year, month, and day (UT) of the flight, balloon launch, or model\nresult.  To identify the measurement platform, a three character extension\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\nballoon launch or model result).  Exceptions to this convention are the\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\naerosol loading factors; the TOMS data files which have the extensions \nN7; and the chemical modelling result MA911006.H00.\n&lt;/p&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5389,
            "dataPath": "/badc/CDs/aase9192/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \ncopy of the CD from one of the contact addresses listed below. \n&lt;/p&gt;&lt;p&gt;\nAll files within this release are standard \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\nrecords. \nIn general, the file naming convention uses a two-character prefix to \nidentify the measurement, followed by a six digit number (yymmdd) giving \nthe year, month, and day (UT) of the flight, balloon launch, or model\nresult.  To identify the measurement platform, a three character extension\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\nballoon launch or model result).  Exceptions to this convention are the\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\naerosol loading factors; the TOMS data files which have the extensions \nN7; and the chemical modelling result MA911006.H00.\n&lt;/p&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5393,
            "dataPath": "/badc/CDs/aase9192/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \ncopy of the CD from one of the contact addresses listed below. \n&lt;/p&gt;&lt;p&gt;\nAll files within this release are standard \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\nrecords. \nIn general, the file naming convention uses a two-character prefix to \nidentify the measurement, followed by a six digit number (yymmdd) giving \nthe year, month, and day (UT) of the flight, balloon launch, or model\nresult.  To identify the measurement platform, a three character extension\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\nballoon launch or model result).  Exceptions to this convention are the\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\naerosol loading factors; the TOMS data files which have the extensions \nN7; and the chemical modelling result MA911006.H00.\n&lt;/p&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5397,
            "dataPath": "/badc/CDs/aase9192/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \ncopy of the CD from one of the contact addresses listed below. \n&lt;/p&gt;&lt;p&gt;\nAll files within this release are standard \n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\nrecords. \nIn general, the file naming convention uses a two-character prefix to \nidentify the measurement, followed by a six digit number (yymmdd) giving \nthe year, month, and day (UT) of the flight, balloon launch, or model\nresult.  To identify the measurement platform, a three character extension\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\nballoon launch or model result).  Exceptions to this convention are the\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\naerosol loading factors; the TOMS data files which have the extensions \nN7; and the chemical modelling result MA911006.H00.\n&lt;/p&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5401,
            "dataPath": "/badc/CDs/aase9192/data/toms/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Airborne Arctic Stratospheric Expedition II (AASE II) Project data from the NIMBUS-7 Total Ozone Mapping Spectrometer (TOMS) on board the NIMBUS 7 Satellite",
                "uuid": "f62ba50e5bbf2d2df7134ce6401e6231",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5400/?format=api"
            },
            "volume": 37317092,
            "numberOfFiles": 175,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;The data are held on CD-ROM at the BADC and are &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/CDs/aase9192/\"&gt;available for browsing\r\npurposes&lt;/a&gt;.If you want to use the data in earnest you should order a \r\ncopy of the CD from one of the contact addresses listed below. \r\n&lt;/p&gt;&lt;p&gt;\r\nAll files within this release are standard \r\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/ms-dos/ms-dos.html\"&gt;MS-DOS ASCII&lt;/a&gt; files with variable length\r\nrecords. \r\nIn general, the file naming convention uses a two-character prefix to \r\nidentify the measurement, followed by a six digit number (yymmdd) giving \r\nthe year, month, and day (UT) of the flight, balloon launch, or model\r\nresult.  To identify the measurement platform, a three character extension\r\nof EA1, DA1, Bhh, or Ghh is used to denote the data is from the ER-2,\r\nDC-8, balloon, or grid point model output (hh denotes the UT hour of\r\nballoon launch or model result).  Exceptions to this convention are the\r\nSFyymmdd.Enn files which use the extensions E00, E01, E05, E30 to denote\r\naerosol loading factors; the TOMS data files which have the extensions \r\nN7; and the chemical modelling result MA911006.H00.\r\n&lt;/p&gt;&lt;/div&gt;\r\n"
        },
        {
            "ob_id": 5437,
            "dataPath": "/badc/quest/data/palaeoqump",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "QUEST PalaeoQUMP: Charcoal Database",
                "uuid": "56bc5aa7867e3702fec1b3f7f35d812b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5436/?format=api"
            },
            "volume": 29942052,
            "numberOfFiles": 4,
            "fileFormat": "Data are stored in a Microsoft Access database file"
        },
        {
            "ob_id": 5440,
            "dataPath": "/badc/coapec/data/HadCM3_beowulf",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Coupled Ocean Atmosphere and European Climate (COAPEC): Hadley Centre Coupled Model 3 (HadCM3) deployed on BADC Beowulf",
                "uuid": "073b469a1ab229c4605cab20023a5e99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5439/?format=api"
            },
            "volume": 758049290359,
            "numberOfFiles": 45574,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 5444,
            "dataPath": "/badc/coapec/data/MOM",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Coupled Ocean Atmosphere and European Climate (COAPEC): GFDL Modular Ocean Model (MOM) data at University of Maryland",
                "uuid": "bfff8ee1779b8663bb2c055ab17186ca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5443/?format=api"
            },
            "volume": 5552952112,
            "numberOfFiles": 106,
            "fileFormat": "Data are netCDF formatted\r\n"
        },
        {
            "ob_id": 5447,
            "dataPath": "/badc/coapec/data/ecmwf_seasonal_fcs",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Unknown"
        },
        {
            "ob_id": 5449,
            "dataPath": "/badc/coapec/data/soc_flux/freshwater_flux_monthly",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Coupled Ocean Atmosphere and European Climate (COAPEC): Southampton Oeanographic Centre (SOC)  Freshwater monthly data",
                "uuid": "2a6a8b859b4dd7c866d773da521e547d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5448/?format=api"
            },
            "volume": 92621913,
            "numberOfFiles": 169,
            "fileFormat": "Data are ASCII and netCDF formatted\r\n"
        },
        {
            "ob_id": 5457,
            "dataPath": "/badc/nocs_flux/data/noc1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NOC 1.1: National Oceanography Centre Surface Flux Climatology (version 1.1)",
                "uuid": "935c64a1c57bba456e036f7f5767c339",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5456/?format=api"
            },
            "volume": 22772048,
            "numberOfFiles": 23,
            "fileFormat": "File format is COARDS compliant netCDF. Files are compressed (.Z).\r\n"
        },
        {
            "ob_id": 5459,
            "dataPath": "/badc/nocs_flux/data/nocs1.1a",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": null
        },
        {
            "ob_id": 5461,
            "dataPath": "/badc/nocs_flux/data/nocs2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": null
        },
        {
            "ob_id": 5464,
            "dataPath": "/badc/CDs/aase89/data/toms/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: NIMBUS-7 Total Ozone Mapping Spectrometer (TOMS) measuerments taken on board the NIMBUS 7 Satellite",
                "uuid": "aa37ce9fde56e681c8affbf33dc67218",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5463/?format=api"
            },
            "volume": 19300981,
            "numberOfFiles": 91,
            "fileFormat": "Data are ASCII formatted\r\n"
        },
        {
            "ob_id": 5469,
            "dataPath": "/badc/CDs/aase89/data/sam2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: Stratospheric Aerosol Measurements II (SAM II) on board the NIMBUS 7 Satellite",
                "uuid": "9713d7c2eef749e96ce4345afba108b4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5468/?format=api"
            },
            "volume": 1107836,
            "numberOfFiles": 3,
            "fileFormat": "Data are ASCII formatted"
        },
        {
            "ob_id": 5474,
            "dataPath": "/badc/CDs/aase89/data/dc8/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: Airborne in-situ data from mounted instruments on board the NASA DC-8 aircraft",
                "uuid": "30ca0a1d73788950154a2051f6348e80",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5473/?format=api"
            },
            "volume": 164204290,
            "numberOfFiles": 387,
            "fileFormat": "Data are ASCII formatted"
        },
        {
            "ob_id": 5477,
            "dataPath": "/badc/CDs/aase89/data/er2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: Airborne in-situ data from instruments mounted on the NASA ER-2 aircraft",
                "uuid": "5bc5a21de1e01b6879772d4cb0cb0818",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5476/?format=api"
            },
            "volume": 80210916,
            "numberOfFiles": 352,
            "fileFormat": "Data are ASCII formatted"
        },
        {
            "ob_id": 5480,
            "dataPath": "/badc/CDs/aase89/data/o3sonde/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: Ozonesondes measurements from the AASE radiosonde stations",
                "uuid": "951add6da625e76bc8fdbc579e674619",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5479/?format=api"
            },
            "volume": 717179,
            "numberOfFiles": 82,
            "fileFormat": "Data are ASCII formatted"
        },
        {
            "ob_id": 5484,
            "dataPath": "/badc/CDs/aase89/data/raob/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "AASE: Radiosonde data from the AASE Radiosonde stations",
                "uuid": "6cf327955f062d8d99f9bb6f9aa842e8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5483/?format=api"
            },
            "volume": 4481916,
            "numberOfFiles": 110,
            "fileFormat": "Data are ASCII formatted"
        },
        {
            "ob_id": 5489,
            "dataPath": "/badc/ecmwf-era/data/gridded",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are GRIB 1 formatted.\r\n\r\n"
        },
        {
            "ob_id": 5494,
            "dataPath": "/badc/ufam/intercomparison/data/salford-lidar-dop-1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "The Universities' Facility for Atmospheric Measurement (UFAM) Intercomparison Experiment wind profile data from the Salford Doppler lidar",
                "uuid": "be0e6b258fbf7e8f1bcd56e8d2a789ec",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5493/?format=api"
            },
            "volume": 3693378,
            "numberOfFiles": 98,
            "fileFormat": "Data are netCDF formatted "
        },
        {
            "ob_id": 5499,
            "dataPath": "/badc/cira",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data File Format&lt;/div&gt;\n&lt;p&gt;\n\nThe &lt;a href=\"http://badc.nerc.ac.uk/data/cira/acquiring.html\"&gt;CIRA data&lt;/a&gt; are held &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/cira/\"&gt;online at the\nBADC&lt;/a&gt;. They are held in ASCII tables which\ncan be displayed on your web browser, and then `saved'\non to your computer. CIRA-86 is also now available in &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; format (cira.nc as kindly provided by a BADC user). \n&lt;/p&gt;&lt;p&gt;The CIRA dataset held at the BADC is a corrected version of the original CIRA data files as provided by J.Barnett (July 1990) in ascii format. Original CIRA data files (Binary format) are available for download from the National Space Science Data Center (NSSDC) anonymous FTP site at &lt;a href=\"ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira\"&gt;(ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira)&lt;/a&gt; together with the driver program CIRAT, a Fortran code which allows fast and easy display of density, temperature and pressure for specified conditions.\n\n&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5503,
            "dataPath": "/badc/cira",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data File Format&lt;/div&gt;\n&lt;p&gt;\n\nThe &lt;a href=\"http://badc.nerc.ac.uk/data/cira/acquiring.html\"&gt;CIRA data&lt;/a&gt; are held &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/cira/\"&gt;online at the\nBADC&lt;/a&gt;. They are held in ASCII tables which\ncan be displayed on your web browser, and then `saved'\non to your computer. CIRA-86 is also now available in &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; format (cira.nc as kindly provided by a BADC user). \n&lt;/p&gt;&lt;p&gt;The CIRA dataset held at the BADC is a corrected version of the original CIRA data files as provided by J.Barnett (July 1990) in ascii format. Original CIRA data files (Binary format) are available for download from the National Space Science Data Center (NSSDC) anonymous FTP site at &lt;a href=\"ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira\"&gt;(ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira)&lt;/a&gt; together with the driver program CIRAT, a Fortran code which allows fast and easy display of density, temperature and pressure for specified conditions.\n\n&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5507,
            "dataPath": "/badc/cira/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "COSPAR International Reference Atmosphere (CIRA-86): Global compilations of ground-based, radiosonde, NIMBUS satellite and MSIS-86 model data from 1963-1973",
                "uuid": "d758b820b4eba646ff0d6c05b552e23d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5506/?format=api"
            },
            "volume": 1457772,
            "numberOfFiles": 15,
            "fileFormat": "Original data are ASCII formatted. A netCDF version has also been prepared. "
        },
        {
            "ob_id": 5510,
            "dataPath": "/badc/cira",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data File Format&lt;/div&gt;\n&lt;p&gt;\n\nThe &lt;a href=\"http://badc.nerc.ac.uk/data/cira/acquiring.html\"&gt;CIRA data&lt;/a&gt; are held &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/cira/\"&gt;online at the\nBADC&lt;/a&gt;. They are held in ASCII tables which\ncan be displayed on your web browser, and then `saved'\non to your computer. CIRA-86 is also now available in &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; format (cira.nc as kindly provided by a BADC user). \n&lt;/p&gt;&lt;p&gt;The CIRA dataset held at the BADC is a corrected version of the original CIRA data files as provided by J.Barnett (July 1990) in ascii format. Original CIRA data files (Binary format) are available for download from the National Space Science Data Center (NSSDC) anonymous FTP site at &lt;a href=\"ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira\"&gt;(ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira)&lt;/a&gt; together with the driver program CIRAT, a Fortran code which allows fast and easy display of density, temperature and pressure for specified conditions.\n\n&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5518,
            "dataPath": "/badc/cira",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Data File Format&lt;/div&gt;\n&lt;p&gt;\n\nThe &lt;a href=\"http://badc.nerc.ac.uk/data/cira/acquiring.html\"&gt;CIRA data&lt;/a&gt; are held &lt;a href=\"http://badc.nerc.ac.uk/cgi-bin/data_browser/data_browser/badc/cira/\"&gt;online at the\nBADC&lt;/a&gt;. They are held in ASCII tables which\ncan be displayed on your web browser, and then `saved'\non to your computer. CIRA-86 is also now available in &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; format (cira.nc as kindly provided by a BADC user). \n&lt;/p&gt;&lt;p&gt;The CIRA dataset held at the BADC is a corrected version of the original CIRA data files as provided by J.Barnett (July 1990) in ascii format. Original CIRA data files (Binary format) are available for download from the National Space Science Data Center (NSSDC) anonymous FTP site at &lt;a href=\"ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira\"&gt;(ftp://nssdcftp.gsfc.nasa.gov/models/atmospheric/cira)&lt;/a&gt; together with the driver program CIRAT, a Fortran code which allows fast and easy display of density, temperature and pressure for specified conditions.\n\n&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;\n"
        },
        {
            "ob_id": 5563,
            "dataPath": "/badc/cloudmap/data/ral/atsr_cloud-products",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CLOUDMAP2: Along Track Scanning Radiometer 2 (ATSR-2) cloud products from the Rutherford Appleton Laboratory (RAL)",
                "uuid": "c7b8b27791359b48d5dfeb66acd00337",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5562/?format=api"
            },
            "volume": 201262714484,
            "numberOfFiles": 111827,
            "fileFormat": "Data are HDF formatted"
        },
        {
            "ob_id": 5572,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5576,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5579,
            "dataPath": "/badc/amma/data/imk-sodar1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Sonic Detection And Ranging measurements from Institut fuer Meteorologie und Klimaforschung SODAR1",
                "uuid": "6a7a12ff6a33be85c09be3ae47d96087",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5578/?format=api"
            },
            "volume": 7594329,
            "numberOfFiles": 32,
            "fileFormat": "Data are NetCDF formatted\r\n"
        },
        {
            "ob_id": 5584,
            "dataPath": "/badc/amma/data/leeds-sodar1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Sonic Detection And Ranging measurements from Leeds SODAR1",
                "uuid": "faab6e8e38f7582b8e3f940760e41c83",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5583/?format=api"
            },
            "volume": 13305041,
            "numberOfFiles": 88,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 5588,
            "dataPath": "/badc/amma/data/leeds-sodar2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Sonic Detection And Ranging measurements from Leeds SODAR2",
                "uuid": "eaf7330b95c177f1e7132ea50a1b3137",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5587/?format=api"
            },
            "volume": 4448801,
            "numberOfFiles": 26,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 5592,
            "dataPath": "/badc/amma/data/leeds-sodar3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Sonic Detection And Ranging measurements from Leeds SODAR3",
                "uuid": "a385223173b2c24f4821bad075146336",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5591/?format=api"
            },
            "volume": 2570129,
            "numberOfFiles": 16,
            "fileFormat": "Data are NetCDF fomatted"
        },
        {
            "ob_id": 5597,
            "dataPath": "/badc/amma/data/york-bvoc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: York Isoprene and monoterpenes samples",
                "uuid": "ca0327eb7da6e8abe343a43ba4c79ae4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5596/?format=api"
            },
            "volume": 22933,
            "numberOfFiles": 4,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 5601,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5604,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5607,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5610,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5613,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5616,
            "dataPath": "/badc/amma/data/ukmo-nrt/africa-lam",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Africa Limited Area Model Output",
                "uuid": "9b771445f270a7905d750c90e6fc9f04",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5615/?format=api"
            },
            "volume": 171175368219,
            "numberOfFiles": 127687,
            "fileFormat": "Data are NASA AMES formatted"
        },
        {
            "ob_id": 5618,
            "dataPath": "/badc/amma/data/forecasts-rdg/ecmwf",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: ECMWF forecast data",
                "uuid": "2816a442902569a57065a9ecd70b751c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5617/?format=api"
            },
            "volume": 966,
            "numberOfFiles": 1,
            "fileFormat": "Images are PNG formatted"
        },
        {
            "ob_id": 5621,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5624,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5627,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        },
        {
            "ob_id": 5630,
            "dataPath": "/badc/amma/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\n&lt;div class=\"formats\"&gt;Availability of data&lt;/div&gt;\n&lt;p&gt;\n\nThe AMMA archive maintained at the BADC contains data collected by the\nUK participants to AMMA (AMMA-UK). \n&lt;!-- as well as satellite data to support\ntheir research.\n--&gt;\nFor information on and access to data collected by other country members,\nand for satellite data archived in the UK, see the\n\"&lt;a href=\"#links\"&gt;Links to further information&lt;/a&gt;\" section below.\nAMMA-UK data archived at BADC include the following.\n&lt;/p&gt;&lt;ul&gt;\n&lt;li&gt;Routine observational data sourced in near real time form the Met Office (Amdars, Metars, Synop).\n&lt;/li&gt;&lt;li&gt;Near real time runs of the Met Office African limited area model (Africa-LAM).\n&lt;/li&gt;&lt;li&gt;Data from ground based flux stations (heat flux and, for some stations,\n    CO&lt;sub&gt;2&lt;/sub&gt; and H&lt;sub&gt;2&lt;/sub&gt;O vapour fluxes).\n    Files also include concomitant meteorological\n    measurements (wind, temperature, pressure, humidity, rainfall) and soil\n    physics parameters (soil temperature and moisture).\n\n&lt;/li&gt;&lt;li&gt;Data from sodars &lt;!--and tethered balloons --&gt; (UFAM instruments).\n&lt;/li&gt;&lt;li&gt;Data collected on board the FAAM Bae-146 aircraft in July-August 2006 (*).\n&lt;!-- \n&lt;li&gt;Land-SAF data. &amp;#150; Land surface geophysical products derived from\n    Meteosat Second Generation (MSG) by the Satellite Application Facility\n    (SAF).--&gt;\n&lt;/li&gt;&lt;li&gt;Model fields.\n&lt;/li&gt;&lt;li&gt;Data from the  &lt;a href=\"http://badc.nerc.ac.uk/data/solas/projects/dodo.html\"&gt;DODO&lt;/a&gt; and \n&lt;a href=\"http://badc.nerc.ac.uk/data/dabex\"&gt; DABEX&lt;/a&gt; campaigns are available to AMMA participants.\n&lt;/li&gt;&lt;/ul&gt;\n&lt;p /&gt;\n\n&lt;p class=\"right-shift\"&gt;&lt;font size=\"-1\"&gt;(*)\nThe FAAM data include both core and non-core data (for a definition of\ncore data, see the document on\n&lt;a href=\"http://www.faam.ac.uk/public/instrumentation.html\"&gt;FAAM Instruments&lt;/a&gt;).\n\n&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=\"-1\"&gt;AMMA data are stored in either\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or\n&lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.\nFile names follow the \n&lt;a href=\"http://badc.nerc.ac.uk/help/file_naming.html\"&gt;BADC file name convention&lt;/a&gt;\nand (for FAAM data) the\n&lt;a href=\"http://badc.nerc.ac.uk/data/faam/file-names.html\"&gt;FAAM file name convention&lt;/a&gt;.\n\n\n&lt;/font&gt;&lt;/p&gt;\n&lt;/div&gt;\n\n\n"
        }
    ]
}