Files
geointel/demo/geel/demo_detections.geojson
T
Jens faeb58ef6d
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
Initial public release
2026-08-31 21:56:53 +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
]
]
]
}
}
]
}