Files
geointel/demo/geel/demo_detections.geojson
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

114 lines
2.1 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": "det_bld_1",
"class": "building",
"confidence": 0.92,
"model_id": "demo-yolo-buildings-v1"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.98505,
51.16505
],
[
4.9860500000000005,
51.16505
],
[
4.9860500000000005,
51.16605
],
[
4.98505,
51.16605
],
[
4.98505,
51.16505
]
]
]
}
},
{
"type": "Feature",
"properties": {
"id": "det_bld_2",
"class": "building",
"confidence": 0.88,
"model_id": "demo-yolo-buildings-v1"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.99005,
51.16605
],
[
4.99105,
51.16605
],
[
4.99105,
51.167049999999996
],
[
4.99005,
51.167049999999996
],
[
4.99005,
51.16605
]
]
]
}
},
{
"type": "Feature",
"properties": {
"id": "det_bld_3",
"class": "building",
"confidence": 0.61,
"model_id": "demo-yolo-buildings-v1"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.997,
51.172
],
[
4.998,
51.172
],
[
4.998,
51.172999999999995
],
[
4.997,
51.172999999999995
],
[
4.997,
51.172
]
]
]
}
}
]
}