From df8388a3e4483397c0bfeb419756a45892f9b9d3 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:39:23 +0200 Subject: [PATCH 1/2] Add stac_dist/imperviousness_10m/imperviousness_10m.json for pull request submission --- .../imperviousness_10m.json | 157 ++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 stac_dist/imperviousness_10m/imperviousness_10m.json diff --git a/stac_dist/imperviousness_10m/imperviousness_10m.json b/stac_dist/imperviousness_10m/imperviousness_10m.json new file mode 100644 index 00000000..b48d4255 --- /dev/null +++ b/stac_dist/imperviousness_10m/imperviousness_10m.json @@ -0,0 +1,157 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "imperviousness_10m", + "properties": { + "license": "other", + "description": "Provides at pan-European level in the spatial resolution of 10 m the sealing density in the range from 0% to 100%.", + "providers": [ + { + "organization": "Environment", + "doc_link": "https://land.copernicus.eu/", + "organization_email": "copernicus@eea.europa.eu", + "roles": "host" + } + ], + "dataSource": "https://land.copernicus.eu/en/products/high-resolution-layer-imperviousness", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 900000, + 7400000 + ], + "reference_system": "3035", + "type": "spatial", + "unit": "metre", + "step": 10 + }, + "y": { + "axis": "y", + "extent": [ + 900000, + 5500000 + ], + "reference_system": "3035", + "type": "spatial", + "unit": "metre", + "step": -10 + }, + "time": { + "extent": [], + "type": "temporal", + "values": [ + "2018-01-01T00:00Z", + "2999-01-01T00:00:00Z" + ], + "step": "P3Y", + "unit": "day" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "raster:bands": [ + { + "band_name": "imperviousness", + "unit": "1", + "data_type": "uint8", + "nodata": 240, + "definition": "https://land.copernicus.eu/en/technical-library/hrl-imperviousness-2018-user-manual/@@download/file", + "description": "Sealing density map of Europe in the range from 0% to 100%; raster coding (thematic pixel values): 0: all non-impervious areas; 1-100: imperviousness %; 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area", + "category_list": "0, 1-100, 254, 255" + } + ], + "title": "High Resolution Layer - Imperviousness 2018", + "datasource_type": "grid", + "keywords": "sealing, soil surface sealing, urban area, landscape alteration, built environment, land use, land cover", + "area_cover": "EEA39", + "documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/3bf542bd-eebd-4d73-b53c-a0243f2ed862", + "crs": "3035", + "start_datetime": "2018-01-01T00:00Z", + "end_datetime": "2999-01-01T00:00:00Z", + "personalData": "none", + "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-imperviousness", + "apis": "OGC WCS, WCPS, WSM, WMTS, OAPI-Coverages", + "use_case_S4E": "1", + "use_case_WER": "2", + "use_case_NHM": "2", + "ingestion_status": "Completed", + "platform": "Rasdaman" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -56.5051419017044, + 24.2841770079211 + ], + [ + -56.5051419017044, + 58.95275109308057 + ], + [ + 72.90613675900907, + 58.95275109308057 + ], + [ + 72.90613675900907, + 24.2841770079211 + ], + [ + -56.5051419017044, + 24.2841770079211 + ] + ] + ] + }, + "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" + }, + { + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=imperviousness_10m&outputType=GeneralGridCoverage", + "rel": "about", + "type": "text/xml", + "title": "Link to the rasdaman coverage description in XML" + }, + { + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman-dashboard/?layers=imperviousness_10m", + "rel": "service", + "type": "text/html", + "title": "Link to the rasdaman web application to Access, process gridded data" + } + ], + "assets": { + "thumbnail_rasdaman": { + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=imperviousness_10m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2018-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=", + "roles": [ + "thumbnail" + ] + } + }, + "bbox": [ + -56.5051419017044, + 24.2841770079211, + 72.90613675900907, + 58.95275109308057 + ], + "stac_extensions": [ + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", + "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" + ] +} \ No newline at end of file From f0fe3f8e72f663e5b4f9899f16413c9c849bddb9 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 13:41:05 +0200 Subject: [PATCH 2/2] fix dashboard link and dates --- stac_dist/imperviousness_10m/imperviousness_10m.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stac_dist/imperviousness_10m/imperviousness_10m.json b/stac_dist/imperviousness_10m/imperviousness_10m.json index b48d4255..a7e2a95c 100644 --- a/stac_dist/imperviousness_10m/imperviousness_10m.json +++ b/stac_dist/imperviousness_10m/imperviousness_10m.json @@ -41,8 +41,7 @@ "extent": [], "type": "temporal", "values": [ - "2018-01-01T00:00Z", - "2999-01-01T00:00:00Z" + "2018-01-01T00:00Z" ], "step": "P3Y", "unit": "day" @@ -72,8 +71,8 @@ "area_cover": "EEA39", "documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/3bf542bd-eebd-4d73-b53c-a0243f2ed862", "crs": "3035", - "start_datetime": "2018-01-01T00:00Z", - "end_datetime": "2999-01-01T00:00:00Z", + "start_datetime": "2017-01-01T00:00:00.000Z", + "end_datetime": "2019-12-31T23:59:59.999Z", "personalData": "none", "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-imperviousness", "apis": "OGC WCS, WCPS, WSM, WMTS, OAPI-Coverages", @@ -130,7 +129,7 @@ "title": "Link to the rasdaman coverage description in XML" }, { - "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman-dashboard/?layers=imperviousness_10m", + "href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=imperviousness_10m", "rel": "service", "type": "text/html", "title": "Link to the rasdaman web application to Access, process gridded data"