From 225e386b5f54ae8fec2d1b95c1ac5e99be006d9c Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:39:49 +0200 Subject: [PATCH 1/2] Add stac_dist/Vienna_building_volume/Vienna_building_volume.json for pull request submission --- .../Vienna_building_volume.json | 149 ++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 stac_dist/Vienna_building_volume/Vienna_building_volume.json diff --git a/stac_dist/Vienna_building_volume/Vienna_building_volume.json b/stac_dist/Vienna_building_volume/Vienna_building_volume.json new file mode 100644 index 00000000..42bab4df --- /dev/null +++ b/stac_dist/Vienna_building_volume/Vienna_building_volume.json @@ -0,0 +1,149 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "Vienna_building_volume", + "properties": { + "license": "CC-BY-4.0", + "description": "Vienna building volume [100m]\n\nThe map shows the building volume (building footprint x avg. building hight) as a normalized indicator 0-1", + "providers": [ + { + "organization_name": "Stadt Wien", + "organization": "Stadt Wien", + "organization_email": "open@post.wien.gv.at", + "roles": "licensor" + } + ], + "dataSource": "Open data Austria (data.gv.at)", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 331000, + 354000 + ], + "reference_system": "EPSG:31256", + "type": "spatial", + "unit": "meter", + "interpolation": "", + "step": "100" + }, + "y": { + "axis": "y", + "extent": [ + -11200, + 18800 + ], + "reference_system": "EPSG:31256", + "type": "spatial", + "unit": "meter", + "interpolation": "", + "step": "100" + }, + "time": { + "extent": [ + "2024-01-01T00:00Z", + "2024-12-31T00:00Z" + ], + "type": "temporal", + "step": "P1Y", + "unit": "year" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "datetime": "2024-07-17T10:39:35Z", + "raster:bands": [ + { + "band_name": "building volumne indicator", + "unit": "indicator", + "data_type": "float32", + "nodata": -9, + "definition": "building volumne indicator", + "description": "building volumne indicator", + "comment": "Band 1" + } + ], + "title": "Vienna building volume [100m]", + "datasource_type": "GML ", + "keywords": "building, building volume, building hight, urban areas ", + "area_cover": "415km2", + "crs": "EPSG:31256", + "start_datetime": "2024-01-01T00:00Z", + "end_datetime": "2024-12-31T00:00Z", + "provenance_name": "data.gv.at ", + "preprocessing": " The map shows the building volume (building footprint x avg. building hight) as a normalized indicator 0-1", + "source_data": "https://www.data.gv.at", + "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb", + "apis": "AWS-S3 API", + "access_control": "fairicube account required ", + "modification": "2024-07-17T10:39:39Z", + "provision": "2024-07-17T10:39:37Z", + "use_case_S4E": "1", + "use_case_NHM_2": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 20.527587778333267, + 44.951075003750404 + ], + [ + 20.527587778333267, + 45.2313494572559 + ], + [ + 20.839371582277582, + 45.2313494572559 + ], + [ + 20.839371582277582, + 44.951075003750404 + ], + [ + 20.527587778333267, + 44.951075003750404 + ] + ] + ] + }, + "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": { + "../r09_build_volume/r09_Wien_build_volume_i_grid100m_1_1.tif": { + "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/", + "roles": [ + "data" + ] + } + }, + "bbox": [ + 20.527587778333267, + 44.951075003750404, + 20.839371582277582, + 45.2313494572559 + ], + "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 f239131611c63e35c1ec4a924a06beca26f2f2c1 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:28:25 +0200 Subject: [PATCH 2/2] Add stac_dist/Vienna_building_volume/Vienna_building_volume.json for pull request submission --- .../Vienna_building_volume.json | 41 +++++++++++-------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/stac_dist/Vienna_building_volume/Vienna_building_volume.json b/stac_dist/Vienna_building_volume/Vienna_building_volume.json index 42bab4df..da94c0d5 100644 --- a/stac_dist/Vienna_building_volume/Vienna_building_volume.json +++ b/stac_dist/Vienna_building_volume/Vienna_building_volume.json @@ -3,8 +3,16 @@ "stac_version": "1.0.0", "id": "Vienna_building_volume", "properties": { + "keywords": [ + "building", + " building volume", + " building height", + " urban areas", + " vienna", + "building volume indicator" + ], "license": "CC-BY-4.0", - "description": "Vienna building volume [100m]\n\nThe map shows the building volume (building footprint x avg. building hight) as a normalized indicator 0-1", + "description": "Vienna building volume [100m]\n\nThe map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1", "providers": [ { "organization_name": "Stadt Wien", @@ -25,7 +33,7 @@ "type": "spatial", "unit": "meter", "interpolation": "", - "step": "100" + "step": 100 }, "y": { "axis": "y", @@ -37,50 +45,49 @@ "type": "spatial", "unit": "meter", "interpolation": "", - "step": "100" + "step": 100 + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" }, "time": { + "type": "temporal", "extent": [ "2024-01-01T00:00Z", "2024-12-31T00:00Z" ], - "type": "temporal", "step": "P1Y", "unit": "year" - }, - "z": { - "extent": [ - null, - null - ], - "type": "spatial" } }, - "datetime": "2024-07-17T10:39:35Z", "raster:bands": [ { - "band_name": "building volumne indicator", + "band_name": "building volume indicator", "unit": "indicator", "data_type": "float32", "nodata": -9, - "definition": "building volumne indicator", - "description": "building volumne indicator", + "definition": "building volume indicator", + "description": "building volume indicator", "comment": "Band 1" } ], "title": "Vienna building volume [100m]", "datasource_type": "GML ", - "keywords": "building, building volume, building hight, urban areas ", "area_cover": "415km2", "crs": "EPSG:31256", "start_datetime": "2024-01-01T00:00Z", "end_datetime": "2024-12-31T00:00Z", "provenance_name": "data.gv.at ", - "preprocessing": " The map shows the building volume (building footprint x avg. building hight) as a normalized indicator 0-1", + "preprocessing": " The map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1", "source_data": "https://www.data.gv.at", "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb", "apis": "AWS-S3 API", "access_control": "fairicube account required ", + "datetime": "2024-07-17T10:39:35Z", "modification": "2024-07-17T10:39:39Z", "provision": "2024-07-17T10:39:37Z", "use_case_S4E": "1",