Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeType.update stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json #325

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
141 changes: 141 additions & 0 deletions stac_dist/aspect_city_of_luxembourg/aspect_city_of_luxembourg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "aspect_city_of_luxembourg",
"properties": {
"keywords": [
"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": "[email protected]",
"roles": "processor"
}
],
"dataSource": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"y": {
"axis": "y",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
},
"time": {
"type": "temporal",
"extent": [
"2019-01-01T00:00Z",
"2019-12-31T00:00Z"
],
"step": "P1Y0M0DT0H0M0S",
"unit": "y"
}
},
"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": "grid",
"area_cover": "5171.66 ha",
"documentation": "https://data.public.lu/fr/datasets/lidar-2019-modele-numerique-de-terrain-mnt/",
"crs": "2169",
"start_datetime": "2019-01-01T00: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 ",
"datetime": "2024-08-29T12:00Z",
"modification": null,
"provision": null,
"use_case_S4E": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6.069058507516138,
49.59025737126797
],
[
6.069058507516138,
49.677685246874994
],
[
6.203732162051925,
49.677685246874994
],
[
6.203732162051925,
49.59025737126797
],
[
6.069058507516138,
49.59025737126797
]
]
]
},
"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": [
6.069058507516138,
49.59025737126797,
6.203732162051925,
49.677685246874994
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}
Loading