Skip to content
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
154 changes: 154 additions & 0 deletions stac_dist/1/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"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",
"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": "[email protected]",
"ORCID_ID": "",
"roles": "licensor"
}
],
"dataSource": "Open data Austria (data.gv.at)",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
-11200,
18800
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "",
"step": 100
},
"y": {
"axis": "y",
"extent": [
331000,
354000
],
"reference_system": "EPSG:31256",
"type": "spatial",
"unit": "meter",
"interpolation": "",
"step": 100
},
"time": {
"extent": [
"2024-01-01T00:00Z",
"2024-12-31T00:00Z"
],
"type": "temporal",
"step": "P1Y0M0DT0H0M0S",
"unit": "year",
"interpolation": "average"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"datetime": "2024-07-15T16:16:26Z",
"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"
}
],
"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",
"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 ",
"modification": "2024-07-16T15:14:50Z",
"provision": "2024-07-16T15:14:47Z",
"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": {
"data on fairicube S3 Bucket": {
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r01_real_land_use2020_100m_b32_1_1.tif",
"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"
]
}
Loading