From 8bd039ddc9ef40cbd893a397d09dcf172fa3a099 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:25:06 +0200 Subject: [PATCH 1/4] Add stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json for pull request submission --- .../dominant_leaf_type_10m.json | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json diff --git a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json new file mode 100644 index 00000000..8d41657a --- /dev/null +++ b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json @@ -0,0 +1,156 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "dominant_leaf_type_10m", + "properties": { + "license": "other", + "description": "Provides at pan-European level in the spatial resolution of 10 m information on the dominant leaf type (broadleaved or coniferous)", + "providers": [ + { + "organization": "European Environment Agency", + "comments": "The production of the high resolution forest layers was coordinated by the European Environment Agency (EEA) in the frame of the EU Copernicus programme.", + "doc_link": "https://land.copernicus.eu/", + "organization_email": "copernicus@eea.europa.eu", + "roles": "host" + } + ], + "dataSource": "https://land.copernicus.eu/pan-european/high-resolution-layers/forests/dominant-leaf-type/status-maps", + "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": "P8M", + "unit": "day" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "raster:bands": [ + { + "band_name": "dlt", + "unit": "1", + "data_type": "uint8", + "nodata": 240, + "definition": "https://land.copernicus.eu/en/technical-library/hrl-forest-2018/@@download/file", + "description": "raster coding (thematic pixel values): 0: all non-tree covered areas; 1: broadleaved trees; 2: coniferous trees; 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area", + "category_list": "0, 1, 2, 254, 255" + } + ], + "title": "High Resolution Layer Dominant Leaf Type 2018-", + "datasource_type": "grid", + "keywords": "leaf, land cover, forest, landscape alteration, land use, forest management", + "area_cover": "EEA-38+UK", + "crs": "3035", + "start_datetime": "2018-01-01T00:00Z", + "end_datetime": "2999-01-01T00:00:00Z", + "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type", + "source_data": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type/dominant-leaf-type-2018", + "apis": "OGC WCS, WCPS, WMS, WMTS, OAPI-Coverages", + "use_case_S4E": "1", + "use_case_WER": "2", + "use_case_NHM": "2", + "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=dominant_leaf_type_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=dominant_leaf_type_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=dominant_leaf_type_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 5fc63bea516de55b875487ab0b11dc3d5194575b Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 11:29:01 +0200 Subject: [PATCH 2/4] fix dashboard link and dates --- .../dominant_leaf_type_10m.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json index 8d41657a..bb3f1daa 100644 --- a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json +++ b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json @@ -42,8 +42,7 @@ "extent": [], "type": "temporal", "values": [ - "2018-01-01T00:00Z", - "2999-01-01T00:00:00Z" + "2018-03-01T00:00Z" ], "step": "P8M", "unit": "day" @@ -73,7 +72,7 @@ "area_cover": "EEA-38+UK", "crs": "3035", "start_datetime": "2018-01-01T00:00Z", - "end_datetime": "2999-01-01T00:00:00Z", + "end_datetime": "2018-10-31T23:59:59.999Z", "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type", "source_data": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type/dominant-leaf-type-2018", "apis": "OGC WCS, WCPS, WMS, WMTS, OAPI-Coverages", @@ -129,15 +128,15 @@ "title": "Link to the rasdaman coverage description in XML" }, { - "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman-dashboard/?layers=dominant_leaf_type_10m", + "href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=dominant_leaf_type_10m", "rel": "service", "type": "text/html", - "title": "Link to the rasdaman web application to Access, process gridded data" + "title": "Link to the rasdaman web application to access and process gridded data" } ], "assets": { "thumbnail_rasdaman": { - "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=dominant_leaf_type_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=", + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=dominant_leaf_type_10m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2018-03-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=", "roles": [ "thumbnail" ] From 28d5b9f5073ace60def56ec9478d2e08b98e5d2a Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 15:28:47 +0200 Subject: [PATCH 3/4] fix title --- stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json index bb3f1daa..c2c5c883 100644 --- a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json +++ b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json @@ -66,7 +66,7 @@ "category_list": "0, 1, 2, 254, 255" } ], - "title": "High Resolution Layer Dominant Leaf Type 2018-", + "title": "High Resolution Layer - Dominant Leaf Type 2018-", "datasource_type": "grid", "keywords": "leaf, land cover, forest, landscape alteration, land use, forest management", "area_cover": "EEA-38+UK", From 7750f4193fd1c28974b1cf855493211745e67639 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 17:12:10 +0200 Subject: [PATCH 4/4] fix description according to review comment --- stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json index c2c5c883..b6888a07 100644 --- a/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json +++ b/stac_dist/dominant_leaf_type_10m/dominant_leaf_type_10m.json @@ -4,7 +4,7 @@ "id": "dominant_leaf_type_10m", "properties": { "license": "other", - "description": "Provides at pan-European level in the spatial resolution of 10 m information on the dominant leaf type (broadleaved or coniferous)", + "description": "The DLT raster product provides a basic land cover classification with 3 thematic classes (all non-tree covered areas, broadleaved and coniferous) at 10m spatial resolution and covers the full of EEA38 area and the United Kingdom.", "providers": [ { "organization": "European Environment Agency",