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
2.2 KiB
2.2 KiB
GeoIntel Kempen — Demo Scenarios v1.0
Demo scenarios guide development toward portfolio-ready workflows.
Demo 1 — Building Detection + GRB QA/QC
Goal
Show the complete GeoAI loop: raster imagery → AI detections → geospatial output → official reference validation.
Workflow
- Create project:
Geel Building Detection QA. - Select or draw area in Geel.
- Upload a georeferenced aerial/orthophoto raster.
- Fetch GRB buildings for the area or use OSM fallback.
- Run object detection for buildings.
- Convert detections to geospatial polygons.
- Run QA/QC against GRB buildings.
- Show precision, recall, F1, mean IoU.
- Display TP/FP/FN on map.
- Export detections and QA findings as GeoJSON/CSV.
Recruiter value
Demonstrates Rasterio, tiling, YOLO/PyTorch, GeoPandas/Shapely, PostGIS, QA metrics and official geodata validation.
Demo 2 — Vegetation Segmentation
Goal
Show segmentation/mask-to-vector workflow.
Workflow
- Select area around Mol or Kasterlee.
- Upload raster or use sample imagery.
- Run segmentation or NDVI-based threshold.
- Polygonize vegetation masks.
- Calculate green area and fragmentation.
- Export vegetation polygons.
Demo 3 — Vector Change Detection
Goal
Show change analysis before full raster AI change detection is implemented.
Workflow
- Select two building/reference layers for the same area.
- Run vector change detection.
- Classify added, removed and modified features.
- Show change statistics and map overlays.
Demo 4 — Raster Workbench
Goal
Show professional raster handling.
Workflow
- Upload GeoTIFF.
- Inspect metadata.
- Clip to area.
- Generate preview.
- Generate tiles.
- Export clipped raster.
Demo 5 — Vector Workbench
Goal
Show core GIS operations.
Workflow
- Upload GeoJSON/GPKG.
- Inspect metadata.
- Clip to area.
- Buffer roads.
- Intersect buffers with green/water/building layers.
- Export result.
Demo readiness checklist
- Demo datasets present or documented.
- No fake results.
- Every result is exportable.
- Every map layer is inspectable.
- Every long operation has job status.
- QA output can be explained in one minute.