From d61f512e97f11922942aad56581de0e76d6ca4e7 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:30:03 +0200 Subject: [PATCH 1/7] Add stac_dist/Vienna_building_area/Vienna_building_area.json for pull request submission --- .../Vienna_building_area.json | 148 ++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 stac_dist/Vienna_building_area/Vienna_building_area.json diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json new file mode 100644 index 00000000..cdc08ae2 --- /dev/null +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -0,0 +1,148 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "Vienna_building_area", + "properties": { + "license": "CC-BY-NC-4.0", + "description": "Vienna building area [100m]", + "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": "sum building footprint area cover per 100m x 100m cell", + "step": "100" + }, + "y": { + "axis": "y", + "extent": [ + -11200, + 18800 + ], + "reference_system": "EPSG:31256", + "type": "spatial", + "unit": "meter", + "interpolation": "sum building footprint area cover per 100m x 100m cell", + "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:29:47Z", + "raster:bands": [ + { + "band_name": "buildings footprint area inside cell [ha]", + "unit": "ha", + "definition": "buildings footprint area inside cell [ha]", + "description": "buildings footprint area inside cell [ha]", + "comment": "Band 1", + "interpolation": "SUM" + } + ], + "title": "Vienna building area [100m]", + "datasource_type": "GML ", + "keywords": "urban areas, buildings, building footprint", + "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 original bulding footprint dataset was masked, next the building cover per 100m gridcell was calculatedc and a raster was produced", + "source_data": "https://www.wien.gv.at/stadtentwicklung/stadtvermessung/geodaten/viewer/geodatendownload.html", + "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:29:51Z", + "provision": "2024-07-17T10:29:49Z", + "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": { + "../r08_buildings/r08_Wien_buildings_area_ha_100m_b1_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 de28148632fbf741f7e60ebfe1fe29dd984fc095 Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:01:55 +0200 Subject: [PATCH 2/7] fixed missing data_type in band --- stac_dist/Vienna_building_area/Vienna_building_area.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index cdc08ae2..1e62936c 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -64,7 +64,8 @@ "definition": "buildings footprint area inside cell [ha]", "description": "buildings footprint area inside cell [ha]", "comment": "Band 1", - "interpolation": "SUM" + "interpolation": "SUM", + "data_type": "float32" } ], "title": "Vienna building area [100m]", @@ -145,4 +146,4 @@ "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 a8f964d3dd48c7694665d3d35fc60a73c9daf327 Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:04:53 +0200 Subject: [PATCH 3/7] fixed missing nodata in band --- stac_dist/Vienna_building_area/Vienna_building_area.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index 1e62936c..7b0cb263 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -65,7 +65,8 @@ "description": "buildings footprint area inside cell [ha]", "comment": "Band 1", "interpolation": "SUM", - "data_type": "float32" + "data_type": "float32", + "nodata": -9, } ], "title": "Vienna building area [100m]", From 3f592715daafe282d11d4f59bb2ef0cd7d4ff592 Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:10:53 +0200 Subject: [PATCH 4/7] fixed formatting error --- stac_dist/Vienna_building_area/Vienna_building_area.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index 7b0cb263..a95ce8eb 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -66,7 +66,7 @@ "comment": "Band 1", "interpolation": "SUM", "data_type": "float32", - "nodata": -9, + "nodata": -9 } ], "title": "Vienna building area [100m]", From 7d80ea852cf0028ca4160d01a661c7c021fbb25b Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:01 +0200 Subject: [PATCH 5/7] Add stac_dist/Vienna_building_area/Vienna_building_area.json for pull request submission --- .../Vienna_building_area.json | 40 +++++++++++-------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index a95ce8eb..cf6303bc 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -3,6 +3,13 @@ "stac_version": "1.0.0", "id": "Vienna_building_area", "properties": { + "keywords": [ + "urban areas", + " buildings", + " building footprint", + " vienna", + "buildings footprint area inside cell [ha]" + ], "license": "CC-BY-NC-4.0", "description": "Vienna building area [100m]", "providers": [ @@ -25,7 +32,7 @@ "type": "spatial", "unit": "meter", "interpolation": "sum building footprint area cover per 100m x 100m cell", - "step": "100" + "step": 100 }, "y": { "axis": "y", @@ -37,16 +44,7 @@ "type": "spatial", "unit": "meter", "interpolation": "sum building footprint area cover per 100m x 100m cell", - "step": "100" - }, - "time": { - "extent": [ - "2024-01-01T00:00Z", - "2024-12-31T00:00Z" - ], - "type": "temporal", - "step": "P1Y", - "unit": "year" + "step": 100 }, "z": { "extent": [ @@ -54,24 +52,31 @@ null ], "type": "spatial" + }, + "time": { + "type": "temporal", + "extent": [ + "2024-01-01T00:00Z", + "2024-12-31T00:00Z" + ], + "step": "P1Y0M0DT0H0M0S", + "unit": "year" } }, - "datetime": "2024-07-17T10:29:47Z", "raster:bands": [ { "band_name": "buildings footprint area inside cell [ha]", "unit": "ha", + "data_type": "float32", + "nodata": -9, "definition": "buildings footprint area inside cell [ha]", "description": "buildings footprint area inside cell [ha]", "comment": "Band 1", - "interpolation": "SUM", - "data_type": "float32", - "nodata": -9 + "interpolation": "SUM" } ], "title": "Vienna building area [100m]", "datasource_type": "GML ", - "keywords": "urban areas, buildings, building footprint", "area_cover": "415km2", "crs": "EPSG:31256", "start_datetime": "2024-01-01T00:00Z", @@ -82,6 +87,7 @@ "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:29:47Z", "modification": "2024-07-17T10:29:51Z", "provision": "2024-07-17T10:29:49Z", "use_case_S4E": "1", @@ -147,4 +153,4 @@ "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 a9f09544fef30390f58a4acf2cec064146e31eff Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:56:15 +0200 Subject: [PATCH 6/7] Add stac_dist/Vienna_building_area/Vienna_building_area.json for pull request submission --- .../Vienna_building_area/Vienna_building_area.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index cf6303bc..e113eeb2 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -4,10 +4,6 @@ "id": "Vienna_building_area", "properties": { "keywords": [ - "urban areas", - " buildings", - " building footprint", - " vienna", "buildings footprint area inside cell [ha]" ], "license": "CC-BY-NC-4.0", @@ -136,8 +132,14 @@ } ], "assets": { - "../r08_buildings/r08_Wien_buildings_area_ha_100m_b1_1_1.tif": { - "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/", + "file on s3": { + "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r08_buildings/r08_Wien_buildings_area_ha_100m_b1_1_1.tif", + "roles": [ + "data" + ] + }, + "rasdaman datacube": { + "href": "https://fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=Vienna_building_area&outputType=GeneralGridCoverage", "roles": [ "data" ] From 9fc3f80f4634adbdfe584c1521b251544a88a2c8 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:52:48 +0200 Subject: [PATCH 7/7] Add stac_dist/Vienna_building_area/Vienna_building_area.json for pull request submission --- stac_dist/Vienna_building_area/Vienna_building_area.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stac_dist/Vienna_building_area/Vienna_building_area.json b/stac_dist/Vienna_building_area/Vienna_building_area.json index e113eeb2..077adfa3 100644 --- a/stac_dist/Vienna_building_area/Vienna_building_area.json +++ b/stac_dist/Vienna_building_area/Vienna_building_area.json @@ -4,7 +4,7 @@ "id": "Vienna_building_area", "properties": { "keywords": [ - "buildings footprint area inside cell [ha]" + "builtup_area" ], "license": "CC-BY-NC-4.0", "description": "Vienna building area [100m]", @@ -61,7 +61,7 @@ }, "raster:bands": [ { - "band_name": "buildings footprint area inside cell [ha]", + "band_name": "builtup_area", "unit": "ha", "data_type": "float32", "nodata": -9,