Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
@@ -0,0 +1,29 @@
# Canonical Performance Budgets
These are V1 local-development budgets. They are guidance, not hard production SLAs.
## API responsiveness
- simple GET list/detail: < 500 ms on demo data;
- project/area creation: < 1 s;
- metadata retrieval: < 500 ms once extracted;
- job status polling: < 300 ms.
## Processing budgets on demo fixtures
- vector metadata extraction: < 2 s;
- vector clip on demo area: < 5 s;
- raster metadata extraction on small GeoTIFF: < 3 s;
- tile manifest generation on demo raster: < 10 s;
- QA/QC on demo building fixtures: < 5 s;
- GeoJSON export on demo fixtures: < 5 s.
## UI budgets
- initial shell render: < 2 s in local dev;
- map layer toggle on demo data: < 500 ms;
- metrics panel update after API response: < 300 ms.
## Scaling note
Large real rasters or full municipality layers may exceed these budgets. In that case, the app must show async job state rather than blocking.