Files
geointel/prompts/codex/module-contracts/QAQC_MODULE_CONTRACT.md
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

53 lines
972 B
Markdown

# Codex Module Contract — QA/QC Foundation
Build deterministic QA/QC using fixture GeoJSON files before real AI integration.
## Input
- predicted polygon layer
- reference polygon layer
- IoU threshold, default 0.5
## Required Metrics
- true positives
- false positives
- false negatives
- precision
- recall
- f1
- mean_iou for matched pairs
## Required Outputs
- summary metrics JSON
- matched pairs list
- false positives GeoJSON
- false negatives GeoJSON
## Required Backend
- QA service with pure functions
- API endpoint to run QA for two stored layers or fixture mode
- persisted quality_check record
## Required Frontend
- QA run form
- threshold input
- metrics cards
- map layers for FP/FN
- explanation of IoU threshold
## Required Tests
- golden fixture test with deterministic counts
- zero denominator test
- invalid geometry test
## Forbidden
- presenting confidence as accuracy
- changing IoU formula
- computing area in EPSG:4326 degrees