diff --git a/stac_dist/surface_model_city_of_luxembourg/surface_model_city_of_luxembourg.json b/stac_dist/surface_model_city_of_luxembourg/surface_model_city_of_luxembourg.json new file mode 100644 index 00000000..074fa986 --- /dev/null +++ b/stac_dist/surface_model_city_of_luxembourg/surface_model_city_of_luxembourg.json @@ -0,0 +1,144 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "surface_model_city_of_luxembourg", + "properties": { + "keywords": [ + "lidar", + " terrain", + " luref", + " topography", + " DEM", + "digital surface model" + ], + "license": "CC0-1.0", + "description": "Digital Surface Model of the city of Luxembourg", + "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": [ + 72850, + 82570 + ], + "reference_system": "2169", + "type": "spatial", + "unit": "meters", + "step": 10 + }, + "y": { + "axis": "y", + "extent": [ + 69590, + 80030 + ], + "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": "digital surface model", + "unit": "continuous", + "data_type": "float32", + "nodata": -1, + "definition": "A digital surface model (DSM) is a 3D representation of the Earth's surface, capturing the heights of natural and man-made objects, such as vegetation and buildings. It reflects the mean sea level elevations of these features, showing the heights of objects above the bare ground. Essentially, a DSM models the canopy or surface layer formed by objects above the Earth's bare surface.", + "description": "A digital surface model (DSM) is a 3D representation of the Earth's surface, capturing the heights of natural and man-made objects, such as vegetation and buildings. It reflects the mean sea level elevations of these features, showing the heights of objects above the bare ground. Essentially, a DSM models the canopy or surface layer formed by objects above the Earth's bare surface." + } + ], + "title": "Surface Model 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": "Resampling of raster to 10m (average)", + "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-29T16:40Z", + "use_case_S4E": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.069104443926092, + 49.56094657618465 + ], + [ + 6.069104443926092, + 49.65484833240523 + ], + [ + 6.203715071874704, + 49.65484833240523 + ], + [ + 6.203715071874704, + 49.56094657618465 + ], + [ + 6.069104443926092, + 49.56094657618465 + ] + ] + ] + }, + "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.069104443926092, + 49.56094657618465, + 6.203715071874704, + 49.65484833240523 + ], + "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