From 142d2ba630d953750b75cd967adbadf685e0c63f Mon Sep 17 00:00:00 2001 From: baloola Date: Fri, 6 Oct 2023 12:51:33 +0200 Subject: [PATCH] keep only EDC items --- stac_dist/catalog.json | 5 - ...est_FUA___Urban_Audit_2021_10m_raster.json | 107 ------------------ 2 files changed, 112 deletions(-) delete mode 100644 stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json diff --git a/stac_dist/catalog.json b/stac_dist/catalog.json index 039baa19..f01bdf2c 100644 --- a/stac_dist/catalog.json +++ b/stac_dist/catalog.json @@ -329,11 +329,6 @@ "rel": "item", "href": "./ERA5_WIND_V/ERA5_WIND_V.json", "type": "application/json" - }, - { - "rel": "item", - "href": "./test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json", - "type": "application/json" } ], "title": "data-access catalog" diff --git a/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json b/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json deleted file mode 100644 index 3850290a..00000000 --- a/stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "type": "Feature", - "stac_version": "2.2.0", - "id": "test_FUA___Urban_Audit_2021_10m_raster", - "properties": { - "license": "No limitations to public access EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Terms and condition for the use of the input data collected and used for delineating a city: DG REGIO: - https://ec.europa.eu/info/legal-notice_en#copyright-notice LandScan 2010 \u00a9 UT BATTELLE: - https://landscan.ornl.gov/license GEOSTAT 2011: https://ec.europa.eu/info/legal-notice_en#copyright-notice CORDA platform: - https://www.copernicus.eu/en/access-data/copyright-and-licences", - "Description": "Functional Urban Area (FUA) boundaries, used within the context of Urban Atlas 2012 and 2018 for the Copernicus Land Monitoring Service. The dataset contains a total of 788 FUA over EEA38 (with the exception of Liechtenstein) and the United Kingdom.\nMore information at https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d.", - "providers": [ - { - "name": "" - } - ], - "Data Source": "EEA geospatial data catalague https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d", - "cube:dimensions": { - "x": { - "axis": "x", - "extent": [ - -31.28, - 44.81 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "y": { - "axis": "y", - "extent": [ - 27.64, - 71.16 - ], - "reference_system": "ESPG:4326", - "type": "spatial" - }, - "time": { - "extent": [ - "2017-01-01T00:00:00", - "2017-12-31T00:00:00" - ], - "type": "temporal" - } - }, - "datetime": "2000-01-01T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -31.28, - 27.64 - ], - [ - -31.28, - 71.16 - ], - [ - 44.81, - 71.16 - ], - [ - 44.81, - 27.64 - ], - [ - -31.28, - 27.64 - ] - ] - ] - }, - "links": [ - { - "rel": "root", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - }, - { - "rel": "parent", - "href": "../catalog.json", - "type": "application/json", - "title": "data-access catalog" - } - ], - "assets": { - "data_1": { - "href": "https://sdi.eea.europa.eu/datashare/s/QQ7eMwxfgqFY48k/download?path=%2FFUA_gpkg&files=UA2012_2018_FUA_boundaries_20201218.gpkg", - "roles": [ - "data" - ] - }, - "thumbnail_0": { - "href": "https://sdi.eea.europa.eu/public/catalogue-graphic-overview/b00ec941-c4dd-4673-91ea-2c8b5145892d.png", - "roles": [ - "thumbnail" - ] - } - }, - "bbox": [ - -31.28, - 27.64, - 44.81, - 71.16 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" - ] -} \ No newline at end of file