Skip to content

Commit 697018b

Browse files
Add stac_dist/Vienna_building_area/Vienna_building_area.json for pull request submission
1 parent fc9dcdf commit 697018b

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

stac_dist/Vienna_building_area/Vienna_building_area.json

+29-25
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111
"providers": [
1212
{
1313
"organization_name": "Stadt Wien",
14-
"organization": "Stadt Wien",
1514
"organization_email": "[email protected]",
16-
"roles": "licensor"
15+
"roles": [
16+
"licensor"
17+
]
1718
}
1819
],
1920
"dataSource": "Open data Austria (data.gv.at)",
2021
"cube:dimensions": {
2122
"x": {
2223
"axis": "x",
2324
"extent": [
24-
331000,
25-
354000
25+
-11200,
26+
18800
2627
],
2728
"reference_system": "EPSG:31256",
2829
"type": "spatial",
@@ -33,8 +34,8 @@
3334
"y": {
3435
"axis": "y",
3536
"extent": [
36-
-11200,
37-
18800
37+
331000,
38+
354000
3839
],
3940
"reference_system": "EPSG:31256",
4041
"type": "spatial",
@@ -81,7 +82,6 @@
8182
"preprocessing": "The original bulding footprint dataset was masked, next the building cover per 100m gridcell was calculatedc and a raster was produced",
8283
"source_data": "https://www.wien.gv.at/stadtentwicklung/stadtvermessung/geodaten/viewer/geodatendownload.html",
8384
"models": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/notebooks/dev/f06_pre_processing/Vienna_distance_raster_from_points_data.ipynb",
84-
"apis": "AWS-S3 API",
8585
"access_control": "fairicube account required ",
8686
"datetime": "2024-07-17T10:29:47Z",
8787
"modification": "2024-07-17T10:29:51Z",
@@ -95,24 +95,24 @@
9595
"coordinates": [
9696
[
9797
[
98-
20.527587778333267,
99-
44.951075003750404
98+
16.18109409638113,
99+
48.11720087650675
100100
],
101101
[
102-
20.527587778333267,
103-
45.2313494572559
102+
16.18109409638113,
103+
48.32420866274977
104104
],
105105
[
106-
20.839371582277582,
107-
45.2313494572559
106+
16.58564092856156,
107+
48.32420866274977
108108
],
109109
[
110-
20.839371582277582,
111-
44.951075003750404
110+
16.58564092856156,
111+
48.11720087650675
112112
],
113113
[
114-
20.527587778333267,
115-
44.951075003750404
114+
16.18109409638113,
115+
48.11720087650675
116116
]
117117
]
118118
]
@@ -132,24 +132,28 @@
132132
}
133133
],
134134
"assets": {
135-
"file on s3": {
135+
"file_on_s3": {
136136
"href": "https://fairicube.s3.eu-central-1.amazonaws.com/vienna_data/100m/r08_buildings/r08_Wien_buildings_area_ha_100m_b1_1_1.tif",
137137
"roles": [
138-
"data"
138+
[
139+
"data"
140+
]
139141
]
140142
},
141-
"rasdaman datacube": {
143+
"rasdaman_datacube": {
142144
"href": "https://fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=Vienna_building_area&outputType=GeneralGridCoverage",
143145
"roles": [
144-
"data"
146+
[
147+
"data"
148+
]
145149
]
146150
}
147151
},
148152
"bbox": [
149-
20.527587778333267,
150-
44.951075003750404,
151-
20.839371582277582,
152-
45.2313494572559
153+
16.18109409638113,
154+
48.11720087650675,
155+
16.58564092856156,
156+
48.32420866274977
153157
],
154158
"stac_extensions": [
155159
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",

0 commit comments

Comments
 (0)