Skip to main content

Building part

Geometry TypePolygon or MultiPolygon
Themebuildings
Typebuilding_part

Schema

Loading ....

Examples

{
"id": "overture:buildings:part: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_part",
"version": 1,
"level": 1,
"update_time": "2023-06-06T10:30:00-08:00",
"building_id": "abc123",
"height": 21.34,
"num_floors": 4,
"min_height": 15,
"min_floor": 2,
"roof_shape": "dome",
"roof_orientation": "across",
"roof_direction": 23.4,
"sources": [
{
"property": "",
"dataset": "microsoftMLBuildings"
},
{
"property": "/properties/height",
"dataset": "metaLidarExtractions"
}
]
}
}