From 5979e4336f34e62612f23e759712c311b5b2bf12 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:15:37 +0200 Subject: [PATCH 1/3] Add stac_dist/forest_type_20m/forest_type_20m.json for pull request submission --- .../forest_type_20m/forest_type_20m.json | 158 ++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 stac_dist/forest_type_20m/forest_type_20m.json diff --git a/stac_dist/forest_type_20m/forest_type_20m.json b/stac_dist/forest_type_20m/forest_type_20m.json new file mode 100644 index 00000000..d9de84dc --- /dev/null +++ b/stac_dist/forest_type_20m/forest_type_20m.json @@ -0,0 +1,158 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "forest_type_20m", + "properties": { + "license": "other", + "description": "Provides at pan-European level in the spatial resolution of 20 m a forest classification with three thematic classes (all non-forest areas / broadleaved forest / coniferous forest).", + "providers": [ + { + "organization": "European Environment Agency", + "doc_link": "https://land.copernicus.eu/", + "organization_email": "European Environment Agency", + "roles": "host" + } + ], + "dataSource": "https://land.copernicus.eu/en/products/high-resolution-layer-forest-type", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 900000, + 7400000 + ], + "reference_system": "3035", + "type": "spatial", + "unit": "metre", + "step": 20 + }, + "y": { + "axis": "y", + "extent": [ + 900000, + 5500000 + ], + "reference_system": "3035", + "type": "spatial", + "unit": "metre", + "step": -20 + }, + "time": { + "extent": [], + "type": "temporal", + "values": [ + "2012-01-01T00:00Z", + "2015-01-01T00:00Z" + ], + "step": "P2Y", + "unit": "day" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "raster:bands": [ + { + "band_name": "ft", + "unit": "1", + "data_type": "uint8", + "nodata": 250, + "definition": "https://land.copernicus.eu/en/technical-library/hrl-forest-2012-2015/@@download/file", + "description": "raster coding (thematic pixel values): 0: all non-forest areas; 1: broadleaved forest; 2: coniferous forest; 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 Forest Type 2012-2015", + "datasource_type": "grid", + "keywords": "forest management, landscape alteration, 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/5afeffa4-ccda-4ef9-a7ef-637cb7310f58, https://doi.org/10.2909/ab0e6d0b-699c-473d-bd5e-e5c634c8f99c", + "crs": "3035", + "start_datetime": "2012-01-01T00:00Z", + "end_datetime": "2015-01-01T00:00Z", + "personalData": "none", + "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-forest-type", + "source_data": "", + "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=forest_type_20m&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=forest_type_20m", + "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=forest_type_20m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2012-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 3cb49faa0b080f9ffe7a932c114b66e626b8f6a8 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 12:18:37 +0200 Subject: [PATCH 2/3] fix dashboard link and dates --- stac_dist/forest_type_20m/forest_type_20m.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stac_dist/forest_type_20m/forest_type_20m.json b/stac_dist/forest_type_20m/forest_type_20m.json index d9de84dc..7438f081 100644 --- a/stac_dist/forest_type_20m/forest_type_20m.json +++ b/stac_dist/forest_type_20m/forest_type_20m.json @@ -72,8 +72,8 @@ "area_cover": "EEA39", "documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/5afeffa4-ccda-4ef9-a7ef-637cb7310f58, https://doi.org/10.2909/ab0e6d0b-699c-473d-bd5e-e5c634c8f99c", "crs": "3035", - "start_datetime": "2012-01-01T00:00Z", - "end_datetime": "2015-01-01T00:00Z", + "start_datetime": "2011-01-01T00:00Z", + "end_datetime": "2016-12-31T23:59:59.999Z", "personalData": "none", "provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-forest-type", "source_data": "", @@ -131,10 +131,10 @@ "title": "Link to the rasdaman coverage description in XML" }, { - "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman-dashboard/?layers=forest_type_20m", + "href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=forest_type_20m", "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": { From 2d4b18d2d9ed268329c2f306a45cf6e2052e0bc6 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Thu, 25 Jul 2024 15:27:27 +0200 Subject: [PATCH 3/3] fix title --- stac_dist/forest_type_20m/forest_type_20m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_dist/forest_type_20m/forest_type_20m.json b/stac_dist/forest_type_20m/forest_type_20m.json index 7438f081..745d2939 100644 --- a/stac_dist/forest_type_20m/forest_type_20m.json +++ b/stac_dist/forest_type_20m/forest_type_20m.json @@ -66,7 +66,7 @@ "category_list": "0, 1, 2, 254, 255" } ], - "title": "High Resolution Layer Forest Type 2012-2015", + "title": "High Resolution Layer - Forest Type 2012-2015", "datasource_type": "grid", "keywords": "forest management, landscape alteration, land use, land cover", "area_cover": "EEA39",