Download API

The CLMS Website provides several endpoints to handle the downloads of the files provided by the portal.

Due to the nature of the files present in the portal, the download is handled by a background process which informs the user by email when the download is ready. Moreover, it also signals the API with the download address so that the application using the API can handle the download by itself.

The download process takes the following steps:

  1. Find the items to be downloaded

  2. Decide in which format the items should be downloaded 3.a. Restrict the spatial extent of the files (optional) 3.b. Restrict the temporal range of the files (optional)

  3. Request the download

  4. Wait for the download to be ready

Find the items to be downloaded

As explained in the introduction, the CLMS Website API is based on Plone so the user needs to use the @search endpoint to look for the items he wants to download.

A simple search off all datasets available in the portal would be as follows:

http

GET /api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&&metadata_fields=dataset_download_information HTTP/1.1
Accept: application/json

curl

curl -i -X GET 'http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&&metadata_fields=dataset_download_information' -H "Accept: application/json"

wget

wget -S -O- 'http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&&metadata_fields=dataset_download_information' --header="Accept: application/json"

python-requests

requests.get('http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&&metadata_fields=dataset_download_information', headers={'Accept': 'application/json'})

The important bits here are in the parameters passed to the @search endpoint where the user is requesting to include the UID, the dataset_full_format and the dataset_download_information of each DataSet. If the user doesn’t request the UID he will only obtain the @id of each datasets, which corresponds to its address, and then he will have to do an additional request to that address to get the UID of the DataSet.

Some dataset offer the option to download several bands or layers. To do so, the user can check the value of the layers property of the dataset_download_information and if that property exists, the user can request to download one of the available bands or layers.

The results will be similar to the following:

HTTP/1.1 200 OK
Content-Type: application/json

{
    "@id": "https://clms-prod.eea.europa.eu/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&metadata_fields=dataset_download_information",
    "batching": {
        "@id": "https://clms-prod.eea.europa.eu/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&metadata_fields=dataset_download_information",
        "first": "https://clms-prod.eea.europa.eu/api/@search?b_start=0&portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&metadata_fields=dataset_download_information",
        "last": "https://clms-prod.eea.europa.eu/api/@search?b_start=175&portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&metadata_fields=dataset_download_information",
        "next": "https://clms-prod.eea.europa.eu/api/@search?b_start=25&portal_type=DataSet&metadata_fields=UID&metadata_fields=dataset_full_format&metadata_fields=dataset_download_information"
    },
    "items": [
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2019-globe",
            "@type": "DataSet",
            "UID": "a8d945f0edd143a0a5240c28bafa23da",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "f328dbcc-9069-4240-b8bb-6d5df918671a",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "v3.0.1/2019",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2019: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2018-globe",
            "@type": "DataSet",
            "UID": "a08da3f50c8d4b38bec35b831382162b",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "00058a15-088e-4461-9c35-b6d4467f34ca",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "v3.0.1/2018",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2018: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2017-globe",
            "@type": "DataSet",
            "UID": "884325e8871049848a423de02d3cac4d",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "21f1bf13-e98e-4b49-be5a-76638638c1b7",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "v3.0.1/2017",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2017: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2016-globe",
            "@type": "DataSet",
            "UID": "55e6e9c97459484a9c4d258da7376560",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "1e07edaa-9c9b-4f31-a122-dc544b30788e",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "v3.0.1/2016",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2016: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2015-globe",
            "@type": "DataSet",
            "UID": "59846f949047465f9670b0c9ef490a52",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "6d7945b4-8e43-4fef-93e9-581f6425e37c",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "v3.0.1/2015",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2015: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-2-epoch-2015-globe",
            "@type": "DataSet",
            "UID": "10080477095e422692a0a11bc4c6810e",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "d7a12f49-630a-433d-8215-85069b535395",
                        "full_format": {
                            "title": "Geotiff",
                            "token": "Geotiff"
                        },
                        "full_path": "2015",
                        "full_source": "LANDCOVER",
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": "Geotiff",
            "description": "Land cover maps represent spatial information on different types (classes) of physical coverage of the Earth's surface, e.g. forests, grasslands, croplands, lakes, wetlands. Dynamic land cover maps include transitions of land cover classes over time and hence captures land cover changes.",
            "image_field": "",
            "review_state": "private",
            "title": "DEPRECATED - Land Cover 100m: collection 2: epoch 2015: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc2018",
            "@type": "DataSet",
            "UID": "0407d497d3c44bcd93ce8fd5bf78596a",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "1bda2fbd-3230-42ba-98cf-69c96ac063bc",
                        "collection": "100m",
                        "full_format": "GDB",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2018\\CLC2018_Version_20\\Data\\data-master\\U2018_CLC2018_V2020_20u1_vector\\U2018_CLC2018_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR"
                    },
                    {
                        "@id": "7bcdf9d1-6ba0-4d4e-afa8-01451c7316cb",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2018\\CLC2018_Version_20\\Data\\data-master\\U2018_CLC2018_V2020_20u1_raster100m\\U2018_CLC2018_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides pan-European CORINE Land Cover inventory for the 2018 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2012",
            "@type": "DataSet",
            "UID": "a5ee71470be04d66bcff498f94ceb5dc",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "cff14ee5-bafb-46f4-a1b2-2cd6f4049514",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2012\\CLC2012_Version_20\\Data\\data-master\\U2018_CLC2012_V2020_20u1_vector\\U2018_CLC2012_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "b1027c88-6256-435b-98a3-62f019cbb381",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2012\\CLC2012_Version_20\\Data\\data-master\\U2018_CLC2012_V2020_20u1_raster100m\\U2018_CLC2012_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2012 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2012"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2006",
            "@type": "DataSet",
            "UID": "d443c86fec2f49e08ff12c7decdbf2af",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "3936f6a5-9157-4e76-9fc7-4e14668c81ef",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2006\\CLC2006_Version_20\\Data\\data-master\\U2012_CLC2006_V2020_20u1_vector\\U2012_CLC2006_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "4841f8cb-6e7c-4227-bb35-cd787609c546",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2006\\CLC2006_Version_20\\Data\\data-master\\U2012_CLC2006_V2020_20u1_raster100m\\U2012_CLC2006_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2006 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2006"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2000",
            "@type": "DataSet",
            "UID": "6704f90ca82e4f228a46111519f8978e",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "1009310e-2cd8-481c-b15b-aee3f0406098",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2000\\CLC2000_Version_20\\Data\\data-master\\U2006_CLC2000_V2020_20u1_vector\\U2006_CLC2000_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "19d7fbd8-53ee-4d09-89b6-fe5231247763",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2000\\CLC2000_Version_20\\Data\\data-master\\U2006_CLC2000_V2020_20u1_raster100m\\U2006_CLC2000_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2000 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-1990",
            "@type": "DataSet",
            "UID": "8b393c8e474642d5acb4ed70fc2dc024",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "fd1c53e8-d710-46a6-8363-2febf699c7be",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-master\\U2000_CLC1990_V2020_20u_vector\\U2000_CLC1990_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "fecff4c7-a5e5-428d-817d-a8ee5f23d99d",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-master\\U2000_CLC1990_V2020_20u_vector\\U2000_CLC1990_V2020_20u1.gdb H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-master\\U2000_CLC1990_V2020_20u_raster100m\\U2000_CLC1990_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides pan-European CORINE Land Cover inventory for the 1990 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 1990"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/lcc-2012-2018",
            "@type": "DataSet",
            "UID": "008e882e9759409fa93157ae4687bef8",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "9aac30e1-99b5-45cd-b01d-4810d8a2fd7c",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-master\\U2018_CHA1218_V2020_20u1_vector\\U2018_CHA1218_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "fbe1f3a7-a622-498f-9bc7-fb4ce2b9d48a",
                        "collection": "100m – Part 1",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-master\\U2018_CHA1218_V2020_20u1_raster100m\\U2018_CHA1218_12_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    },
                    {
                        "@id": "56328017-18a3-4a5a-b3eb-2a575b4c5307",
                        "collection": "100m – Part 2",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-master\\U2018_CHA1218_V2020_20u1_raster100m\\U2018_CHA1218_18_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides land cover change information between the 2012 and 2018 CLC status layers.",
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2012-2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-2006-2012",
            "@type": "DataSet",
            "UID": "e7d359d1ac5947d6ae275d057b4d4d5f",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "8616a05c-f25b-427a-9647-4a9f22ebad4c",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-master\\U2012_CHA0612_V2020_20u1_vector\\U2012_CHA0612_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "fc1f0ec5-0ae5-4657-bc74-d25d1829647f",
                        "collection": "100m – Part 1",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-master\\U2012_CHA0612_V2020_20u1_raster100m\\U2012_CHA0612_06_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    },
                    {
                        "@id": "79b56f87-0959-499c-87c2-2c559fa962db",
                        "collection": "100m – Part 2",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-master\\U2012_CHA0612_V2020_20u1_raster100m\\U2012_CHA0612_12_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER (Part 2)"
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides land cover change information between the 2006 and 2012 CLC status layers.",
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2006-2012"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-2000-2006",
            "@type": "DataSet",
            "UID": "abce2c32a4314b77b8763c68f1a228bd",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "79395b64-16d3-4c85-9d4f-57e4cd39d754",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-master\\U2006_CHA0006_V2020_20u1_vector\\U2006_CHA0006_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "afcddb10-3f24-4a3f-8728-a40e4048238f",
                        "collection": "100m – Part 1",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-master\\U2006_CHA0006_V2020_20u1_raster100m\\U2006_CHA0006_00_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    },
                    {
                        "@id": "c6eb4397-6186-4134-92e9-49ad19a2f7ec",
                        "collection": "100m – Part 2",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-master\\U2006_CHA0006_V2020_20u1_raster100m\\U2006_CHA0006_06_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides land cover change information between the 2006 and 2012 CLC status layers.",
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2000-2006"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-1990-2000",
            "@type": "DataSet",
            "UID": "4d33bf4e1a8f487eaccc829864fed3f1",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "d11420a9-e051-47bf-8b6b-73db08b65b57",
                        "collection": "100m",
                        "full_format": {
                            "title": "GDB",
                            "token": "GDB"
                        },
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-master\\U2000_CHA9000_V2020_20u1_vector\\U2000_CHA9000_V2020_20u1.gdb",
                        "full_source": "EEA",
                        "name": "VECTOR",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "e8d6dffd-d26a-42a5-b101-0f713d07902b",
                        "collection": "100m – Part 1",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-master\\U2000_CHA9000_V2020_20u1_raster100m\\U2000_CHA9000_00_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    },
                    {
                        "@id": "0aaac139-8d71-425c-8c1e-210a378345f9",
                        "collection": "100m – Part 2",
                        "full_format": "Geotiff",
                        "full_path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-master\\U2000_CHA9000_V2020_20u1_raster100m\\U2000_CHA9000_90_V2020_20u1.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": "GDB",
            "description": "Provides land cover change information between the 1990 and 2000 CLC status layers.",
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 1990-2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-clc-pilot-2018",
            "@type": "DataSet",
            "UID": "8435a4e69cfd40dfa0f0c1f2eab5de6a",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "81c8cb94-0589-4d60-a587-6c0eada05395",
                        "full_format": null,
                        "full_path": "",
                        "full_source": null,
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "",
            "review_state": "published",
            "title": "ENI CLC Pilot 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-clc-pilot-2000",
            "@type": "DataSet",
            "UID": "50660e312bc84c17b2d02928f815a3fc",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "f4f81dbd-41f1-4534-88dc-e92ec521c924",
                        "full_format": null,
                        "full_path": "",
                        "full_source": null,
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "",
            "review_state": "published",
            "title": "ENI CLC Pilot 2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-cha-pilot-2000-2018",
            "@type": "DataSet",
            "UID": "2cfc9deeca734ed694a6806e8d3b6e02",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "38b18836-2985-47f2-950f-3c1bf17d2b09",
                        "full_format": null,
                        "full_path": "",
                        "full_source": null,
                        "name": "RASTER",
                        "wekeo_choices": ""
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "",
            "image_field": "",
            "review_state": "published",
            "title": "ENI CHA Pilot 2000-2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2018",
            "@type": "DataSet",
            "UID": "4354f5ba912d4071b3b5f9300104765b",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "f9a55a6d-c98a-4098-bf94-f2ae7cdb0207",
                        "collection": "10m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-master\\IMD_2018_010m\\IMD_2018_010m_eu_03035_V2_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "926d2432-d828-4de0-b43e-9e562abefa33",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-master\\IMD_2018_100m\\IMD_2018_100m_eu_03035_V2_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2018 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-impervious-built-up-2018",
            "@type": "DataSet",
            "UID": "b925f7fd06204f729e2078b146e2fa7a",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "9c5108b3-f7e9-476e-a410-bd13e584c902",
                        "collection": "10m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-master\\IBU_2018_010m\\IBU_2018_010m_eu_03035_V1_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "601d9a00-986f-4f8b-8e72-15b1897851aa",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-master\\SBU_2018_100m\\SBU_2018_100m_eu_03035_V1_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the binary information (building / no building) within the sealing outline derived from the High Resolution Imperviousness Density 2018.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Impervious Built-up 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2015",
            "@type": "DataSet",
            "UID": "60f19d5af8894811ad64f2e89343d426",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "91cf5d0e-db3d-4149-82f4-19d1f04167a9",
                        "collection": "20m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-master\\IMD_2015_020m\\IMD_2015_20m_eu_03035_d05_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "0dfddf85-8dc6-4762-8757-e77686e00d8a",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-master\\IMD_2015_100m\\IMD_2015_100m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2015 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2015"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2012",
            "@type": "DataSet",
            "UID": "d1393a40eba0424bbb68bd3143b8d983",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "9250f7bf-319c-45a1-8718-74f02c13508e",
                        "collection": "20m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-master\\IMD_2012_020m\\IMD_2012_20m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "55b3d769-edda-47e7-82b5-3b382b8506c1",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-master\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2012 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2012"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2009",
            "@type": "DataSet",
            "UID": "79ab7981987f450e9f38abe6b5c93384",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "8d368c20-1546-4c8c-9fc8-1678b9c1f393",
                        "collection": "20m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2009\\Data\\data-master\\IMD_2009_020m\\IMD_2009_20m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "04b4bba5-01ef-4754-af55-b461b10501ae",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2009\\Data\\data-master\\IMD_2009_100m\\IMD_2009_100m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2009 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2009"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2006",
            "@type": "DataSet",
            "UID": "644af5987ea045f8ae20e97556c52fa4",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "f49a83f1-bb69-4f63-863e-c3945b876a2f",
                        "collection": "20m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2006\\Data\\data-master\\IMD_2006_020m\\IMD_2006_20m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "b58dcf2d-2e57-4f57-bc5c-aabf33d7480f",
                        "collection": " 100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2006\\Data\\data-master\\IMD_2006_100m\\IMD_2006_100m_eu_03035_d03_full.tif",
                        "full_source": "EEA",
                        "name": "RASTER"
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2006 reference year.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2006"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-change-2015-2018",
            "@type": "DataSet",
            "UID": "4062d6a3814c426b84218d91ecc733ca",
            "dataset_download_information": {
                "items": [
                    {
                        "@id": "af69e45f-646c-43f4-b062-b2855b5d6b5f",
                        "collection": "20m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Change(IMC)_2015-2018\\Data\\data-master\\IMC_2015-2018_020m\\IMC_1518_020m_eu_03035_V1_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER ",
                        "wekeo_choices": ""
                    },
                    {
                        "@id": "43f68ebb-e498-416d-9bcd-216aa4580c3a",
                        "collection": "100m",
                        "full_format": "Geotiff",
                        "full_path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Change(IMC)_2015-2018\\Data\\data-master\\IMC_2015-2018_100m\\IMC_1518_100m_eu_03035_V1_0.tif",
                        "full_source": "EEA",
                        "name": "RASTER "
                    }
                ]
            },
            "dataset_full_format": null,
            "description": "Provides at pan-European level the degree of imperviousness change (-100% -- +100%) between the 2015 and 2018 High Resolution Imperviousness Density status layers.",
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Change 2015-2018"
        }
    ],
    "items_total": 198
}

When the user finds the DataSet that he wants to download, the user will have to take note of its UID (to know what to download), its dataset_full_format (to know which format conversions the user can request) and the desired @id inside the dataset_download_information (to know which file should be processed for download).

Warning

Be aware that the @search endpoint returns the results in batches of 25 items. You need to check the batching key of the resulting JSON in order to go to the next batch of items.

An alternative way to this is to do the HTTP request with an additional parameter b_size indicating the number of items you want to have in the batch. This may make the API process slower though.

File formats

The CLMS API provides an endpoint where the user can check which conversions are available for the available formats. To get the list of available conversions the user needs to do the following request:

http

GET /api/@format_conversion_table HTTP/1.1
Accept: application/json
Authorization: Bearer <REDACTED>

curl

curl -i -X GET http://nohost/api/@format_conversion_table -H "Accept: application/json" -H "Authorization: Bearer <REDACTED>"

wget

wget -S -O- http://nohost/api/@format_conversion_table --header="Accept: application/json" --header="Authorization: Bearer <REDACTED>"

python-requests

requests.get('http://nohost/api/@format_conversion_table', headers={'Accept': 'application/json', 'Authorization': 'Bearer <REDACTED>'})

The response will be a JSON object where each of the format has a true/false value indicating if the conversion is available or not.

HTTP/1.1 200 OK
Content-Type: application/json

{
    "GDB": {
        "GDB": true,
        "GML": true,
        "GPKG": true,
        "Geojson": true,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": true,
        "WFS": false
    },
    "GML": {
        "GDB": false,
        "GML": true,
        "GPKG": false,
        "Geojson": false,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": false,
        "WFS": false
    },
    "GPKG": {
        "GDB": true,
        "GML": true,
        "GPKG": true,
        "Geojson": true,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": true,
        "WFS": false
    },
    "Geojson": {
        "GDB": true,
        "GML": true,
        "GPKG": true,
        "Geojson": true,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": true,
        "WFS": false
    },
    "Geotiff": {
        "GDB": false,
        "GML": false,
        "GPKG": false,
        "Geojson": false,
        "Geotiff": true,
        "Netcdf": false,
        "Shapefile": false,
        "WFS": false
    },
    "Netcdf": {
        "GDB": false,
        "GML": false,
        "GPKG": false,
        "Geojson": false,
        "Geotiff": true,
        "Netcdf": true,
        "Shapefile": false,
        "WFS": false
    },
    "Shapefile": {
        "GDB": true,
        "GML": true,
        "GPKG": true,
        "Geojson": true,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": true,
        "WFS": false
    },
    "WFS": {
        "GDB": true,
        "GML": true,
        "GPKG": true,
        "Geojson": true,
        "Geotiff": false,
        "Netcdf": false,
        "Shapefile": true,
        "WFS": true
    }
}

Warning

When requesting the download you are required to inform which format you want to download it. We suggest you download the files in the original format (the one set in the full_format parameter in the dataset_download_information), otherwise, the file organisation (naming convention and band number/organisation) may differ considerably from the Product user manual.

Projections

The output projection of the downloaded file can be selected the same way. This selection is open on all available projections. To get the list of the available ones, one needs to pass as a parameter the UID of the dataset, like here:

http

GET /api/@projections?uid=0407d497d3c44bcd93ce8fd5bf78596a HTTP/1.1
Accept: application/json
Authorization: Bearer <REDACTED>

curl

curl -i -X GET 'http://nohost/api/@projections?uid=0407d497d3c44bcd93ce8fd5bf78596a' -H "Accept: application/json" -H "Authorization: Bearer <REDACTED>"

wget

wget -S -O- 'http://nohost/api/@projections?uid=0407d497d3c44bcd93ce8fd5bf78596a' --header="Accept: application/json" --header="Authorization: Bearer <REDACTED>"

python-requests

requests.get('http://nohost/api/@projections?uid=0407d497d3c44bcd93ce8fd5bf78596a', headers={'Accept': 'application/json', 'Authorization': 'Bearer <REDACTED>'})

The response will be the list of available projections for this specific dataset:

HTTP/1.1 200 OK
Content-Type: application/json

[
  "EPSG:4326",
  "EPSG:3035",
  "EPSG:3857",
  "EPSG:4258"
]

Time series

When requesting a specific time range download the user needs to know the available time range and the period to request the proper download in advance.

To check which is the maximum period to download for the time series of a given dataset the user shoudl check the download_limit_temporal_extent property, where he will get the number of days he can request to download.

Restrict the spatial extent of the files

Restriction by Nomenclature of Territorial Units for Statistics

The Nomenclature of Territorial Units for Statistics (NUTS) is a standard used to define the boundaries of the countries and sub-country divisions in the European Union.

If you want to crop the DataSet to a given NUTS region, you need to know that the CLMS Website allows the use of NUTS 0, NUTS 1, NUTS 2 and NUTS 3 codes, which you need to pass when requesting the download.

Restriction by bounding box

In addition to the NUTS way, you can also restrict the download to a given bounding box. This is done by passing an array of 4 values in the signaling the 4 points that parameter. The values of the bounding box must be the coordinates of a rectangle in the EPSG:4326 projection.

Restrict the temporal extent of the files

Some available datasets offer time-series information and the user can choose to download only a subset of the available time-series.

Full dataset downloads

Due to the way those dataset files are stored in the servers, sometimes the CLMS Website needs to go to the original source (such as WEkEO and Global Datasets) to download the files and provide them to the end-user.

This process is OK when the user requests to download the dataset with a time or spatial restriction (not mandatory) because the CLMS Website needs to transform and process the files.

Full dataset downloads of EEA datasets are available through the prepackaged files of each datasets. So when trying to download such dataset, the user will receive an error:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
  "Datasets":[
      {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326"
    }
  ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326"}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326"}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326'}]})

The response will include the task id like in the responses of other requests

HTTP/1.1 400 Bad Request
Content-Type: application/json

{
    "msg": "To download the full dataset, please download it through the corresponding pre-packaged data collection",
    "status": "error",
}

However, when requesting the full dataset of a non-EEA dataset, it makes little sense to first download the whole dataset to the CLMS Website and offer it later to the user.

That’s why, in such a case, the download API will issue an error informing the user to use some other API endpoint.

In such endpoint the user will be offered direct download links for the datasets he is requesting.

This is an example request requesting a full download of an external dataset:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
    "Datasets": [
        {
            "DatasetID": "cb7a436048d440f68a681271f172e3b4",
            "DatasetDownloadInformationID": "bec918b1-0ac9-4a8f-8973-a88393c37905",
            "OutputFormat": "Netcdf",
            "OutputGCS": "EPSG:4326"
        }
    ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "cb7a436048d440f68a681271f172e3b4", "DatasetDownloadInformationID": "bec918b1-0ac9-4a8f-8973-a88393c37905", "OutputFormat": "Netcdf", "OutputGCS": "EPSG:4326"}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "cb7a436048d440f68a681271f172e3b4", "DatasetDownloadInformationID": "bec918b1-0ac9-4a8f-8973-a88393c37905", "OutputFormat": "Netcdf", "OutputGCS": "EPSG:4326"}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'cb7a436048d440f68a681271f172e3b4', 'DatasetDownloadInformationID': 'bec918b1-0ac9-4a8f-8973-a88393c37905', 'OutputFormat': 'Netcdf', 'OutputGCS': 'EPSG:4326'}]})

And the response obtained from the server:

HTTP/1.1 400 Bad Request
Content-Type: application/json

{
    "msg": "You are requesting to download the full dataset but this dataset is not an EEA dataset and thus you need to query an specific endpoint to request its download. Please check the API documentation to get more information about this specific endpoint.",
    "status": "error"
}

Request the download

When the user has all the data he needs to download the DataSet, he can request the download by making the following request.

Restrict using a Nomenclature of Territorial Units for Statistics code

The request must include a correct NUTS code in it:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
  "Datasets":[
      {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC11"
    },
    {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC1"
    }
  ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1"}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1"}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC11'}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC1'}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "14909741217"
        }
    ]
}

Restrict using a bounding box

The bounding box must be specified passing four coordinates that represent the 4 points of the rectangle to be downloaded:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
  "Datasets":[
      {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]
    },
    {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]
    }
  ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'BoundingBox': [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'BoundingBox': [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234]}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "94519134409"
        }
    ]
}

Restrict using a temporal range

The temporal range must be specified with the Start and End dates of the range. The format is in milliseconds since the epoch (1970-01-01 00:00:00).

The endpoint will do several validations, such as checking that both values are provided, that the start date is before the end date and the dates are valid.

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
    "Datasets": [
        {
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "TemporalFilter": {
                "StartDate": 1546333200000,
                "EndDate": 1559289600000
            }
        },
        {
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "TemporalFilter": {
                "StartDate": 1546333200000,
                "EndDate": 1559289600000
            }
        }
    ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'TemporalFilter': {'StartDate': 1546333200000, 'EndDate': 1559289600000}}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'TemporalFilter': {'StartDate': 1546333200000, 'EndDate': 1559289600000}}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "2570221043"
        }
    ]
}

Combining restrictions

Those temporal and spatial restrictions can be combined to produce an output file that is restricted to a given NUTS code and a given temporal range or to a given bounding box and a given temporal range.

To do so, the user needs to add the required restrictions in the request.

This is the example with a bounding-box and a temporal range:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
    "Datasets": [
        {
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "BoundingBox": [
                2.354736328128108,
                46.852958688910306,
                4.639892578127501,
                45.88264619696234
            ],
            "TemporalFilter": {
                "StartDate": 1546333200000,
                "EndDate": 1559289600000
            }
        },
        {
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "BoundingBox": [
                2.354736328128108,
                46.852958688910306,
                4.639892578127501,
                45.88264619696234
            ],
            "TemporalFilter": {
                "StartDate": 1546333200000,
                "EndDate": 1559289600000
            }
        }
    ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "BoundingBox": [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], "TemporalFilter": {"StartDate": 1546333200000, "EndDate": 1559289600000}}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'BoundingBox': [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], 'TemporalFilter': {'StartDate': 1546333200000, 'EndDate': 1559289600000}}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'BoundingBox': [2.354736328128108, 46.852958688910306, 4.639892578127501, 45.88264619696234], 'TemporalFilter': {'StartDate': 1546333200000, 'EndDate': 1559289600000}}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "31833063043"
        }
    ]
}

This is the example with a NUTS code and a temporal range:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
  "Datasets":[
      {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC11",
        "Layer": "layer1"
    },
    {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC1",
        "Layer": "layer1"
    }
  ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11", "Layer": "layer1"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1", "Layer": "layer1"}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11", "Layer": "layer1"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1", "Layer": "layer1"}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC11', 'Layer': 'layer1'}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC1', 'Layer': 'layer1'}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "95643300721"
        }
    ]
}

Layer/band selection

When a dataset has multiple bands/layers, the user can request to download one given layer as follows:

http

POST /api/@datarequest_post HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
  "Datasets":[
      {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC11",
        "Layer": "layer1"
    },
    {
        "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
        "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a",
        "OutputFormat": "Geotiff",
        "OutputGCS": "EPSG:4326",
        "NUTS": "ITC1",
        "Layer": "layer1"
    }
  ]
}

curl

curl -i -X POST http://nohost/api/@datarequest_post -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11", "Layer": "layer1"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1", "Layer": "layer1"}]}'

wget

wget -S -O- http://nohost/api/@datarequest_post --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --post-data='{"Datasets": [{"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC11", "Layer": "layer1"}, {"DatasetID": "a8d945f0edd143a0a5240c28bafa23da", "DatasetDownloadInformationID": "f328dbcc-9069-4240-b8bb-6d5df918671a", "OutputFormat": "Geotiff", "OutputGCS": "EPSG:4326", "NUTS": "ITC1", "Layer": "layer1"}]}'

python-requests

requests.post('http://nohost/api/@datarequest_post', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'Datasets': [{'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC11', 'Layer': 'layer1'}, {'DatasetID': 'a8d945f0edd143a0a5240c28bafa23da', 'DatasetDownloadInformationID': 'f328dbcc-9069-4240-b8bb-6d5df918671a', 'OutputFormat': 'Geotiff', 'OutputGCS': 'EPSG:4326', 'NUTS': 'ITC1', 'Layer': 'layer1'}]})

The response will include the task id assigned to the download process:

HTTP/1.1 201 OK
Content-Type: application/json

{
    "ErrorTaskIds": [],
    "TaskIds": [
        {
            "TaskID": "14909741217"
        }
    ]
}

If the user does not select any band, the system will select by default the ‘ALL BANDS’ layer, which means that all of them will be downloaded.

Wait for the download to be ready

As said, the download tool will inform the user by email when the download is ready. The user can always request the status of all his requests using the @datarequest_search endpoint as follows:

Request all in progress downloads:

http

GET /api/@datarequest_search?status=In_progress HTTP/1.1
Accept: application/json
Authorization: Bearer <REDACTED>

curl

curl -i -X GET 'http://nohost/api/@datarequest_search?status=In_progress' -H "Accept: application/json" -H "Authorization: Bearer <REDACTED>"

wget

wget -S -O- 'http://nohost/api/@datarequest_search?status=In_progress' --header="Accept: application/json" --header="Authorization: Bearer <REDACTED>"

python-requests

requests.get('http://nohost/api/@datarequest_search?status=In_progress', headers={'Accept': 'application/json', 'Authorization': 'Bearer <REDACTED>'})

The response contains a JSON object where each of the keys represents a download task. It also includes the UIDs of the datasets that are being prepared, the download metadata (NUTS, Bounding Box, etc.) and also the date and time of the request.

HTTP/1.1 200 OK
Content-Type: application/json

{
    "2570221043": {
        "Datasets": [
            {
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "TemporalFilter": {
                    "EndDate": "2019-05-31 10:00:00",
                    "StartDate": "2019-01-01 10:00:00"
                },
                "WekeoChoices": ""
            },
            {
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "TemporalFilter": {
                    "EndDate": "2019-05-31 10:00:00",
                    "StartDate": "2019-01-01 10:00:00"
                },
                "WekeoChoices": ""
            }
        ],
        "FMETaskId": 4052,
        "RegistrationDateTime": "2022-09-29T13:12:37.391919",
        "Status": "In_progress",
        "UserID": "admin"
    }
}

Similarly, a user can request all the finished downloads:

http

GET /api/@datarequest_search?status=Finished_ok HTTP/1.1
Accept: application/json
Authorization: Bearer <REDACTED>

curl

curl -i -X GET 'http://nohost/api/@datarequest_search?status=Finished_ok' -H "Accept: application/json" -H "Authorization: Bearer <REDACTED>"

wget

wget -S -O- 'http://nohost/api/@datarequest_search?status=Finished_ok' --header="Accept: application/json" --header="Authorization: Bearer <REDACTED>"

python-requests

requests.get('http://nohost/api/@datarequest_search?status=Finished_ok', headers={'Accept': 'application/json', 'Authorization': 'Bearer <REDACTED>'})

The response contains a JSON object where each of the keys represent a download task. Like in the previous case, it also includes the UIDs of the datasets that are being prepared, the download metadata (NUTS, Bounding Box, etc.) and also the date and time of the request.

In this case, it will include 2 additional parameters: the date and time of the finalization of the download process and the address where the download will be available for the next 72 hours.

HTTP/1.1 200 OK
Content-Type: application/json

{
    "14909741217": {
        "Datasets": [
            {
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "NUTSID": "ITC11",
                "NUTSName": "Torino",
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "WekeoChoices": ""
            },
            {
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "NUTSID": "ITC1",
                "NUTSName": "Piemonte",
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "WekeoChoices": ""
            }
        ],
        "DownloadURL": "https://copernicus-fme.eea.europa.eu/clmsdatadownload/results/4050.zip",
        "FMETaskId": 4050,
        "FileSize": 12874380,
        "FinalizationDateTime": "2022-09-29T13:11:39.986121",
        "Message": "Download process finished successfully",
        "RegistrationDateTime": "2022-09-29T13:10:17.080461",
        "Status": "Finished_ok",
        "UserID": "admin"
    },
    "31833063043": {
        "Datasets": [
            {
                "BoundingBox": [
                    2.354736328128108,
                    46.852958688910306,
                    4.639892578127501,
                    45.88264619696234
                ],
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "TemporalFilter": {
                    "EndDate": "2019-05-31 10:00:00",
                    "StartDate": "2019-01-01 10:00:00"
                },
                "WekeoChoices": ""
            },
            {
                "BoundingBox": [
                    2.354736328128108,
                    46.852958688910306,
                    4.639892578127501,
                    45.88264619696234
                ],
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "TemporalFilter": {
                    "EndDate": "2019-05-31 10:00:00",
                    "StartDate": "2019-01-01 10:00:00"
                },
                "WekeoChoices": ""
            }
        ],
        "DownloadURL": "https://copernicus-fme.eea.europa.eu/clmsdatadownload/results/4053.zip",
        "FMETaskId": 4053,
        "FileSize": 9266860,
        "FinalizationDateTime": "2022-09-29T13:14:54.311515",
        "Message": "Download process finished successfully",
        "RegistrationDateTime": "2022-09-29T13:13:34.453677",
        "Status": "Finished_ok",
        "UserID": "admin"
    },
    "94519134409": {
        "Datasets": [
            {
                "BoundingBox": [
                    2.354736328128108,
                    46.852958688910306,
                    4.639892578127501,
                    45.88264619696234
                ],
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "WekeoChoices": ""
            },
            {
                "BoundingBox": [
                    2.354736328128108,
                    46.852958688910306,
                    4.639892578127501,
                    45.88264619696234
                ],
                "DatasetFormat": "Geotiff",
                "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
                "DatasetPath": "djMuMC4xLzIwMTk=",
                "DatasetSource": "LANDCOVER",
                "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
                "Metadata": [
                    "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
                ],
                "OutputFormat": "Geotiff",
                "OutputGCS": "EPSG:4326",
                "WekeoChoices": ""
            }
        ],
        "DownloadURL": "https://copernicus-fme.eea.europa.eu/clmsdatadownload/results/4051.zip",
        "FMETaskId": 4051,
        "FileSize": 9266860,
        "FinalizationDateTime": "2022-09-29T13:12:28.728251",
        "Message": "Download process finished successfully",
        "RegistrationDateTime": "2022-09-29T13:11:42.281793",
        "Status": "Finished_ok",
        "UserID": "admin"
    }
}

Similarly, instead of using the search, the user can request the status of a specific download by using the @datarequest_status_get endpoint as follows:

http

GET /api/@datarequest_status_get?TaskID=14909741217 HTTP/1.1
Accept: application/json
Authorization: Bearer <REDACTED>

curl

curl -i -X GET 'http://nohost/api/@datarequest_status_get?TaskID=14909741217' -H "Accept: application/json" -H "Authorization: Bearer <REDACTED>"

wget

wget -S -O- 'http://nohost/api/@datarequest_status_get?TaskID=14909741217' --header="Accept: application/json" --header="Authorization: Bearer <REDACTED>"

python-requests

requests.get('http://nohost/api/@datarequest_status_get?TaskID=14909741217', headers={'Accept': 'application/json', 'Authorization': 'Bearer <REDACTED>'})

The result will be similar to the previous ones but will only contain the information of the requested dataset.

HTTP/1.1 200 OK
Content-Type: application/json

{
    "Datasets": [
        {
            "DatasetFormat": "Geotiff",
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetPath": "djMuMC4xLzIwMTk=",
            "DatasetSource": "LANDCOVER",
            "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
            "Metadata": [
                "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
            ],
            "NUTSID": "ITC11",
            "NUTSName": "Torino",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "WekeoChoices": ""
        },
        {
            "DatasetFormat": "Geotiff",
            "DatasetID": "a8d945f0edd143a0a5240c28bafa23da",
            "DatasetPath": "djMuMC4xLzIwMTk=",
            "DatasetSource": "LANDCOVER",
            "DatasetTitle": "Land Cover 100m: collection 3: epoch 2019: Globe",
            "Metadata": [
                "https://land.copernicus.vgt.vito.be/geonetwork/srv/api/records/urn:cgls:global:lcc100_v3_100m/formatters/xml?approved=true"
            ],
            "NUTSID": "ITC1",
            "NUTSName": "Piemonte",
            "OutputFormat": "Geotiff",
            "OutputGCS": "EPSG:4326",
            "WekeoChoices": ""
        }
    ],
    "DownloadURL": "https://copernicus-fme.eea.europa.eu/clmsdatadownload/results/4050.zip",
    "FMETaskId": 4050,
    "FileSize": 12874380,
    "FinalizationDateTime": "2022-09-29T13:11:39.986121",
    "Message": "Download process finished successfully",
    "RegistrationDateTime": "2022-09-29T13:10:17.080461",
    "Status": "Finished_ok",
    "UserID": "admin"
}

Cancelling a download

A download can also be cancelled by using the @datarequest_delete endpoint as follows:

http

DELETE /api/@datarequest_delete HTTP/1.1
Accept: application/json
Content-type: application/json
Authorization: Bearer <REDACTED>

{
    "TaskID": 2570221043
}

curl

curl -i -X DELETE http://nohost/api/@datarequest_delete -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer <REDACTED>" --data-raw '{"TaskID": 2570221043}'

wget

wget -S -O- --method=DELETE http://nohost/api/@datarequest_delete --header="Accept: application/json" --header="Content-Type: application/json" --header="Authorization: Bearer <REDACTED>" --body-data='{"TaskID": 2570221043}'

python-requests

requests.delete('http://nohost/api/@datarequest_delete', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer <REDACTED>'}, json={'TaskID': 2570221043})

The result will have no content if the request is deleted correctly

HTTP/1.1 204 OK
Content-Type: application/json

Download prepackaged files

CLMS Website also provides a way to download some prepackaged files. Those prepackaged files offer a way to easily download already processed and redacted data.

To inspect which prepackaged files are available for download, one can request that information to the dataset search endpoint:

http

GET /api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files HTTP/1.1
Accept: application/json

curl

curl -i -X GET 'http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files' -H "Accept: application/json"

wget

wget -S -O- 'http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files' --header="Accept: application/json"

python-requests

requests.get('http://nohost/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files', headers={'Accept': 'application/json'})

The result will include all the information regarding the prepackaged files in the downloadable_files attribute:

HTTP/1.1 200 OK
Content-Type: application/json

{
    "@id": "https://clms-prod.eea.europa.eu/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files",
    "batching": {
        "@id": "https://clms-prod.eea.europa.eu/api/@search?portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files",
        "first": "https://clms-prod.eea.europa.eu/api/@search?b_start=0&portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files",
        "last": "https://clms-prod.eea.europa.eu/api/@search?b_start=175&portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files",
        "next": "https://clms-prod.eea.europa.eu/api/@search?b_start=25&portal_type=DataSet&metadata_fields=UID&metadata_fields=downloadable_files"
    },
    "items": [
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2019-globe",
            "@type": "DataSet",
            "UID": "a8d945f0edd143a0a5240c28bafa23da",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "27e4e333-149c-49c4-a11e-96a1d0d1b6ff",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2019: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2018-globe",
            "@type": "DataSet",
            "UID": "a08da3f50c8d4b38bec35b831382162b",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "add8b7e7-14c0-4b63-98e5-b04e2cab099f",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2018: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2017-globe",
            "@type": "DataSet",
            "UID": "884325e8871049848a423de02d3cac4d",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "a7af31cc-29f8-4745-858a-f2d687656209",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2017: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2016-globe",
            "@type": "DataSet",
            "UID": "55e6e9c97459484a9c4d258da7376560",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "8cf6abde-e39e-4377-8cb8-07f93f50e2a2",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2016: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-3-epoch-2015-globe",
            "@type": "DataSet",
            "UID": "59846f949047465f9670b0c9ef490a52",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "d18276e9-983f-41c0-94c4-428be0575e1e",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "Land Cover 100m: collection 3: epoch 2015: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/global-dynamic-land-cover/copernicus-global-land-service-land-cover-100m-collection-2-epoch-2015-globe",
            "@type": "DataSet",
            "UID": "10080477095e422692a0a11bc4c6810e",
            "description": "Land cover maps represent spatial information on different types (classes) of physical coverage of the Earth's surface, e.g. forests, grasslands, croplands, lakes, wetlands. Dynamic land cover maps include transitions of land cover classes over time and hence captures land cover changes.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "f2ad4372-ac2e-46dd-8768-c092b65ef9e4",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "",
            "review_state": "private",
            "title": "DEPRECATED - Land Cover 100m: collection 2: epoch 2015: Globe"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc2018",
            "@type": "DataSet",
            "UID": "0407d497d3c44bcd93ce8fd5bf78596a",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2018 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "3d9e2413-46ca-4f6e-abf8-b6eb429a4e48",
                        "area": "u2018_clc2018_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2018\\CLC2018_Version_20\\Data\\data-details\\raster\‘_clc2018_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3bfb1a41-8b59-425d-b172-bd44517adbca",
                        "area": "u2018_clc2018_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2018\\CLC2018_Version_20\\Data\\data-details\\vector\\gdb\‘_clc2018_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "71a52224-0b24-4ecf-804c-a676c0017922",
                        "area": "u2018_clc2018_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2018\\CLC2018_Version_20\\Data\\data-details\\vector\\gpkg\‘_clc2018_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2012",
            "@type": "DataSet",
            "UID": "a5ee71470be04d66bcff498f94ceb5dc",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2012 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "9f992dad-d129-408e-be66-821adbd52a46",
                        "area": "EEA38 and the United Kingdom",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2012\\CLC2012_Version_20\\Data\\data-details\\raster\‘_clc2012_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "title": "u2018_clc2012_v2020_20u1_raster100m",
                        "type": "Raster",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e04cc7d0-bfe1-4e44-90b4-92cfeda6d392",
                        "area": "EEA38 and the United Kingdom",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2012\\CLC2012_Version_20\\Data\\data-details\\vector\\gdb\‘_clc2012_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "title": "u2018_clc2012_v2020_20u1_fgdb",
                        "type": "Vector",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2c674919-0baf-44d6-9c13-a0a585cbe931",
                        "area": "EEA38 and the United Kingdom",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2012\\CLC2012_Version_20\\Data\\data-details\\vector\\gpkg\‘_clc2012_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "title": "u2018_clc2012_v2020_20u1_geoPackage",
                        "type": "Vector",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2012"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2006",
            "@type": "DataSet",
            "UID": "d443c86fec2f49e08ff12c7decdbf2af",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2006 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "56810bc2-a62d-46a4-a47e-e8e1de8df1b2",
                        "area": "u2012_clc2006_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2006\\CLC2006_Version_20\\Data\\data-details\\raster\‒_clc2006_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "fa612e5b-5aee-4c22-8371-942d971f1874",
                        "area": "u2012_clc2006_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2006\\CLC2006_Version_20\\Data\\data-details\\vector\\gdb\‒_clc2006_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "46d516c6-b749-4064-a556-854b85ba5175",
                        "area": "u2012_clc2006_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2006\\CLC2006_Version_20\\Data\\data-details\\vector\\gpkg\‒_clc2006_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2006"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-2000",
            "@type": "DataSet",
            "UID": "6704f90ca82e4f228a46111519f8978e",
            "description": "Provides pan-European CORINE Land Cover inventory for the 2000 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "3ce937ab-9178-42b7-8000-60458100c38f",
                        "area": "u2006_clc2000_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2000\\CLC2000_Version_20\\Data\\data-details\\raster\ _clc2000_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "648075a0-330d-4a38-9787-73b95f1e26df",
                        "area": "u2006_clc2000_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2000\\CLC2000_Version_20\\Data\\data-details\\vector\\gdb\ _clc2000_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "eb099cbc-e0c3-408c-947d-f537c46edd07",
                        "area": "u2006_clc2000_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_2000\\CLC2000_Version_20\\Data\\data-details\\vector\\gpkg\ _clc2000_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/clc-1990",
            "@type": "DataSet",
            "UID": "8b393c8e474642d5acb4ed70fc2dc024",
            "description": "Provides pan-European CORINE Land Cover inventory for the 1990 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "95232d29-1273-4336-89b0-bddf75a059bf",
                        "area": "u2000_clc1990_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-details\\raster\ _clc1990_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "172a9207-e039-4cf6-b4c0-597761d124cc",
                        "area": "u2000_clc1990_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-details\\vector\\gdb\ _clc1990_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "13f65846-b7a1-4d90-b93e-c29130f04968",
                        "area": "u2000_clc1990_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover(CLC)_1990\\CLC1990_Version_20\\Data\\data-details\\vector\\gpkg\ _clc1990_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CLC 1990"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/lcc-2012-2018",
            "@type": "DataSet",
            "UID": "008e882e9759409fa93157ae4687bef8",
            "description": "Provides land cover change information between the 2012 and 2018 CLC status layers.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "cd36e075-f60a-460c-a640-325ed924b44a",
                        "area": "u2018_cha1218_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-details\\raster\‘_cha1218_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "03d57d03-a28b-44ec-ba9b-7f00c6d58cfe",
                        "area": "u2018_cha1218_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-details\\vector\\gdb\‘_cha1218_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b2d61468-f776-4e06-a48d-f76249956eec",
                        "area": "u2018_cha1218_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2012-2018\\CLC_CHA_2012-2018_Version_20\\Data\\data-details\\vector\\gpkg\‘_cha1218_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2012-2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-2006-2012",
            "@type": "DataSet",
            "UID": "e7d359d1ac5947d6ae275d057b4d4d5f",
            "description": "Provides land cover change information between the 2006 and 2012 CLC status layers.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "aa48ee21-7eb6-4b5f-915d-980473cdeace",
                        "area": "u2012_cha0612_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-details\\raster\‒_cha0612_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "237cc147-380e-40df-bb7b-3ab980322fe1",
                        "area": "u2012_cha0612_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-details\\vector\\gdb\‒_cha0612_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b62416dd-00a9-407f-a09c-a326d9304c54",
                        "area": "u2012_cha0612_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2006-2012\\CLC_CHA_2006-2012_Version_20\\Data\\data-details\\vector\\gpkg\‒_cha0612_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2006-2012"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-2000-2006",
            "@type": "DataSet",
            "UID": "abce2c32a4314b77b8763c68f1a228bd",
            "description": "Provides land cover change information between the 2006 and 2012 CLC status layers.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "ad5ab485-3942-4f9c-b9e5-a36e1332e171",
                        "area": "u2006_cha0006_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-details\\raster\ _cha0006_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "507ff43e-0165-4bae-9e6f-5fe5cfc7a4a0",
                        "area": "u2006_cha0006_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-details\\vector\\gdb\ _cha0006_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b547837c-4244-4e1c-8329-b960f7c1716c",
                        "area": "u2006_cha0006_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_2000-2006\\CLC_CHA_2000-2006_Version_20\\Data\\data-details\\vector\\gpkg\ _cha0006_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 2000-2006"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover/cha-1990-2000",
            "@type": "DataSet",
            "UID": "4d33bf4e1a8f487eaccc829864fed3f1",
            "description": "Provides land cover change information between the 1990 and 2000 CLC status layers.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "1df58a89-f815-4c91-b540-f1c91403c71e",
                        "area": "u2000_cha9000_v2020_20u1_raster100m",
                        "format": "Geotiff",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-details\\raster\ _cha9000_v2020_20u1_raster100m.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "155ec63e-565d-459b-a5dd-726b8936e35d",
                        "area": "u2000_cha9000_v2020_20u1_fgdb",
                        "format": "GDB",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-details\\vector\\gdb\ _cha9000_v2020_20u1_fgdb.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f69a7fff-a677-457b-85f1-3e3214cac8f2",
                        "area": "u2000_cha9000_v2020_20u1_geoPackage",
                        "format": "GPKG",
                        "path": "H:\\Corine_Land_Cover\\Corine_Land_Cover\\Corine_Land_Cover_Change(CLC_CHA)_1990-2000\\CLC_CHA_1990-2000_Version_20\\Data\\data-details\\vector\\gpkg\ _cha9000_v2020_20u1_geoPackage.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "CHA 1990-2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-clc-pilot-2018",
            "@type": "DataSet",
            "UID": "8435a4e69cfd40dfa0f0c1f2eab5de6a",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "bab5bb08-ed45-48a9-a8e3-04f86604380f",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "",
            "review_state": "published",
            "title": "ENI CLC Pilot 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-clc-pilot-2000",
            "@type": "DataSet",
            "UID": "50660e312bc84c17b2d02928f815a3fc",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "cc2fdbef-ce81-48dc-ae90-8990a9eeb05c",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "",
            "review_state": "published",
            "title": "ENI CLC Pilot 2000"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/corine-land-cover-pilots-in-eastern-partnership-countries/eni-cha-pilot-2000-2018",
            "@type": "DataSet",
            "UID": "2cfc9deeca734ed694a6806e8d3b6e02",
            "description": "",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "e68d53f1-6661-498c-bd11-bc0309fe6b99",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "",
            "review_state": "published",
            "title": "ENI CHA Pilot 2000-2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2018",
            "@type": "DataSet",
            "UID": "4354f5ba912d4071b3b5f9300104765b",
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2018 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "88e8400b-fbaf-4ef5-85f3-c6ca9f2a3430",
                        "area": "IBU_2018_010m_al_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_al_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5aa5e3e8-d0ad-4cab-a91f-8210eb4e4a09",
                        "area": "IBU_2018_010m_at_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_at_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "0211ecdf-d79f-4a36-b0db-468d9bada949",
                        "area": "IBU_2018_010m_ba_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ba_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3a013687-11a6-4a16-9cfd-6b73934be3d1",
                        "area": "IBU_2018_010m_be_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_be_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d6215b6e-097c-4c88-b015-09514bfa62fd",
                        "area": "IBU_2018_010m_bg_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_bg_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "ee7998c8-7439-42a3-b01c-400612aa2d02",
                        "area": "IBU_2018_010m_ch_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ch_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5e57b3b8-a684-40fd-8c9a-26d8430b2578",
                        "area": "IBU_2018_010m_cy_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_cy_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c94ca2ca-f9d5-4b74-8506-9c1638075796",
                        "area": "IBU_2018_010m_cz_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_cz_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b292e2af-ecf7-46f9-a778-b18ffb0c01e7",
                        "area": "IBU_2018_010m_de_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_de_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "36827a89-5e99-43fd-b960-0f24c2c9d44f",
                        "area": "IBU_2018_010m_dk_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_dk_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "7a7fbd47-6f06-4bbc-989c-176594221858",
                        "area": "IBU_2018_010m_ee_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ee_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "319008d1-bc4e-4bf9-b6b6-524f84d1aef4",
                        "area": "IBU_2018_010m_es_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_es_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e84a5353-a4b6-463e-8ab6-2d9b0d5b6645",
                        "area": "IBU_2018_010m_eu_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_eu_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a3c1b9c5-7888-4e05-a423-c6ed5a07e63b",
                        "area": "IBU_2018_010m_fi_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_fi_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a07c95dc-ebd3-46b9-84cf-79546debe33c",
                        "area": "IBU_2018_010m_fr_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_fr_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "97d705b5-9114-4b78-906f-a5c25a20f0e7",
                        "area": "IBU_2018_010m_gb_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_gb_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f0c73041-ba2a-42bc-9c63-319d3079f928",
                        "area": "IBU_2018_010m_gr_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_gr_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "20591098-0c83-4a09-8a0c-c87af2976afb",
                        "area": "IBU_2018_010m_hr_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_hr_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2a15c51f-3284-48e0-b3cf-1610070c6b7a",
                        "area": "IBU_2018_010m_hu_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_hu_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c744de7c-b3b7-4931-b246-9358926e1be0",
                        "area": "IBU_2018_010m_ie_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ie_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a44daecc-11ff-4c91-9fba-46d89e714f1f",
                        "area": "IBU_2018_010m_is_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_is_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c2145c23-92fb-46f8-885f-d08d3b562874",
                        "area": "IBU_2018_010m_it_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_it_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "78cffaba-029a-4b6b-9cfe-08e0d59731f0",
                        "area": "IBU_2018_010m_ks_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ks_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3c93d9db-24e8-46f0-ba3d-2980da29cd39",
                        "area": "IBU_2018_010m_li_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_li_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "54cfa6ad-43ef-4bdc-a123-818e13c7d57b",
                        "area": "IBU_2018_010m_lt_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_lt_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6ddb1718-7390-4041-9804-3172da1e0a18",
                        "area": "IBU_2018_010m_lu_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_lu_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9b87fed6-df8c-4bc4-8a3b-a3df63a58e6b",
                        "area": "IBU_2018_010m_lv_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_lv_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "07721eed-af49-4367-8d39-c14752e79cdd",
                        "area": "IBU_2018_010m_me_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_me_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "58a008f7-0d00-4786-9334-4e7d92140f91",
                        "area": "IBU_2018_010m_mk_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_mk_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d837aad2-66d7-4f1a-a0e8-16e79ee66232",
                        "area": "IBU_2018_010m_mt_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_mt_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a310e561-9e37-4903-883d-effca4dd3ae2",
                        "area": "IBU_2018_010m_nl_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_nl_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "781b0302-81a2-4221-9f92-bdc99483f8ec",
                        "area": "IBU_2018_010m_no_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_no_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "240e15ed-41e3-4a98-a6be-4b3a4b94b5d3",
                        "area": "IBU_2018_010m_pl_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_pl_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b281f0b1-9c55-45ca-bcd0-620f90caa37f",
                        "area": "IBU_2018_010m_pt_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_pt_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f2260d1e-d181-45f2-81f1-f159dd1dc06d",
                        "area": "IBU_2018_010m_ro_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_ro_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "37a94fb9-100b-4e04-aba2-de301cd65e3e",
                        "area": "IBU_2018_010m_rs_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_rs_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "bb33ca7d-ab35-47c7-91d0-8e1c5c3f1a64",
                        "area": "IBU_2018_010m_se_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_se_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "40c779df-9422-497b-b40e-15db6532b67d",
                        "area": "IBU_2018_010m_si_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_si_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1804ce9a-5fef-4727-9d34-4ae9486e4038",
                        "area": "IBU_2018_010m_sk_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_sk_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b0fd4148-eafc-4d30-ae40-fd0863162880",
                        "area": "IBU_2018_010m_tr_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\IBU_2018_010m\\IBU_2018_010m_tr_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8e6d76ab-0b70-4deb-ac81-18698e99b0be",
                        "area": "SBU_2018_100m_eu_03035_v010",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Built-up(IBU)_2018\\Data\\data-details\\SBU_2018_100m\\SBU_2018_100m_eu_03035_v010.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "bcb46504-6eb8-4ac5-b080-ec354b6f66c8",
                        "area": "IMD_2018_010m_al_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_al_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "845268a8-aa0a-4a94-85ab-6e01171cf1db",
                        "area": "IMD_2018_010m_at_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_at_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "700e35c7-7bbc-42cc-a831-eec8ba6b8cf1",
                        "area": "IMD_2018_010m_ba_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ba_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "883db9b3-c451-42a3-a0ae-d3e9a0085108",
                        "area": "IMD_2018_010m_be_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_be_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8809997d-87a6-404c-ae72-32c2662d874e",
                        "area": "IMD_2018_010m_bg_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_bg_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "ae5c1ed2-e935-45f8-94b5-4c00e85044fc",
                        "area": "IMD_2018_010m_ch_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ch_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "16708fe2-88bf-4e7b-9909-d18e920557f9",
                        "area": "IMD_2018_010m_cy_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_cy_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9c11ace0-3e82-4f3b-a9c6-1876e39b81de",
                        "area": "IMD_2018_010m_cz_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_cz_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "4de88087-5723-4882-a0b7-9fa53835cd09",
                        "area": "IMD_2018_010m_de_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_de_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2240a4a6-b5f2-4170-a00e-587f3bddf964",
                        "area": "IMD_2018_010m_dk_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_dk_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8339f170-ea36-4486-81db-1a8b469e08b0",
                        "area": "IMD_2018_010m_ee_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ee_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "40c95099-0ee9-462e-b98c-fce00fbed7ec",
                        "area": "IMD_2018_010m_es_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_es_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "548800d0-8bfe-4846-9fa9-24736d2231f5",
                        "area": "IMD_2018_010m_eu_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_eu_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "4e98fc71-e037-417b-bc65-75dc5842e9cd",
                        "area": "IMD_2018_010m_fi_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_fi_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f045c8ac-1646-4dde-a21a-2dc843e4d460",
                        "area": "IMD_2018_010m_fr_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_fr_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e054cea6-9f4a-44ac-bfc7-c7a66b6ed393",
                        "area": "IMD_2018_010m_gb_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_gb_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "319b670f-3169-40c9-af7c-4f434f5abc58",
                        "area": "IMD_2018_010m_gr_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_gr_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5baabab6-87c6-437d-87bf-ce5c71c7603b",
                        "area": "IMD_2018_010m_hr_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_hr_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "82966f34-a592-4abc-94e8-58354b033dbe",
                        "area": "IMD_2018_010m_hu_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_hu_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a5f61687-a2eb-4131-ada6-dc0b421efcd2",
                        "area": "IMD_2018_010m_ie_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ie_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "42e084af-f59c-4f2e-99ed-3f5d613dffda",
                        "area": "IMD_2018_010m_is_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_is_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c4581c74-4d8b-4792-9c49-ebf136512f68",
                        "area": "IMD_2018_010m_it_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_it_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "671cbaf6-342a-442f-ac22-f0a193f3b359",
                        "area": "IMD_2018_010m_ks_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ks_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "46dbce56-e330-48b6-b616-4a9b993fcf54",
                        "area": "IMD_2018_010m_li_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_li_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "25e5b63e-a76d-4c3f-9053-9bec2985b1b6",
                        "area": "IMD_2018_010m_lt_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_lt_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d0666c59-2e9e-472b-b138-d1aa1a50ad6a",
                        "area": "IMD_2018_010m_lu_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_lu_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e6227655-0f8c-4886-807e-9e0c0e1835b0",
                        "area": "IMD_2018_010m_lv_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_lv_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "848087f4-b448-49eb-b6d4-993a3f1976d4",
                        "area": "IMD_2018_010m_me_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_me_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "ee0b41f5-15e4-417c-a8d7-e50702d6c9e6",
                        "area": "IMD_2018_010m_mk_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_mk_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "bf2ff6af-4aa3-4244-bc61-85d086ed1a4b",
                        "area": "IMD_2018_010m_mt_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_mt_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d6290f9a-7d53-4547-8b2c-64c8e871accf",
                        "area": "IMD_2018_010m_nl_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_nl_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "4d95349c-cdf5-4844-8cf1-3b6e495f0b62",
                        "area": "IMD_2018_010m_no_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_no_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "fa728cc1-2ccf-4cb6-bdc2-9babb481c3b2",
                        "area": "IMD_2018_010m_pl_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_pl_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "95a883a3-7ae7-49ea-a620-0f1878c77cd8",
                        "area": "IMD_2018_010m_pt_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_pt_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "251894da-9a85-466d-811d-a17131b93e13",
                        "area": "IMD_2018_010m_ro_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_ro_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "05abfd5c-b67a-4996-888e-54fbe940c960",
                        "area": "IMD_2018_010m_rs_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_rs_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9ca48c3f-1cd0-464b-8d08-16573fd599bf",
                        "area": "IMD_2018_010m_se_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_se_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d77c84ca-f1e9-486d-8eca-0ac34158b3d8",
                        "area": "IMD_2018_010m_si_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_si_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "15bcb50c-7751-439a-8be3-229cb5a548ba",
                        "area": "IMD_2018_010m_sk_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_sk_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b0230474-f67a-4dbc-b4ea-596cfd511c81",
                        "area": "IMD_2018_010m_tr_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_010m\\IMD_2018_010m_tr_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "67598c6e-849e-41dc-a4f0-70e1caa39c23",
                        "area": "IMD_2018_100m_eu_03035_v020",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2018\\Data\\data-details\\raster\\IMD_2018_100m\\IMD_2018_100m_eu_03035_v020.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-impervious-built-up-2018",
            "@type": "DataSet",
            "UID": "b925f7fd06204f729e2078b146e2fa7a",
            "description": "Provides at pan-European level the binary information (building / no building) within the sealing outline derived from the High Resolution Imperviousness Density 2018.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "fbc7edf1-c8c3-42a1-a936-2638df5e65c5",
                        "area": "",
                        "format": "",
                        "path": "",
                        "resolution": "",
                        "size": "",
                        "source": "",
                        "title": "",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Impervious Built-up 2018"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2015",
            "@type": "DataSet",
            "UID": "60f19d5af8894811ad64f2e89343d426",
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2015 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "f2461db0-d692-4720-be4b-e98130113b67",
                        "area": "IMD_2015_020m_eu_03035_d05_E00N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E00N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "debe6b58-1c31-499d-97a2-3e6ec41a3aa5",
                        "area": "IMD_2015_020m_eu_03035_d05_E10N00",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E10N00.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1b8cf44b-e122-44dc-8e59-7bc051caa49f",
                        "area": "IMD_2015_020m_eu_03035_d05_E10N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E10N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9ed4a08f-e970-4db6-a572-2172b416e49d",
                        "area": "IMD_2015_020m_eu_03035_d05_E10N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E10N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "508d3ccd-fee8-443a-b777-8a7f4bd9425f",
                        "area": "IMD_2015_020m_eu_03035_d05_E20N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E20N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "cc9304b4-5038-43ed-a37b-3daac91af710",
                        "area": "IMD_2015_020m_eu_03035_d05_E20N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E20N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "86210be6-e0e8-49ea-a7d0-2edcc600bad0",
                        "area": "IMD_2015_020m_eu_03035_d05_E20N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E20N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c7dc0b22-24d5-4913-9841-7ff17f3392e0",
                        "area": "IMD_2015_020m_eu_03035_d05_E20N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E20N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d826cf0c-fea1-4e30-a2ac-de55792ea584",
                        "area": "IMD_2015_020m_eu_03035_d05_E20N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E20N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5ed03a13-0131-47d3-9871-fd298355194f",
                        "area": "IMD_2015_020m_eu_03035_d05_E30N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E30N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2b5e42fb-6e30-4531-835c-3c2bd7ac44cf",
                        "area": "IMD_2015_020m_eu_03035_d05_E30N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E30N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d33c3084-2763-41dc-9e40-9d2b8666dfb0",
                        "area": "IMD_2015_020m_eu_03035_d05_E30N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E30N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "ea791341-80d5-4daf-b40a-3a68c71a33d8",
                        "area": "IMD_2015_020m_eu_03035_d05_E30N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E30N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9bc22c78-2552-4c9f-b27c-1426abb9a3ba",
                        "area": "IMD_2015_020m_eu_03035_d05_E30N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E30N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "da77ce68-23e5-4cc3-ab68-eef33694465d",
                        "area": "IMD_2015_020m_eu_03035_d05_E40N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E40N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5f3c9578-73e4-4471-ab37-e509cbd751b6",
                        "area": "IMD_2015_020m_eu_03035_d05_E40N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E40N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "68047d27-8f2d-4e4c-91d5-34dabe1a4f0e",
                        "area": "IMD_2015_020m_eu_03035_d05_E40N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E40N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1138a8b9-f45c-4623-8668-a373f67aa2d0",
                        "area": "IMD_2015_020m_eu_03035_d05_E40N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E40N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2544f8ec-ae7a-43f1-83d7-e8194fb8e238",
                        "area": "IMD_2015_020m_eu_03035_d05_E40N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E40N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "39503a0e-c11c-4880-a9fe-c70dcdacbd1a",
                        "area": "IMD_2015_020m_eu_03035_d05_E50N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E50N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "83a77dc3-47f3-4149-9bbd-e6e9edd26e76",
                        "area": "IMD_2015_020m_eu_03035_d05_E50N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E50N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b2bfc0ad-4d1c-463b-86d5-7d53a9562f04",
                        "area": "IMD_2015_020m_eu_03035_d05_E50N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E50N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "7bd82bb6-dcc1-4d36-b0cb-17898cff6af6",
                        "area": "IMD_2015_020m_eu_03035_d05_E50N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E50N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "36dc7dd5-82e3-42a5-bb92-874984c3174f",
                        "area": "IMD_2015_020m_eu_03035_d05_E50N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E50N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "49357696-e164-4fb2-a44d-210e21d4e84d",
                        "area": "IMD_2015_020m_eu_03035_d05_E60N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E60N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8c17fa65-d668-4513-a19a-429ca3820e0b",
                        "area": "IMD_2015_020m_eu_03035_d05_E60N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E60N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "26e384c6-3f3b-477b-81ba-27ae8daa37ab",
                        "area": "IMD_2015_020m_eu_03035_d05_E70N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_E70N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3f440f34-ff76-439f-910f-f0abb9e3f662",
                        "area": "IMD_2015_100m_E00N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E00N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e384fbc7-95b2-4e00-aecf-d02e2c4817d6",
                        "area": "IMD_2015_100m_E10N00_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E10N00_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3f7378a4-7926-451c-8573-d4c96d4c608a",
                        "area": "IMD_2015_100m_E10N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E10N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b959b437-3c7f-4915-b522-bd493d0c90dd",
                        "area": "IMD_2015_100m_E10N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E10N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "343e8066-8290-4881-bcc4-ac78e1ef399d",
                        "area": "IMD_2015_100m_E20N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E20N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a51f0d1e-c737-41b3-8f58-3f473720a50f",
                        "area": "IMD_2015_100m_E20N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E20N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "491c9776-f9c1-4ce7-bc49-cf17db34558a",
                        "area": "IMD_2015_100m_E20N30_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E20N30_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "274b1596-0934-42f4-9ed6-db3bce10ae5f",
                        "area": "IMD_2015_100m_E20N40_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E20N40_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "463c7562-6f50-4619-9acf-aacc44e20208",
                        "area": "IMD_2015_100m_E20N50_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E20N50_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "313d5112-c500-4a10-8e38-1aed86ec3a7c",
                        "area": "IMD_2015_100m_E30N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E30N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "df967062-8753-4fe2-a031-0fbb7e9fc335",
                        "area": "IMD_2015_100m_E30N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E30N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "76b6ed3d-421b-4f54-b915-a4c9f76d38a1",
                        "area": "IMD_2015_100m_E30N30_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E30N30_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e176ac8e-a685-4aca-9017-bb1b0fbb8e09",
                        "area": "IMD_2015_100m_E30N40_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E30N40_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1308ca81-2061-492d-bc30-a5a00c9a7735",
                        "area": "IMD_2015_100m_E30N50_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E30N50_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "739be264-42d6-4514-baf3-51b8fee648b2",
                        "area": "IMD_2015_100m_E40N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E40N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "388344d3-d54e-4502-b764-d00deea79365",
                        "area": "IMD_2015_100m_E40N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E40N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2186d220-b93e-425f-97a1-c5c14a672237",
                        "area": "IMD_2015_100m_E40N30_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E40N30_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "29a36b77-8f14-4424-a3f4-620c04c20aa2",
                        "area": "IMD_2015_100m_E40N40_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E40N40_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "5f117e63-65ba-4aac-b75c-192d6039728a",
                        "area": "IMD_2015_100m_E40N50_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E40N50_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1000232c-b06d-41cf-bd72-77d7815c5b34",
                        "area": "IMD_2015_100m_E50N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E50N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a44c4183-7c0a-45a5-ba55-5390d2d9fcbb",
                        "area": "IMD_2015_100m_E50N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E50N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "da129086-be6f-46e4-b0fc-b3a689dcf8e2",
                        "area": "IMD_2015_100m_E50N30_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E50N30_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "eb42b42f-32ef-43c2-8abe-5fbbf11543a4",
                        "area": "IMD_2015_100m_E50N40_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E50N40_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c2912ffa-417e-482e-abec-5b933a49fed6",
                        "area": "IMD_2015_100m_E50N50_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E50N50_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f2809324-5c04-45a1-b7ac-9528035a1bde",
                        "area": "IMD_2015_100m_E60N10_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E60N10_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "816b666a-9b1b-47ed-92cf-38fdaecce75c",
                        "area": "IMD_2015_100m_E60N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E60N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "0be9e031-b9ba-42ee-bd0f-ed5187dcc30f",
                        "area": "IMD_2015_100m_E70N20_03035_d03",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_E70N20_03035_d03.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "eae84e14-70a2-4f1e-9a72-ec406a10de15",
                        "area": "IMD_2015_020m_eu_03035_d05_Full",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_020m\\IMD_2015_020m_eu_03035_d05_Full.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8f62d809-dd66-4247-b99c-8736cfc273bb",
                        "area": "IMD_2015_100m_eu_03035_d03_Full",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2015\\Data\\data-details\\IMD_2015_100m\\IMD_2015_100m_eu_03035_d03_Full.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    }
                ]
            },
            "image_field": "image",
            "review_state": "published",
            "title": "High Resolution Layer Imperviousness Density 2015"
        },
        {
            "@id": "https://clms-prod.eea.europa.eu/api/en/products/high-resolution-layer-imperviousness/high-resolution-layer-imperviousness-density-2012",
            "@type": "DataSet",
            "UID": "d1393a40eba0424bbb68bd3143b8d983",
            "description": "Provides at pan-European level the sealing density in the range from 0% to 100% for the 2012 reference year.",
            "downloadable_files": {
                "items": [
                    {
                        "@id": "97e3bbd7-2afa-4cbe-815c-4590bdd471a9",
                        "area": "IMD_2012_020m_eu_03035_d03_E00N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E00N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "97b6eab2-7477-4a4f-92fa-9abfd0b02802",
                        "area": "IMD_2012_020m_eu_03035_d03_E10N00",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E10N00.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "7ddc0c54-a2c2-49b9-837d-036b1f020717",
                        "area": "IMD_2012_020m_eu_03035_d03_E10N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E10N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "19f45d93-e490-446f-aef4-ad478d3f8839",
                        "area": "IMD_2012_020m_eu_03035_d03_E10N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E10N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1c61b5e0-f9ab-4c41-b723-1813d543e401",
                        "area": "IMD_2012_020m_eu_03035_d03_E20N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E20N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "81376a00-db1f-44ef-adec-26d766c73c94",
                        "area": "IMD_2012_020m_eu_03035_d03_E20N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E20N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c7fd50b5-d544-4b20-9a9a-898bb46c9feb",
                        "area": "IMD_2012_020m_eu_03035_d03_E20N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E20N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "84f6190b-3ba5-404e-8cc3-568aeb3619be",
                        "area": "IMD_2012_020m_eu_03035_d03_E20N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E20N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "034a57e5-c797-4c4e-8d2c-5854caf8051c",
                        "area": "IMD_2012_020m_eu_03035_d03_E20N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E20N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "766090a9-d304-4f39-9ce4-f47f3ad5201a",
                        "area": "IMD_2012_020m_eu_03035_d03_E30N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E30N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "76f8f253-9e05-4dc4-935b-279bb97903ce",
                        "area": "IMD_2012_020m_eu_03035_d03_E30N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E30N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e0416254-93f2-4158-a66c-2d19103129ce",
                        "area": "IMD_2012_020m_eu_03035_d03_E30N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E30N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1840c702-e406-41d6-83f3-7d75ac8c1392",
                        "area": "IMD_2012_020m_eu_03035_d03_E30N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E30N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6c16ee4b-3ef6-4318-890a-323f3e3f1813",
                        "area": "IMD_2012_020m_eu_03035_d03_E30N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E30N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "14c19770-b190-433c-8e0c-b29061ddd263",
                        "area": "IMD_2012_020m_eu_03035_d03_E40N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E40N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6e23b19e-f871-45c9-bd5e-c97d9002ef88",
                        "area": "IMD_2012_020m_eu_03035_d03_E40N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E40N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9e4bb16d-c545-42cb-a27d-63c2b48061ba",
                        "area": "IMD_2012_020m_eu_03035_d03_E40N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E40N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1cbaf141-2987-4632-b10b-b75ce8e70c87",
                        "area": "IMD_2012_020m_eu_03035_d03_E40N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E40N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "b3fe6970-fd47-42b3-b970-5388f7b8c8ba",
                        "area": "IMD_2012_020m_eu_03035_d03_E40N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E40N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "c47fa28d-2357-4719-988d-15091569074e",
                        "area": "IMD_2012_020m_eu_03035_d03_E50N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E50N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "bfd438e7-63be-40bc-88af-89b83e08ee61",
                        "area": "IMD_2012_020m_eu_03035_d03_E50N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E50N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3c8a4c0b-d012-4643-b62d-2b75f0718117",
                        "area": "IMD_2012_020m_eu_03035_d03_E50N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E50N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9923b94f-8792-4ff4-9472-53fe480dff89",
                        "area": "IMD_2012_020m_eu_03035_d03_E50N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E50N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "358e01c2-1651-47a1-9614-a0454bfa1698",
                        "area": "IMD_2012_020m_eu_03035_d03_E50N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E50N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1c186abf-7844-496b-ae95-4164db1e46da",
                        "area": "IMD_2012_020m_eu_03035_d03_E60N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E60N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "aed798c4-a782-43d9-9cfc-c92a9583d091",
                        "area": "IMD_2012_020m_eu_03035_d03_E60N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E60N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d708674b-3dc7-4276-a5cd-f756d35da589",
                        "area": "IMD_2012_020m_eu_03035_d03_E70N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_020m\\IMD_2012_020m_eu_03035_d03_E70N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9266f6c9-a0e6-45bd-a441-30d56103bec9",
                        "area": "IMD_2012_100m_eu_03035_d03_E00N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E00N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "4872b31b-7115-4cec-9882-a9457db54e4e",
                        "area": "IMD_2012_100m_eu_03035_d03_E10N00",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E10N00.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "011ba5f2-856e-483d-85c3-5325f6944eab",
                        "area": "IMD_2012_100m_eu_03035_d03_E10N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E10N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "84465660-43e4-4ad6-b370-8cd3aea9554e",
                        "area": "IMD_2012_100m_eu_03035_d03_E10N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E10N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "8d37fdca-de88-4d50-bb6c-2b18fa65b33e",
                        "area": "IMD_2012_100m_eu_03035_d03_E20N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E20N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f3f7f1fc-5e82-4b1c-84c4-320a3b445a18",
                        "area": "IMD_2012_100m_eu_03035_d03_E20N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E20N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "28bf452e-98e9-481e-86a4-1f7195ae406d",
                        "area": "IMD_2012_100m_eu_03035_d03_E20N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E20N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1a2f3d75-1a60-4f64-910e-cc211c34c846",
                        "area": "IMD_2012_100m_eu_03035_d03_E20N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E20N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6346bc54-4647-4a17-9863-a5c4ae678d2a",
                        "area": "IMD_2012_100m_eu_03035_d03_E20N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E20N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f32055ec-7744-42f9-b04d-c0e70a8fce1b",
                        "area": "IMD_2012_100m_eu_03035_d03_E30N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E30N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "2269dd88-8861-4c5d-b989-56dd910575c9",
                        "area": "IMD_2012_100m_eu_03035_d03_E30N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E30N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d3127da7-b318-4174-a387-8e268066918d",
                        "area": "IMD_2012_100m_eu_03035_d03_E30N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E30N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "7ca69dd5-9ef2-40f3-8c61-19e23021ece0",
                        "area": "IMD_2012_100m_eu_03035_d03_E30N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E30N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d131d592-ca64-490b-865f-18a02a77d4ab",
                        "area": "IMD_2012_100m_eu_03035_d03_E30N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E30N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1229e17e-fb11-4ca2-b517-8b0d9e813fbc",
                        "area": "IMD_2012_100m_eu_03035_d03_E40N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E40N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "d6a0bf22-4cb1-487d-b7e5-d22e298cea68",
                        "area": "IMD_2012_100m_eu_03035_d03_E40N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E40N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f493ad13-0df0-41d0-885e-4b8a8a0f32f9",
                        "area": "IMD_2012_100m_eu_03035_d03_E40N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E40N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "f06a3b04-af8b-4ebc-b1e9-9129d6af90c5",
                        "area": "IMD_2012_100m_eu_03035_d03_E40N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E40N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "1a532d53-9c2e-4d3a-b313-6d4352e76284",
                        "area": "IMD_2012_100m_eu_03035_d03_E40N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E40N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "3ed75e41-3ae9-4a53-a875-c4ac740a3ac1",
                        "area": "IMD_2012_100m_eu_03035_d03_E50N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E50N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "259fb9cc-173c-425c-97a0-1ce40051fa62",
                        "area": "IMD_2012_100m_eu_03035_d03_E50N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E50N20.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "a98c2e80-1e16-45c5-a106-034df7ccbd82",
                        "area": "IMD_2012_100m_eu_03035_d03_E50N30",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E50N30.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "e1ed13dc-56bb-4fb8-8f5d-13b5f48bace9",
                        "area": "IMD_2012_100m_eu_03035_d03_E50N40",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E50N40.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "9b50f1b0-0699-41cb-9ae2-a6f75d9d0219",
                        "area": "IMD_2012_100m_eu_03035_d03_E50N50",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E50N50.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6167dd62-aefd-4a4d-95e8-778ccf5d7a0b",
                        "area": "IMD_2012_100m_eu_03035_d03_E60N10",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E60N10.zip",
                        "resolution": "",
                        "size": "",
                        "source": "EEA",
                        "type": "",
                        "version": "",
                        "year": ""
                    },
                    {
                        "@id": "6605f3c3-3913-4a6d-94fe-2e9ce25a6834",
                        "area": "IMD_2012_100m_eu_03035_d03_E60N20",
                        "format": "Geotiff",
                        "path": "H:\\High_Resolution_Layers\\High_Resolution_Layers\\High_Resolution_Layer(HRL)_Imperviousness\\HRL_Imperviousness_Density(IMD)_2012\\Data\\data-details\\IMD_2012_100m\\IMD_2012_100m_eu_03035_d03_E60N20.zip",
                        "resolution"