From c540e2d38dde6ef171eb286b196de73b83e81741 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:43:21 +0200 Subject: [PATCH 1/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission --- .../aspect_city_of_luxembourg.json | 135 ++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json diff --git a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json new file mode 100644 index 00000000..ba5872e2 --- /dev/null +++ b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json @@ -0,0 +1,135 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "aspect_city_of_luxembourg", + "properties": { + "keywords": [ + "cadastre", + " development", + " lidar", + " luref", + " terrain", + "aspect" + ], + "license": "CC0-1.0", + "description": "This dataset contains the aspect of the city of Luxembourg. Aspect refers to the compass direction that a slope faces. ", + "providers": [ + { + "organization_name": "FAIRiCUBE", + "organization": "FAIRiCUBE", + "organization_email": "info@space4environment.com", + "roles": "processor" + } + ], + "dataSource": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [], + "type": "spatial", + "unit": "meters", + "step": 10 + }, + "y": { + "axis": "y", + "extent": [], + "type": "spatial", + "unit": "meters", + "step": 10 + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + }, + "time": { + "type": "temporal", + "values": [ + "2019-01-01T00:00Z", + "2999-01-01T00:00:00Z" + ], + "step": "", + "unit": "meters " + } + }, + "raster:bands": [ + { + "band_name": "aspect", + "unit": "continuous ", + "data_type": "float32", + "nodata": -9999, + "definition": "Aspect is calculated using the slope of the terrain at each point on a Digital Elevation Model (DEM). The aspect values range from 0\u00b0 to 360\u00b0, where 0\u00b0 represents north, 90\u00b0 represents east, and so on.", + "description": "Aspect is calculated using the slope of the terrain at each point on a Digital Elevation Model (DEM). The aspect values range from 0\u00b0 to 360\u00b0, where 0\u00b0 represents north, 90\u00b0 represents east, and so on." + } + ], + "title": "Aspect of the City of Luxembourg", + "datasource_type": "raster", + "area_cover": "5171.66 ha", + "documentation": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", + "crs": "EPSG:2169", + "start_datetime": "2019-01-01T00:00Z", + "end_datetime": "2999-01-01T00:00:00Z", + "personalData": "no personal data ", + "provenance_name": "LiDAR 2019 - Digital Terrain Model (DTM)", + "source_data": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", + "apis": "AWS-S3 API", + "access_control": "fairicube account required ", + "datetime": "2024-08-29T00:00Z", + "use_case_S4E": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 72850, + 72850 + ], + [ + 72850, + 82570 + ], + [ + 82570, + 82570 + ], + [ + 82570, + 72850 + ], + [ + 72850, + 72850 + ] + ] + ] + }, + "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": {}, + "bbox": [ + 72850, + 72850, + 82570, + 82570 + ], + "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 a3e05aa4ab087eec4cac313c236f563db89927e1 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:08:54 +0200 Subject: [PATCH 2/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission --- .../aspect_city_of_luxembourg.json | 55 ++++++++++--------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json index ba5872e2..17f70bfd 100644 --- a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json +++ b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json @@ -4,11 +4,6 @@ "id": "aspect_city_of_luxembourg", "properties": { "keywords": [ - "cadastre", - " development", - " lidar", - " luref", - " terrain", "aspect" ], "license": "CC0-1.0", @@ -25,14 +20,22 @@ "cube:dimensions": { "x": { "axis": "x", - "extent": [], + "extent": [ + 72850, + 82570 + ], + "reference_system": "2169", "type": "spatial", "unit": "meters", "step": 10 }, "y": { "axis": "y", - "extent": [], + "extent": [ + 72850, + 82570 + ], + "reference_system": "2169", "type": "spatial", "unit": "meters", "step": 10 @@ -51,7 +54,7 @@ "2999-01-01T00:00:00Z" ], "step": "", - "unit": "meters " + "unit": "N/A" } }, "raster:bands": [ @@ -65,10 +68,10 @@ } ], "title": "Aspect of the City of Luxembourg", - "datasource_type": "raster", + "datasource_type": "grid", "area_cover": "5171.66 ha", "documentation": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", - "crs": "EPSG:2169", + "crs": "2169", "start_datetime": "2019-01-01T00:00Z", "end_datetime": "2999-01-01T00:00:00Z", "personalData": "no personal data ", @@ -76,7 +79,9 @@ "source_data": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", "apis": "AWS-S3 API", "access_control": "fairicube account required ", - "datetime": "2024-08-29T00:00Z", + "datetime": "2024-08-29T12:00Z", + "modification": null, + "provision": null, "use_case_S4E": "1", "platform": "Eox" }, @@ -85,24 +90,24 @@ "coordinates": [ [ [ - 72850, - 72850 + 6.069058507516138, + 49.59025737126797 ], [ - 72850, - 82570 + 6.069058507516138, + 49.677685246874994 ], [ - 82570, - 82570 + 6.203732162051925, + 49.677685246874994 ], [ - 82570, - 72850 + 6.203732162051925, + 49.59025737126797 ], [ - 72850, - 72850 + 6.069058507516138, + 49.59025737126797 ] ] ] @@ -123,10 +128,10 @@ ], "assets": {}, "bbox": [ - 72850, - 72850, - 82570, - 82570 + 6.069058507516138, + 49.59025737126797, + 6.203732162051925, + 49.677685246874994 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From 6b2075af086f6be84f5f0a33f3161d89186eb931 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:10:08 +0200 Subject: [PATCH 3/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission --- .../aspect_city_of_luxembourg/aspect_city_of_luxembourg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json index 17f70bfd..a17a3dc3 100644 --- a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json +++ b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json @@ -54,7 +54,7 @@ "2999-01-01T00:00:00Z" ], "step": "", - "unit": "N/A" + "unit": "0" } }, "raster:bands": [ From 46517a7cb97fe4c1006942f3a1349adfcfa6be9a Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:35:31 +0200 Subject: [PATCH 4/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission --- .../aspect_city_of_luxembourg.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json index a17a3dc3..05a0bd0c 100644 --- a/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json +++ b/stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json @@ -49,12 +49,12 @@ }, "time": { "type": "temporal", - "values": [ + "extent": [ "2019-01-01T00:00Z", - "2999-01-01T00:00:00Z" + "2019-12-31T00:00Z" ], - "step": "", - "unit": "0" + "step": "P1Y0M0DT0H0M0S", + "unit": "y" } }, "raster:bands": [ @@ -73,9 +73,10 @@ "documentation": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", "crs": "2169", "start_datetime": "2019-01-01T00:00Z", - "end_datetime": "2999-01-01T00:00:00Z", + "end_datetime": "2019-12-31T00:00Z", "personalData": "no personal data ", "provenance_name": "LiDAR 2019 - Digital Terrain Model (DTM)", + "preprocessing": "The aspect of the terrain was derived using the built-in Raster Terrain Analysis toolbox in QGIS. The Aspect algorithm was used, which computes the direction of the steepest slope at each cell in the input Digital Terrain Model (DTM). The algorithm calculates the orientation of the slope at each raster cell, outputting the compass direction that the slope faces, in degrees (0\u00b0-360\u00b0). ", "source_data": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/", "apis": "AWS-S3 API", "access_control": "fairicube account required ", From 1dc384f11d632c6b259264f1b0996fcaf55d5a0d Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:49:13 +0200 Subject: [PATCH 5/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission From 9a2dd6e33f9fe660dc74b91671e675ea5be0dd76 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:19:36 +0200 Subject: [PATCH 6/6] Add stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json for pull request submission