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

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