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/dem_of_luxembourg_city/dem_of_luxembourg_city.json #321

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 142 additions & 0 deletions stac_dist/dem_of_luxembourg_city/dem_of_luxembourg_city.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "dem_of_luxembourg_city",
"properties": {
"keywords": [
"DEM"
],
"license": "CC0-1.0",
"description": "A Digital Elevation Model (DEM) provides a detailed representation of the Earth's topographic surface, excluding vegetation, buildings, and other surface features. The DEM utilized for this analysis is based on LiDAR data collected during a 2019 aerial survey and covers the area extending to the city of Luxembourg.",
"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": "EPSG:2169",
"type": "spatial",
"unit": "meters",
"step": 10
},
"y": {
"axis": "y",
"extent": [
72850,
82570
],
"reference_system": "EPSG:2169",
"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": "0"
}
},
"raster:bands": [
{
"band_name": "DEM",
"unit": "continuous",
"data_type": "float32",
"nodata": 3.40282e+38,
"definition": "Digital elevation in meters above sea level ",
"description": "Digital elevation in meters above sea level ",
"category_list": "not relevant "
}
],
"title": "Digital Elevation Model of Luxembourg City ",
"datasource_type": "grid",
"area_cover": "5171.66 ha",
"documentation": "https://data.public.lu/en/datasets/lidar-2019-modele-numerique-de-terrain-mnt/",
"crs": "2169",
"start_datetime": "2019-01-01T00:00Z",
"end_datetime": "2999-01-01T00:00:00Z",
"personalData": "no personal data",
"provenance_name": "LiDAR 2019 - Mod\u00e8le num\u00e9rique de terrain (MNT)",
"preprocessing": "Resampling of 50cm raster to 10m and clipped to extent of city of Luxembourg",
"source_data": "https://data.public.lu/en/datasets/lidar-2019-modele-numerique-de-terrain-mnt/",
"apis": "AWS-S3 API",
"access_control": "fairicube account required ",
"datetime": "2024-07-29T16:23Z",
"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