跳至主要内容

建築

建築是指具有屋頂或內部空間的人工結構,這些結構在一個地方永久或半永久地存在(OSM 建築定義)。

Geometry TypePolygon or MultiPolygon
Themebuildings
Typebuilding

The most basic form of a building feature in the Overture Schema. The geometry is expected to be the most outer footprint (or roofprint if traced from satellite/aerial imagery) of a building. 最基本的 building 特徵形式在 Overture Schema 中。幾何形狀預期是建築物最外層的樣子(或如果從衛星/航空影像追蹤,則是屋頂的輪廓)。

架構

Loading ....

範例

{
"id": "overture:buildings:building:1234",
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-77.036873,
38.897804
],
[
-77.036873,
38.897559
],
[
-77.03626,
38.897559
],
[
-77.03626,
38.897804
],
[
-77.036873,
38.897804
]
]
]
},
"properties": {
"ext_foo": "I am a customer user property.",
"ext_bar": "Me too!",
"theme": "buildings",
"type": "building",
"version": 1,
"level": 1,
"height": 21.34,
"num_floors": 4,
"num_floors_underground": 1,
"subtype": "transportation",
"class": "parking",
"is_underground": false,
"sources": [
{
"property": "",
"dataset": "microsoftMLBuildings,",
"confidence": 1
},
{
"property": "/properties/height",
"dataset": "metaLidarExtractions,",
"confidence": 0.95
}
]
}
}