From 5857adb451ee4c909d9489af5e0af1f46add0dde Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:40:23 +0200 Subject: [PATCH 01/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 133 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 stac_dist/1/1.json diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json new file mode 100644 index 0000000..f5d6ecc --- /dev/null +++ b/stac_dist/1/1.json @@ -0,0 +1,133 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "1", + "properties": { + "license": "other", + "description": "Real-life mapping from 2007 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", + "providers": [ + { + "organization_name": "Stadt Wien", + "organization": "Stadt Wien", + "doc_link": "https://data.europa.eu/data/datasets/2f5baa1f-208c-42c2-8d04-9ea74aa1b229?locale=en", + "organization_email": "open@post.wien.gv.at", + "ORCID_ID": " 2f5baa1f-208c-42c2-8d04-9ea74aa1b229", + "roles": "licensor" + } + ], + "dataSource": "data.gv.at", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 16.18218, + 16.577511 + ], + "type": "spatial", + "interpolation": "NN", + "step": "100" + }, + "y": { + "axis": "y", + "extent": [ + 48.117668, + 48.322571 + ], + "type": "spatial", + "interpolation": "NN", + "step": "100" + }, + "time": { + "extent": [ + "2007-01-01T00:00Z", + "2999-01-01T00:00:00Z" + ], + "type": "temporal", + "step": "" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "raster:bands": [ + { + "band_name": "d", + "unit": "category", + "data_type": "int16", + "nodata": 0, + "definition": "locker bebautes Wohn(misch)gebiet\n", + "comment": "Band 1" + }, + { + "data_type": "int16", + "definition": "Wohn(misch)gebiet mittlerer Dichte\n", + "comment": "Band 2" + } + ], + "title": "Vienna_Land_Use", + "datasource_type": "GML ", + "keywords": "land use", + "area_cover": "415km2", + "crs": "GK-M34 (EPSG:31256)", + "start_datetime": "2007-01-01T00:00Z", + "end_datetime": "2999-01-01T00:00:00Z", + "use_case_S4E": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 16.18218, + 48.117668 + ], + [ + 16.18218, + 48.322571 + ], + [ + 16.577511, + 48.322571 + ], + [ + 16.577511, + 48.117668 + ], + [ + 16.18218, + 48.117668 + ] + ] + ] + }, + "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": [ + 16.18218, + 48.117668, + 16.577511, + 48.322571 + ], + "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 1ff11589ebbf6d5554f6c3e7e947a29c9ce3208e Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:17:22 +0200 Subject: [PATCH 02/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 103 ++++++++++++++++++++++++++++----------------- 1 file changed, 64 insertions(+), 39 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index f5d6ecc..dedff30 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -3,47 +3,52 @@ "stac_version": "1.0.0", "id": "1", "properties": { - "license": "other", - "description": "Real-life mapping from 2007 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", + "license": "CC-BY-4.0", + "description": "land use mapping 2024 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", "providers": [ { "organization_name": "Stadt Wien", "organization": "Stadt Wien", "doc_link": "https://data.europa.eu/data/datasets/2f5baa1f-208c-42c2-8d04-9ea74aa1b229?locale=en", "organization_email": "open@post.wien.gv.at", - "ORCID_ID": " 2f5baa1f-208c-42c2-8d04-9ea74aa1b229", + "ORCID_ID": "", "roles": "licensor" } ], - "dataSource": "data.gv.at", + "dataSource": "Open data Austria (data.gv.at)", "cube:dimensions": { "x": { "axis": "x", "extent": [ - 16.18218, - 16.577511 + 331000, + 354000 ], + "reference_system": "EPSG:31256", "type": "spatial", - "interpolation": "NN", + "unit": "meter", + "interpolation": "sum land use area cover per 100m x 100m cell", "step": "100" }, "y": { "axis": "y", "extent": [ - 48.117668, - 48.322571 + -11200, + 18800 ], + "reference_system": "EPSG:31256", "type": "spatial", - "interpolation": "NN", + "unit": "meter", + "interpolation": "sum land use area cover per 100m x 100m cell", "step": "100" }, "time": { "extent": [ - "2007-01-01T00:00Z", - "2999-01-01T00:00:00Z" + "2024-01-01T00:00Z", + "2024-12-31T00:00Z" ], "type": "temporal", - "step": "" + "step": "P1Y", + "unit": "year" }, "z": { "extent": [ @@ -53,14 +58,17 @@ "type": "spatial" } }, + "datetime": "2024-07-15T16:16:26Z", "raster:bands": [ { - "band_name": "d", - "unit": "category", - "data_type": "int16", - "nodata": 0, - "definition": "locker bebautes Wohn(misch)gebiet\n", - "comment": "Band 1" + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 1", + "interpolation": "SUM" }, { "data_type": "int16", @@ -69,13 +77,23 @@ } ], "title": "Vienna_Land_Use", - "datasource_type": "GML ", - "keywords": "land use", + "datasource_type": "WFS (GML) ", + "keywords": "Loosely built-up residential (mixed) area ,Medium-density residential (mixed) area ,dense residential (mixed) area ,large-volume, more solid residential (mixed) construction ,Office and administrative district ,solitary commercial structures ,Commercial, core and mixed areas ,Mixed use low density ,Industry, manufacturing, wholesale incl. warehousing ,Culture, leisure, trade fair ,Health and care ,Education ,Sports and baths (indoor) ,Military facilities ,Sewage treatment plant, landfill ,Energy supply and broadcasting facilities ,Water supply ,Transformation area, construction site, material handling ,Road space favoured ,Road space uncovered ,Car parks and multi-storey car parks ,Railway stations and railway facilities ,Transport and logistics incl. storage ,Park, green areas ,Sports and bathing (outdoor), camping ,Cemetery ,Field ,Vineyard ,Horticulture, orchards ,Forest ,Meadow ,Waters incl. stream bed", "area_cover": "415km2", - "crs": "GK-M34 (EPSG:31256)", - "start_datetime": "2007-01-01T00:00Z", - "end_datetime": "2999-01-01T00:00:00Z", + "crs": "EPSG:31256", + "start_datetime": "2024-01-01T00:00Z", + "end_datetime": "2024-12-31T00:00Z", + "provenance_name": "data.gv.at ", + "preprocessing": "Union of landuse vector dataset with 100m grid and export of every land use class as single raster band", + "source_data": "https://data.wien.gv.at/daten/geo?version=1.1.0&service=WFS&request=GetCapabilities", + "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_land_use.ipynb", + "quality_control": "", + "apis": "AWS-S3 API", + "access_control": "fairicube account required ", + "modification": null, + "provision": null, "use_case_S4E": "1", + "use_case_NHM_2": "1", "platform": "Eox" }, "geometry": { @@ -83,24 +101,24 @@ "coordinates": [ [ [ - 16.18218, - 48.117668 + 20.527587778333267, + 44.951075003750404 ], [ - 16.18218, - 48.322571 + 20.527587778333267, + 45.2313494572559 ], [ - 16.577511, - 48.322571 + 20.839371582277582, + 45.2313494572559 ], [ - 16.577511, - 48.117668 + 20.839371582277582, + 44.951075003750404 ], [ - 16.18218, - 48.117668 + 20.527587778333267, + 44.951075003750404 ] ] ] @@ -119,12 +137,19 @@ "title": "data-access catalog" } ], - "assets": {}, + "assets": { + "r01_landuse": { + "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/", + "roles": [ + "data" + ] + } + }, "bbox": [ - 16.18218, - 48.117668, - 16.577511, - 48.322571 + 20.527587778333267, + 44.951075003750404, + 20.839371582277582, + 45.2313494572559 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From 4e4b7addeaf56e0dcb4911da8d5110cd1d93dbee Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:18:56 +0200 Subject: [PATCH 03/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 105 +++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 66 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index dedff30..4dcc90b 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -3,52 +3,47 @@ "stac_version": "1.0.0", "id": "1", "properties": { - "license": "CC-BY-4.0", - "description": "land use mapping 2024 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", + "license": "other", + "description": "Real-life mapping from 2007 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", "providers": [ { "organization_name": "Stadt Wien", "organization": "Stadt Wien", "doc_link": "https://data.europa.eu/data/datasets/2f5baa1f-208c-42c2-8d04-9ea74aa1b229?locale=en", "organization_email": "open@post.wien.gv.at", - "ORCID_ID": "", + "ORCID_ID": " 2f5baa1f-208c-42c2-8d04-9ea74aa1b229", "roles": "licensor" } ], - "dataSource": "Open data Austria (data.gv.at)", + "dataSource": "data.gv.at", "cube:dimensions": { "x": { "axis": "x", "extent": [ - 331000, - 354000 + 16.18218, + 16.577511 ], - "reference_system": "EPSG:31256", "type": "spatial", - "unit": "meter", - "interpolation": "sum land use area cover per 100m x 100m cell", + "interpolation": "NN", "step": "100" }, "y": { "axis": "y", "extent": [ - -11200, - 18800 + 48.117668, + 48.322571 ], - "reference_system": "EPSG:31256", "type": "spatial", - "unit": "meter", - "interpolation": "sum land use area cover per 100m x 100m cell", + "interpolation": "NN", "step": "100" }, "time": { "extent": [ - "2024-01-01T00:00Z", - "2024-12-31T00:00Z" + "2007-01-01T00:00Z", + "2999-01-01T00:00:00Z" ], "type": "temporal", - "step": "P1Y", - "unit": "year" + "step": "" }, "z": { "extent": [ @@ -58,42 +53,27 @@ "type": "spatial" } }, - "datetime": "2024-07-15T16:16:26Z", + "datetime": null, "raster:bands": [ { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", - "comment": "Band 1", - "interpolation": "SUM" - }, - { + "band_name": "d", + "unit": "category", "data_type": "int16", - "definition": "Wohn(misch)gebiet mittlerer Dichte\n", - "comment": "Band 2" + "nodata": 0, + "definition": "locker bebautes Wohn(misch)gebiet\n", + "comment": "Band 1" } ], "title": "Vienna_Land_Use", - "datasource_type": "WFS (GML) ", - "keywords": "Loosely built-up residential (mixed) area ,Medium-density residential (mixed) area ,dense residential (mixed) area ,large-volume, more solid residential (mixed) construction ,Office and administrative district ,solitary commercial structures ,Commercial, core and mixed areas ,Mixed use low density ,Industry, manufacturing, wholesale incl. warehousing ,Culture, leisure, trade fair ,Health and care ,Education ,Sports and baths (indoor) ,Military facilities ,Sewage treatment plant, landfill ,Energy supply and broadcasting facilities ,Water supply ,Transformation area, construction site, material handling ,Road space favoured ,Road space uncovered ,Car parks and multi-storey car parks ,Railway stations and railway facilities ,Transport and logistics incl. storage ,Park, green areas ,Sports and bathing (outdoor), camping ,Cemetery ,Field ,Vineyard ,Horticulture, orchards ,Forest ,Meadow ,Waters incl. stream bed", + "datasource_type": "GML ", + "keywords": "land use", "area_cover": "415km2", - "crs": "EPSG:31256", - "start_datetime": "2024-01-01T00:00Z", - "end_datetime": "2024-12-31T00:00Z", - "provenance_name": "data.gv.at ", - "preprocessing": "Union of landuse vector dataset with 100m grid and export of every land use class as single raster band", - "source_data": "https://data.wien.gv.at/daten/geo?version=1.1.0&service=WFS&request=GetCapabilities", - "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_land_use.ipynb", - "quality_control": "", - "apis": "AWS-S3 API", - "access_control": "fairicube account required ", + "crs": "GK-M34 (EPSG:31256)", + "start_datetime": "2007-01-01T00:00Z", + "end_datetime": "2999-01-01T00:00:00Z", "modification": null, "provision": null, "use_case_S4E": "1", - "use_case_NHM_2": "1", "platform": "Eox" }, "geometry": { @@ -101,24 +81,24 @@ "coordinates": [ [ [ - 20.527587778333267, - 44.951075003750404 + 16.18218, + 48.117668 ], [ - 20.527587778333267, - 45.2313494572559 + 16.18218, + 48.322571 ], [ - 20.839371582277582, - 45.2313494572559 + 16.577511, + 48.322571 ], [ - 20.839371582277582, - 44.951075003750404 + 16.577511, + 48.117668 ], [ - 20.527587778333267, - 44.951075003750404 + 16.18218, + 48.117668 ] ] ] @@ -137,19 +117,12 @@ "title": "data-access catalog" } ], - "assets": { - "r01_landuse": { - "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/", - "roles": [ - "data" - ] - } - }, + "assets": {}, "bbox": [ - 20.527587778333267, - 44.951075003750404, - 20.839371582277582, - 45.2313494572559 + 16.18218, + 48.117668, + 16.577511, + 48.322571 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From ff5c9b20e240661846541a70e9d4ee7d7ad5007f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B6hnertz?= <117716295+MarvinMosel@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:35:32 +0200 Subject: [PATCH 04/13] removed empty band --- stac_dist/1/1.json | 102 +++++++++++++++++++++++++++------------------ 1 file changed, 62 insertions(+), 40 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 4dcc90b..ae3e4b7 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -3,47 +3,52 @@ "stac_version": "1.0.0", "id": "1", "properties": { - "license": "other", - "description": "Real-life mapping from 2007 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", + "license": "CC-BY-4.0", + "description": "land use mapping 2024 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", "providers": [ { "organization_name": "Stadt Wien", "organization": "Stadt Wien", "doc_link": "https://data.europa.eu/data/datasets/2f5baa1f-208c-42c2-8d04-9ea74aa1b229?locale=en", "organization_email": "open@post.wien.gv.at", - "ORCID_ID": " 2f5baa1f-208c-42c2-8d04-9ea74aa1b229", + "ORCID_ID": "", "roles": "licensor" } ], - "dataSource": "data.gv.at", + "dataSource": "Open data Austria (data.gv.at)", "cube:dimensions": { "x": { "axis": "x", "extent": [ - 16.18218, - 16.577511 + 331000, + 354000 ], + "reference_system": "EPSG:31256", "type": "spatial", - "interpolation": "NN", + "unit": "meter", + "interpolation": "sum land use area cover per 100m x 100m cell", "step": "100" }, "y": { "axis": "y", "extent": [ - 48.117668, - 48.322571 + -11200, + 18800 ], + "reference_system": "EPSG:31256", "type": "spatial", - "interpolation": "NN", + "unit": "meter", + "interpolation": "sum land use area cover per 100m x 100m cell", "step": "100" }, "time": { "extent": [ - "2007-01-01T00:00Z", - "2999-01-01T00:00:00Z" + "2024-01-01T00:00Z", + "2024-12-31T00:00Z" ], "type": "temporal", - "step": "" + "step": "P1Y", + "unit": "year" }, "z": { "extent": [ @@ -53,27 +58,37 @@ "type": "spatial" } }, - "datetime": null, + "datetime": "2024-07-15T16:16:26Z", "raster:bands": [ { - "band_name": "d", - "unit": "category", - "data_type": "int16", - "nodata": 0, - "definition": "locker bebautes Wohn(misch)gebiet\n", - "comment": "Band 1" + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 1", + "interpolation": "SUM" } ], "title": "Vienna_Land_Use", - "datasource_type": "GML ", - "keywords": "land use", + "datasource_type": "WFS (GML) ", + "keywords": "Loosely built-up residential (mixed) area ,Medium-density residential (mixed) area ,dense residential (mixed) area ,large-volume, more solid residential (mixed) construction ,Office and administrative district ,solitary commercial structures ,Commercial, core and mixed areas ,Mixed use low density ,Industry, manufacturing, wholesale incl. warehousing ,Culture, leisure, trade fair ,Health and care ,Education ,Sports and baths (indoor) ,Military facilities ,Sewage treatment plant, landfill ,Energy supply and broadcasting facilities ,Water supply ,Transformation area, construction site, material handling ,Road space favoured ,Road space uncovered ,Car parks and multi-storey car parks ,Railway stations and railway facilities ,Transport and logistics incl. storage ,Park, green areas ,Sports and bathing (outdoor), camping ,Cemetery ,Field ,Vineyard ,Horticulture, orchards ,Forest ,Meadow ,Waters incl. stream bed", "area_cover": "415km2", - "crs": "GK-M34 (EPSG:31256)", - "start_datetime": "2007-01-01T00:00Z", - "end_datetime": "2999-01-01T00:00:00Z", + "crs": "EPSG:31256", + "start_datetime": "2024-01-01T00:00Z", + "end_datetime": "2024-12-31T00:00Z", + "provenance_name": "data.gv.at ", + "preprocessing": "Union of landuse vector dataset with 100m grid and export of every land use class as single raster band", + "source_data": "https://data.wien.gv.at/daten/geo?version=1.1.0&service=WFS&request=GetCapabilities", + "models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_land_use.ipynb", + "quality_control": "", + "apis": "AWS-S3 API", + "access_control": "fairicube account required ", "modification": null, "provision": null, "use_case_S4E": "1", + "use_case_NHM_2": "1", "platform": "Eox" }, "geometry": { @@ -81,24 +96,24 @@ "coordinates": [ [ [ - 16.18218, - 48.117668 + 20.527587778333267, + 44.951075003750404 ], [ - 16.18218, - 48.322571 + 20.527587778333267, + 45.2313494572559 ], [ - 16.577511, - 48.322571 + 20.839371582277582, + 45.2313494572559 ], [ - 16.577511, - 48.117668 + 20.839371582277582, + 44.951075003750404 ], [ - 16.18218, - 48.117668 + 20.527587778333267, + 44.951075003750404 ] ] ] @@ -117,12 +132,19 @@ "title": "data-access catalog" } ], - "assets": {}, + "assets": { + "r01_landuse": { + "href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/", + "roles": [ + "data" + ] + } + }, "bbox": [ - 16.18218, - 48.117668, - 16.577511, - 48.322571 + 20.527587778333267, + 44.951075003750404, + 20.839371582277582, + 45.2313494572559 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From e6b15fbfc90f1ad0f2e21ace4b079083e86c9d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B6hnertz?= <117716295+MarvinMosel@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:53:58 +0200 Subject: [PATCH 05/13] added 2. band --- stac_dist/1/1.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index ae3e4b7..28c19e9 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -69,6 +69,16 @@ "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", "comment": "Band 1", "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 2", + "interpolation": "SUM" } ], "title": "Vienna_Land_Use", From 06c3e5d52a570b94e226a6da59c18be0092b01b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B6hnertz?= <117716295+MarvinMosel@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:59:36 +0200 Subject: [PATCH 06/13] add. 32 bands --- stac_dist/1/1.json | 300 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 300 insertions(+) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 28c19e9..f03f51b 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -79,6 +79,306 @@ "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", "comment": "Band 2", "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 3", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 4", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 5", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 6", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 7", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 8", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 9", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 10", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 11", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 12", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 13", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 14", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 15", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 16", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 17", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 18", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 19", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 20", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 21", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 22", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 23", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 24", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 25", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 26", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 27", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 28", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 29", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 30", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 31", + "interpolation": "SUM" + }, + { + "band_name": "land use area [% cell cover]] ", + "unit": "%", + "data_type": "float32", + "nodata": -9, + "definition": "low density built-up residential (mixed) area\n", + "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "comment": "Band 32", + "interpolation": "SUM" } ], "title": "Vienna_Land_Use", From b6ce2689847da15e1065f7a548cb9bb1b018ffa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B6hnertz?= <117716295+MarvinMosel@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:13:41 +0200 Subject: [PATCH 07/13] add. 32band names --- stac_dist/1/1.json | 124 ++++++++++++++++++++++----------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index f03f51b..7803cc7 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -75,8 +75,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Medium-density residential (mixed) area\n", + "description": "Share of Medium-density residential (mixed) area inside 100x100meter cell", "comment": "Band 2", "interpolation": "SUM" }, @@ -85,8 +85,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Dense residential (mixed) area\n", + "description": "Share of dense residential (mixed) area inside 100x100meter cell", "comment": "Band 3", "interpolation": "SUM" }, @@ -95,8 +95,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "large-volume, more solid residential (mixed) construction\n", + "description": "Share of large-volume, more solid residential (mixed) construction area inside 100x100meter cell", "comment": "Band 4", "interpolation": "SUM" }, @@ -105,8 +105,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Office and administrative district\n", + "description": "Share of Office and administrative district area inside 100x100meter cell", "comment": "Band 5", "interpolation": "SUM" }, @@ -115,8 +115,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "solitary commercial structures area\n", + "description": "Share of lsolitary commercial structures area inside 100x100meter cell", "comment": "Band 6", "interpolation": "SUM" }, @@ -125,8 +125,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Commercial, core and mixed area\n", + "description": "Share of Commercial, core and mixed area inside 100x100meter cell", "comment": "Band 7", "interpolation": "SUM" }, @@ -135,8 +135,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "lMixed use low density area\n", + "description": "Share of Mixed use low density area inside 100x100meter cell", "comment": "Band 8", "interpolation": "SUM" }, @@ -145,8 +145,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Industry, manufacturing, wholesale incl. warehousing area\n", + "description": "Share of Industry, manufacturing, wholesale incl. warehousing area inside 100x100meter cell", "comment": "Band 9", "interpolation": "SUM" }, @@ -155,8 +155,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Culture, leisure, trade fair area\n", + "description": "Share of Culture, leisure, trade fair area inside 100x100meter cell", "comment": "Band 10", "interpolation": "SUM" }, @@ -165,8 +165,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Health and care area\n", + "description": "Share of Health and care area inside 100x100meter cell", "comment": "Band 11", "interpolation": "SUM" }, @@ -175,8 +175,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Education area\n", + "description": "Share of Education area inside 100x100meter cell", "comment": "Band 12", "interpolation": "SUM" }, @@ -185,8 +185,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Sports and baths (indoor) area\n", + "description": "Share of lSports and baths (indoor) area inside 100x100meter cell", "comment": "Band 13", "interpolation": "SUM" }, @@ -195,8 +195,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Military facilities area\n", + "description": "Share ofMilitary facilities area inside 100x100meter cell", "comment": "Band 14", "interpolation": "SUM" }, @@ -205,8 +205,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Sewage treatment plant, landfill\n", + "description": "Share ofSewage treatment plant, landfill area inside 100x100meter cell", "comment": "Band 15", "interpolation": "SUM" }, @@ -215,8 +215,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Energy supply and broadcasting facilities area\n", + "description": "Share of Energy supply and broadcasting facilities area inside 100x100meter cell", "comment": "Band 16", "interpolation": "SUM" }, @@ -225,8 +225,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Water supply area\n", + "description": "Share of Water supply area inside 100x100meter cell", "comment": "Band 17", "interpolation": "SUM" }, @@ -235,8 +235,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Transformation area, construction site, material handling area\n", + "description": "Share of Transformation area, construction site, material handling area inside 100x100meter cell", "comment": "Band 18", "interpolation": "SUM" }, @@ -245,8 +245,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "lRoad space favoured area\n", + "description": "Share of lRoad space favoured area inside 100x100meter cell", "comment": "Band 19", "interpolation": "SUM" }, @@ -255,8 +255,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Road space uncovered area\n", + "description": "Share of Road space uncovered area inside 100x100meter cell", "comment": "Band 20", "interpolation": "SUM" }, @@ -265,8 +265,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Car parks and multi-storey car parks area\n", + "description": "Share of car parks and multi-storey car parks area inside 100x100meter cell", "comment": "Band 21", "interpolation": "SUM" }, @@ -275,8 +275,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Railway stations and railway facilities area\n", + "description": "Share of Railway stations and railway facilities area inside 100x100meter cell", "comment": "Band 22", "interpolation": "SUM" }, @@ -285,8 +285,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Transport and logistics incl. storage area\n", + "description": "Share of Transport and logistics incl. storage area inside 100x100meter cell", "comment": "Band 23", "interpolation": "SUM" }, @@ -295,8 +295,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Park, green areas area\n", + "description": "Share of Park, green area inside 100x100meter cell", "comment": "Band 24", "interpolation": "SUM" }, @@ -305,8 +305,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Sports and bathing (outdoor), camping area\n", + "description": "Share of Sports and bathing (outdoor), camping area inside 100x100meter cell", "comment": "Band 25", "interpolation": "SUM" }, @@ -315,8 +315,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Cemetery area\n", + "description": "Share of Cemetery area inside 100x100meter cell", "comment": "Band 26", "interpolation": "SUM" }, @@ -325,8 +325,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "agricultural field area\n", + "description": "Share of agricultural field area inside 100x100meter cell", "comment": "Band 27", "interpolation": "SUM" }, @@ -335,8 +335,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Vineyard area\n", + "description": "Vineyard area inside 100x100meter cell", "comment": "Band 28", "interpolation": "SUM" }, @@ -345,8 +345,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Horticulture, orchards area\n", + "description": "Share of Horticulture, orchards area inside 100x100meter cell", "comment": "Band 29", "interpolation": "SUM" }, @@ -355,8 +355,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Forest area\n", + "description": "Share of Forest area inside 100x100meter cell", "comment": "Band 30", "interpolation": "SUM" }, @@ -365,8 +365,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Meadow area\n", + "description": "Share of Meadow area inside 100x100meter cell", "comment": "Band 31", "interpolation": "SUM" }, @@ -375,8 +375,8 @@ "unit": "%", "data_type": "float32", "nodata": -9, - "definition": "low density built-up residential (mixed) area\n", - "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", + "definition": "Waters incl. stream bed area\n", + "description": "Share of Waters incl. stream bed area inside 100x100meter cell", "comment": "Band 32", "interpolation": "SUM" } From 3bfa9c024d44ca4d80dde5cf5bf2ef43080cf953 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:15:46 +0200 Subject: [PATCH 08/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 320 ++------------------------------------------- 1 file changed, 8 insertions(+), 312 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 7803cc7..923e210 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -47,8 +47,9 @@ "2024-12-31T00:00Z" ], "type": "temporal", - "step": "P1Y", - "unit": "year" + "step": "P1Y0M0DT0H0M0S", + "unit": "year", + "interpolation": "average" }, "z": { "extent": [ @@ -71,314 +72,9 @@ "interpolation": "SUM" }, { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Medium-density residential (mixed) area\n", - "description": "Share of Medium-density residential (mixed) area inside 100x100meter cell", - "comment": "Band 2", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Dense residential (mixed) area\n", - "description": "Share of dense residential (mixed) area inside 100x100meter cell", - "comment": "Band 3", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "large-volume, more solid residential (mixed) construction\n", - "description": "Share of large-volume, more solid residential (mixed) construction area inside 100x100meter cell", - "comment": "Band 4", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Office and administrative district\n", - "description": "Share of Office and administrative district area inside 100x100meter cell", - "comment": "Band 5", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "solitary commercial structures area\n", - "description": "Share of lsolitary commercial structures area inside 100x100meter cell", - "comment": "Band 6", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Commercial, core and mixed area\n", - "description": "Share of Commercial, core and mixed area inside 100x100meter cell", - "comment": "Band 7", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "lMixed use low density area\n", - "description": "Share of Mixed use low density area inside 100x100meter cell", - "comment": "Band 8", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Industry, manufacturing, wholesale incl. warehousing area\n", - "description": "Share of Industry, manufacturing, wholesale incl. warehousing area inside 100x100meter cell", - "comment": "Band 9", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Culture, leisure, trade fair area\n", - "description": "Share of Culture, leisure, trade fair area inside 100x100meter cell", - "comment": "Band 10", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Health and care area\n", - "description": "Share of Health and care area inside 100x100meter cell", - "comment": "Band 11", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Education area\n", - "description": "Share of Education area inside 100x100meter cell", - "comment": "Band 12", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Sports and baths (indoor) area\n", - "description": "Share of lSports and baths (indoor) area inside 100x100meter cell", - "comment": "Band 13", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Military facilities area\n", - "description": "Share ofMilitary facilities area inside 100x100meter cell", - "comment": "Band 14", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Sewage treatment plant, landfill\n", - "description": "Share ofSewage treatment plant, landfill area inside 100x100meter cell", - "comment": "Band 15", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Energy supply and broadcasting facilities area\n", - "description": "Share of Energy supply and broadcasting facilities area inside 100x100meter cell", - "comment": "Band 16", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Water supply area\n", - "description": "Share of Water supply area inside 100x100meter cell", - "comment": "Band 17", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Transformation area, construction site, material handling area\n", - "description": "Share of Transformation area, construction site, material handling area inside 100x100meter cell", - "comment": "Band 18", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "lRoad space favoured area\n", - "description": "Share of lRoad space favoured area inside 100x100meter cell", - "comment": "Band 19", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Road space uncovered area\n", - "description": "Share of Road space uncovered area inside 100x100meter cell", - "comment": "Band 20", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Car parks and multi-storey car parks area\n", - "description": "Share of car parks and multi-storey car parks area inside 100x100meter cell", - "comment": "Band 21", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Railway stations and railway facilities area\n", - "description": "Share of Railway stations and railway facilities area inside 100x100meter cell", - "comment": "Band 22", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Transport and logistics incl. storage area\n", - "description": "Share of Transport and logistics incl. storage area inside 100x100meter cell", - "comment": "Band 23", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Park, green areas area\n", - "description": "Share of Park, green area inside 100x100meter cell", - "comment": "Band 24", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Sports and bathing (outdoor), camping area\n", - "description": "Share of Sports and bathing (outdoor), camping area inside 100x100meter cell", - "comment": "Band 25", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Cemetery area\n", - "description": "Share of Cemetery area inside 100x100meter cell", - "comment": "Band 26", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "agricultural field area\n", - "description": "Share of agricultural field area inside 100x100meter cell", - "comment": "Band 27", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Vineyard area\n", - "description": "Vineyard area inside 100x100meter cell", - "comment": "Band 28", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Horticulture, orchards area\n", - "description": "Share of Horticulture, orchards area inside 100x100meter cell", - "comment": "Band 29", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Forest area\n", - "description": "Share of Forest area inside 100x100meter cell", - "comment": "Band 30", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Meadow area\n", - "description": "Share of Meadow area inside 100x100meter cell", - "comment": "Band 31", - "interpolation": "SUM" - }, - { - "band_name": "land use area [% cell cover]] ", - "unit": "%", - "data_type": "float32", - "nodata": -9, - "definition": "Waters incl. stream bed area\n", - "description": "Share of Waters incl. stream bed area inside 100x100meter cell", - "comment": "Band 32", - "interpolation": "SUM" + "data_type": "int16", + "definition": "Wohn(misch)gebiet mittlerer Dichte\n", + "comment": "Band 2" } ], "title": "Vienna_Land_Use", @@ -395,8 +91,8 @@ "quality_control": "", "apis": "AWS-S3 API", "access_control": "fairicube account required ", - "modification": null, - "provision": null, + "modification": "2024-07-16T15:14:50Z", + "provision": "2024-07-16T15:14:47Z", "use_case_S4E": "1", "use_case_NHM_2": "1", "platform": "Eox" From 98fd8ad0c3d331f3d0f93bd69125c4f3f32f6dac Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:15:46 +0200 Subject: [PATCH 09/13] Add stac_dist/1/1.json for pull request submission From 49021f6b4b1201ee8cc4609f4e06181697065039 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:01:14 +0200 Subject: [PATCH 10/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 923e210..708e115 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -20,8 +20,8 @@ "x": { "axis": "x", "extent": [ - 331000, - 354000 + -11200, + 18800 ], "reference_system": "EPSG:31256", "type": "spatial", @@ -32,8 +32,8 @@ "y": { "axis": "y", "extent": [ - -11200, - 18800 + 331000, + 354000 ], "reference_system": "EPSG:31256", "type": "spatial", @@ -102,24 +102,24 @@ "coordinates": [ [ [ - 20.527587778333267, - 44.951075003750404 + 16.18109409638113, + 48.11720087650675 ], [ - 20.527587778333267, - 45.2313494572559 + 16.18109409638113, + 48.32420866274977 ], [ - 20.839371582277582, - 45.2313494572559 + 16.58564092856156, + 48.32420866274977 ], [ - 20.839371582277582, - 44.951075003750404 + 16.58564092856156, + 48.11720087650675 ], [ - 20.527587778333267, - 44.951075003750404 + 16.18109409638113, + 48.11720087650675 ] ] ] @@ -147,10 +147,10 @@ } }, "bbox": [ - 20.527587778333267, - 44.951075003750404, - 20.839371582277582, - 45.2313494572559 + 16.18109409638113, + 48.11720087650675, + 16.58564092856156, + 48.32420866274977 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From 10a924f9bbb0c824af08a3586e3cb3fba582a198 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:03:55 +0200 Subject: [PATCH 11/13] Add stac_dist/1/1.json for pull request submission --- stac_dist/1/1.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 708e115..923e210 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -20,8 +20,8 @@ "x": { "axis": "x", "extent": [ - -11200, - 18800 + 331000, + 354000 ], "reference_system": "EPSG:31256", "type": "spatial", @@ -32,8 +32,8 @@ "y": { "axis": "y", "extent": [ - 331000, - 354000 + -11200, + 18800 ], "reference_system": "EPSG:31256", "type": "spatial", @@ -102,24 +102,24 @@ "coordinates": [ [ [ - 16.18109409638113, - 48.11720087650675 + 20.527587778333267, + 44.951075003750404 ], [ - 16.18109409638113, - 48.32420866274977 + 20.527587778333267, + 45.2313494572559 ], [ - 16.58564092856156, - 48.32420866274977 + 20.839371582277582, + 45.2313494572559 ], [ - 16.58564092856156, - 48.11720087650675 + 20.839371582277582, + 44.951075003750404 ], [ - 16.18109409638113, - 48.11720087650675 + 20.527587778333267, + 44.951075003750404 ] ] ] @@ -147,10 +147,10 @@ } }, "bbox": [ - 16.18109409638113, - 48.11720087650675, - 16.58564092856156, - 48.32420866274977 + 20.527587778333267, + 44.951075003750404, + 20.839371582277582, + 45.2313494572559 ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", From bd9f1f14043df2eae7ef4cc92ca0c8675a7cbbad Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:05:08 +0200 Subject: [PATCH 12/13] fixed id --- stac_dist/1/1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 923e210..24374d8 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -1,7 +1,7 @@ { "type": "Feature", "stac_version": "1.0.0", - "id": "1", + "id": "vienna_land_use", "properties": { "license": "CC-BY-4.0", "description": "land use mapping 2024 Vienna\nThis database depicts the actual land use of Vienna in a generalised form. The database is an aerial image interpretation with the addition of additional factual data. There are 32 usage categories from the areas of housing, green areas, traffic, etc. \n", @@ -156,4 +156,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 ded059b2713007b966401d2010dbc318f90fd3b3 Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:39:02 +0200 Subject: [PATCH 13/13] removed empty band --- stac_dist/1/1.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/stac_dist/1/1.json b/stac_dist/1/1.json index 24374d8..c427374 100644 --- a/stac_dist/1/1.json +++ b/stac_dist/1/1.json @@ -62,7 +62,7 @@ "datetime": "2024-07-15T16:16:26Z", "raster:bands": [ { - "band_name": "land use area [% cell cover]] ", + "band_name": "land use area [% cell cover] ", "unit": "%", "data_type": "float32", "nodata": -9, @@ -70,11 +70,6 @@ "description": "Share of low density built-up residential (mixed) area inside 100x100meter cell", "comment": "Band 1", "interpolation": "SUM" - }, - { - "data_type": "int16", - "definition": "Wohn(misch)gebiet mittlerer Dichte\n", - "comment": "Band 2" } ], "title": "Vienna_Land_Use",