28 lines
566 B
JSON
28 lines
566 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "golden_predicted_buildings_no_overlap",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"id": "pred-no-overlap-1",
|
|
"properties": {
|
|
"id": "pred-no-overlap-1",
|
|
"class": "building",
|
|
"confidence": 0.82
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[4.9950, 51.1650],
|
|
[4.9955, 51.1650],
|
|
[4.9955, 51.1654],
|
|
[4.9950, 51.1654],
|
|
[4.9950, 51.1650]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|