Files
geointel/docs/ROADMAP.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

89 lines
1.3 KiB
Markdown

# Roadmap
## V0.1 — Foundation
- repo scaffold
- FastAPI backend
- React frontend
- PostGIS setup
- project model
- area model
- basic map viewer
## V0.2 — Dataset Manager
- raster upload
- vector upload
- metadata extraction
- storage structure
- dataset status
## V0.3 — Raster & Vector Core
- raster clipping
- raster tiling
- vector import
- vector clipping
- CRS handling
- geometry validation
## V0.4 — Reference Data
- OSM fallback fetcher
- GRB integration design
- PostGIS reference cache
- reference layer viewer
## V0.5 — Object Detection
- YOLO service wrapper
- tile inference
- geospatial reprojection
- detections table
- detection map layer
- GeoJSON export
## V0.6 — QA/QC
- compare detections with reference layer
- IoU
- precision/recall/F1
- false positive/negative layers
## V0.7 — Segmentation
- segmentation service
- masks
- polygonize
- area metrics
## V0.8 — Change Detection
- compare analysis runs
- added/removed/changed objects
- change map layer
## V0.9 — Annotation Studio
- bbox/polygon annotation
- class labels
- export YOLO/COCO/GeoJSON
## V1.0 — Portfolio Release
- stable demo workflow
- docs complete
- tests green
- sample project
- export package
- portfolio README section
## Later
- Sentinel indices
- DHMV hoogte
- LiDAR Workbench
- Training Studio
- model registry
- QGIS integration