Skip to content

Commit 5ba3eb1

Browse files
committed
Merge branch 'main' into HEAD
2 parents 0ebf3b6 + 949e330 commit 5ba3eb1

File tree

6 files changed

+607
-2
lines changed

6 files changed

+607
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
environment:
2929
name: github-pages
3030
url: ${{ steps.deployment.outputs.page_url }}
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"id": "Vienna_building_volume",
5+
"properties": {
6+
"keywords": [
7+
"building",
8+
" building volume",
9+
" building height",
10+
" urban areas",
11+
" vienna",
12+
"building volume indicator"
13+
],
14+
"license": "CC-BY-4.0",
15+
"description": "Vienna building volume [100m]\n\nThe map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1",
16+
"providers": [
17+
{
18+
"organization_name": "Stadt Wien",
19+
"organization": "Stadt Wien",
20+
"organization_email": "[email protected]",
21+
"roles": "licensor"
22+
}
23+
],
24+
"dataSource": "Open data Austria (data.gv.at)",
25+
"cube:dimensions": {
26+
"x": {
27+
"axis": "x",
28+
"extent": [
29+
331000,
30+
354000
31+
],
32+
"reference_system": "EPSG:31256",
33+
"type": "spatial",
34+
"unit": "meter",
35+
"interpolation": "",
36+
"step": 100
37+
},
38+
"y": {
39+
"axis": "y",
40+
"extent": [
41+
-11200,
42+
18800
43+
],
44+
"reference_system": "EPSG:31256",
45+
"type": "spatial",
46+
"unit": "meter",
47+
"interpolation": "",
48+
"step": 100
49+
},
50+
"z": {
51+
"extent": [
52+
null,
53+
null
54+
],
55+
"type": "spatial"
56+
},
57+
"time": {
58+
"type": "temporal",
59+
"extent": [
60+
"2024-01-01T00:00Z",
61+
"2024-12-31T00:00Z"
62+
],
63+
"step": "P1Y",
64+
"unit": "year"
65+
}
66+
},
67+
"raster:bands": [
68+
{
69+
"band_name": "building volume indicator",
70+
"unit": "indicator",
71+
"data_type": "float32",
72+
"nodata": -9,
73+
"definition": "building volume indicator",
74+
"description": "building volume indicator",
75+
"comment": "Band 1"
76+
}
77+
],
78+
"title": "Vienna building volume [100m]",
79+
"datasource_type": "GML ",
80+
"area_cover": "415km2",
81+
"crs": "EPSG:31256",
82+
"start_datetime": "2024-01-01T00:00Z",
83+
"end_datetime": "2024-12-31T00:00Z",
84+
"provenance_name": "data.gv.at ",
85+
"preprocessing": " The map shows the building volume (building footprint x avg. building height) as a normalized indicator 0-1",
86+
"source_data": "https://www.data.gv.at",
87+
"models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb",
88+
"apis": "AWS-S3 API",
89+
"access_control": "fairicube account required ",
90+
"datetime": "2024-07-17T10:39:35Z",
91+
"modification": "2024-07-17T10:39:39Z",
92+
"provision": "2024-07-17T10:39:37Z",
93+
"use_case_S4E": "1",
94+
"use_case_NHM_2": "1",
95+
"platform": "Eox"
96+
},
97+
"geometry": {
98+
"type": "Polygon",
99+
"coordinates": [
100+
[
101+
[
102+
20.527587778333267,
103+
44.951075003750404
104+
],
105+
[
106+
20.527587778333267,
107+
45.2313494572559
108+
],
109+
[
110+
20.839371582277582,
111+
45.2313494572559
112+
],
113+
[
114+
20.839371582277582,
115+
44.951075003750404
116+
],
117+
[
118+
20.527587778333267,
119+
44.951075003750404
120+
]
121+
]
122+
]
123+
},
124+
"links": [
125+
{
126+
"rel": "root",
127+
"href": "../catalog.json",
128+
"type": "application/json",
129+
"title": "data-access catalog"
130+
},
131+
{
132+
"rel": "parent",
133+
"href": "../catalog.json",
134+
"type": "application/json",
135+
"title": "data-access catalog"
136+
}
137+
],
138+
"assets": {
139+
"../r09_build_volume/r09_Wien_build_volume_i_grid100m_1_1.tif": {
140+
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/",
141+
"roles": [
142+
"data"
143+
]
144+
}
145+
},
146+
"bbox": [
147+
20.527587778333267,
148+
44.951075003750404,
149+
20.839371582277582,
150+
45.2313494572559
151+
],
152+
"stac_extensions": [
153+
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
154+
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
155+
]
156+
}
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"id": "Vienna_districts",
5+
"properties": {
6+
"keywords": [
7+
"administration",
8+
" district",
9+
" ",
10+
"district id"
11+
],
12+
"license": "CC-BY-4.0",
13+
"description": "Vienna administration districts [100m]\n\nThe raster shows the district number:\nBEZNR\tNAMEG\n0\t(blank)\n1\tINNERE STADT\n2\tLEOPOLDSTADT\n3\tLANDSTRASSE\n4\tWIEDEN\n5\tMARGARETEN\n6\tMARIAHILF\n7\tNEUBAU\n8\tJOSEFSTADT\n9\tALSERGRUND\n10\tFAVORITEN\n11\tSIMMERING\n12\tMEIDLING\n13\tHIETZING\n14\tPENZING\n15\tRUDOLFSHEIM-F\u00dcNFHAUS\n16\tOTTAKRING\n17\tHERNALS\n18\tW\u00c4HRING\n19\tD\u00d6BLING\n20\tBRIGITTENAU\n21\tFLORIDSDORF\n22\tDONAUSTADT\n23\tLIESING\n",
14+
"providers": [
15+
{
16+
"organization_name": "Stadt Wien",
17+
"organization": "Stadt Wien",
18+
"doc_link": "https://www.data.gv.at/katalog/dataset/2ee6b8bf-6292-413c-bb8b-bd22dbb2ad4b",
19+
"organization_email": "[email protected]",
20+
"roles": "licensor"
21+
}
22+
],
23+
"dataSource": "data.gv.at",
24+
"cube:dimensions": {
25+
"x": {
26+
"axis": "x",
27+
"extent": [
28+
331000,
29+
354000
30+
],
31+
"reference_system": "EPSG:31256",
32+
"type": "spatial",
33+
"unit": "meter",
34+
"step": 100
35+
},
36+
"y": {
37+
"axis": "y",
38+
"extent": [
39+
-11200,
40+
18800
41+
],
42+
"reference_system": "EPSG:31256",
43+
"type": "spatial",
44+
"unit": "meter",
45+
"step": 100
46+
},
47+
"z": {
48+
"extent": [
49+
null,
50+
null
51+
],
52+
"type": "spatial"
53+
},
54+
"time": {
55+
"type": "temporal",
56+
"extent": [
57+
"2024-01-01T00:00Z",
58+
"2024-12-31T00:00Z"
59+
],
60+
"step": "P1Y0M0DT0H0M0S",
61+
"unit": "year"
62+
}
63+
},
64+
"raster:bands": [
65+
{
66+
"band_name": "district id",
67+
"unit": "ID",
68+
"data_type": "float32",
69+
"nodata": -9,
70+
"definition": "district id\nBEZNR\tNAMEG\n0\t(blank)\n1\tINNERE STADT\n2\tLEOPOLDSTADT\n3\tLANDSTRASSE\n4\tWIEDEN\n5\tMARGARETEN\n6\tMARIAHILF\n7\tNEUBAU\n8\tJOSEFSTADT\n9\tALSERGRUND\n10\tFAVORITEN\n11\tSIMMERING\n12\tMEIDLING\n13\tHIETZING\n14\tPENZING\n15\tRUDOLFSHEIM-F\u00dcNFHAUS\n16\tOTTAKRING\n17\tHERNALS\n18\tW\u00c4HRING\n19\tD\u00d6BLING\n20\tBRIGITTENAU\n21\tFLORIDSDORF\n22\tDONAUSTADT\n23\tLIESING\n",
71+
"description": "district id",
72+
"category_list": "0\t(blank) 1\tINNERE STADT 2\tLEOPOLDSTADT 3\tLANDSTRASSE 4\tWIEDEN 5\tMARGARETEN 6\tMARIAHILF 7\tNEUBAU 8\tJOSEFSTADT 9\tALSERGRUND 10\tFAVORITEN 11\tSIMMERING 12\tMEIDLING 13\tHIETZING 14\tPENZING 15\tRUDOLFSHEIM-F\u00dcNFHAUS 16\tOTTAKRING 17\tHERNALS 18\tW\u00c4HRING 19\tD\u00d6BLING 20\tBRIGITTENAU 21\tFLORIDSDORF 22\tDONAUSTADT 23\tLIESING",
73+
"comment": "Band 1",
74+
"interpolation": "NN"
75+
}
76+
],
77+
"title": "Vienna administration districts [100m]",
78+
"datasource_type": "WFS (GML) ",
79+
"area_cover": "415km2",
80+
"crs": "EPSG:31256",
81+
"start_datetime": "2024-01-01T00:00Z",
82+
"end_datetime": "2024-12-31T00:00Z",
83+
"personalData": "",
84+
"provenance_name": "data.gv.at ",
85+
"preprocessing": "The origanal vector dataset was transformed to a raster using gdal function: processing.run(\"gdal:rasterize\", {'INPUT':'N:/C2205_FAIRiCUBE/f02_data/d050_data_WIEN/Vienna_gridded_data_collection/100m_GRID/vector_files/Bezirke_100m.shp','FIELD':'BEZNR','BURN':0,'USE_Z':False,'UNITS':1,'WIDTH':100,'HEIGHT':100,'EXTENT':'-11200.000000000,18800.000000000,331000.000000000,354000.000000000 []','NODATA':0,'OPTIONS':'COMPRESS=DEFLATE|PREDICTOR=2|ZLEVEL=9','DATA_TYPE':5,'INIT':None,'INVERT':False,'EXTRA':'','OUTPUT':'N:/C2205_FAIRiCUBE/f02_data/d050_data_WIEN/Vienna_gridded_data_collection/100m_GRID/r00_Wien_Bezirke_100m.tif'})",
86+
"apis": "AWS-S3 API",
87+
"access_control": "fairicube account required ",
88+
"datetime": "2024-07-17T11:28:01Z",
89+
"modification": "2024-07-17T11:28:04Z",
90+
"provision": "2024-07-17T11:28:02Z",
91+
"use_case_S4E": "1",
92+
"use_case_WER": "2",
93+
"use_case_NHM": "2",
94+
"use_case_NHM_2": "1",
95+
"platform": "Eox"
96+
},
97+
"geometry": {
98+
"type": "Polygon",
99+
"coordinates": [
100+
[
101+
[
102+
20.527587778333267,
103+
44.951075003750404
104+
],
105+
[
106+
20.527587778333267,
107+
45.2313494572559
108+
],
109+
[
110+
20.839371582277582,
111+
45.2313494572559
112+
],
113+
[
114+
20.839371582277582,
115+
44.951075003750404
116+
],
117+
[
118+
20.527587778333267,
119+
44.951075003750404
120+
]
121+
]
122+
]
123+
},
124+
"links": [
125+
{
126+
"rel": "root",
127+
"href": "../catalog.json",
128+
"type": "application/json",
129+
"title": "data-access catalog"
130+
},
131+
{
132+
"rel": "parent",
133+
"href": "../catalog.json",
134+
"type": "application/json",
135+
"title": "data-access catalog"
136+
}
137+
],
138+
"assets": {
139+
"../r00_Wien_Bezirke_100m_1_1.tif": {
140+
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/",
141+
"roles": [
142+
"data"
143+
]
144+
}
145+
},
146+
"bbox": [
147+
20.527587778333267,
148+
44.951075003750404,
149+
20.839371582277582,
150+
45.2313494572559
151+
],
152+
"stac_extensions": [
153+
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
154+
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
155+
]
156+
}

0 commit comments

Comments
 (0)