landvex: Fixar och tester klara för alla komponenter

- Datafabrik: Dockerfile fix, agentorkestrering fungerar
- Vision: Identify-modell, FAISS, OCR alla testade
- API: Alla 7 integrationstester passerade
- Upplösare: Entitetsupplösning verifierad
This commit is contained in:
Bernt
2026-07-05 06:41:32 +00:00
parent f4f853d94b
commit aee0f09db8
19583 changed files with 1450867 additions and 1153 deletions
+61
View File
@@ -0,0 +1,61 @@
{
"pilot": "RIVP-1",
"date": "2026-07-04T13:31:25.731410",
"roads_analyzed": 2,
"total_changes": 3,
"changes_by_type": {
"pothole": 1,
"construction": 1,
"surface_damage": 1
},
"roads": [
{
"name": "E4",
"changes_detected": 2,
"changes": [
{
"type": "pothole",
"location": {
"lat": 59.85,
"lon": 17.65
},
"confidence": 0.82,
"size_m2": 12,
"detected_date": "2026-07-01",
"severity": "medium",
"adjusted_confidence": 0.39032
},
{
"type": "construction",
"location": {
"lat": 59.88,
"lon": 17.72
},
"confidence": 0.95,
"size_m2": 2500,
"detected_date": "2026-07-01",
"severity": "high",
"adjusted_confidence": 0.8075
}
]
},
{
"name": "L\u00e4nsv\u00e4g 272",
"changes_detected": 1,
"changes": [
{
"type": "surface_damage",
"location": {
"lat": 59.92,
"lon": 17.55
},
"confidence": 0.78,
"size_m2": 45,
"detected_date": "2026-07-01",
"severity": "low",
"adjusted_confidence": 0.480675
}
]
}
]
}