2.8 KiB
2.8 KiB
Demo Use Cases
These are the workflows GeoIntel must be built around. Codex should prioritize these over generic feature expansion.
Demo 1 — Building Detection + GRB QA
Purpose
Show the exact portfolio fit for GeoAI engineering: raster input, computer vision, georeferenced detections, reference-data comparison, QA metrics and GIS export.
Area
Default: Geel or another Kempen area with mixed buildings and roads.
Input
- Georeferenced aerial image or GeoTIFF.
- Reference building layer from GRB or local fixture.
Pipeline
- Create project.
- Define area.
- Import raster.
- Fetch/cache GRB building reference layer.
- Tile raster.
- Run YOLO/object-detection provider.
- Convert detections back to geospatial polygons or boxes.
- Store detections in PostGIS.
- Run QA/QC against GRB building footprints.
- Show results on map.
- Export detections and QA report.
Required outputs
- Detection layer.
- GRB reference layer.
- Matched features layer.
- False positives layer.
- False negatives layer.
- Precision/recall/F1/IoU dashboard.
- GeoJSON export.
Portfolio message
“I built a GeoAI pipeline that detects buildings on imagery and validates the results against official Flemish reference geometry.”
Demo 2 — Vegetation Segmentation
Purpose
Show segmentation and raster/vector conversion.
Input
- Raster image or Sentinel-derived raster later.
- Optional area polygon.
Pipeline
- Import raster.
- Run segmentation provider or thresholded index workflow.
- Produce mask.
- Polygonize mask.
- Calculate area and coverage percentage.
- Visualize mask and polygons.
- Export GeoJSON/mask.
Required outputs
- Segmentation mask.
- Polygonized vegetation layer.
- Area statistics.
- Export package.
Demo 3 — Vector Change Detection
Purpose
Show geospatial comparison before full remote-sensing change detection is implemented.
Input
- Two reference/detection vector layers for different dates or runs.
Pipeline
- Select baseline layer.
- Select comparison layer.
- Normalize CRS.
- Match overlapping objects.
- Identify added/removed/changed geometries.
- Calculate area deltas.
- Show change layer.
Required outputs
- Added features.
- Removed features.
- Changed features.
- Change statistics.
- GeoJSON export.
Demo 4 — Raster Indices Preview
Purpose
Prepare the Sentinel/remote-sensing part.
Input
- Multiband raster with suitable bands.
Pipeline
- Select bands.
- Calculate NDVI/NDWI/NDBI where bands exist.
- Render preview.
- Calculate min/max/mean/histogram.
- Extract thresholded areas later.
Required outputs
- Index raster artifact.
- Histogram/statistics.
- Preview overlay.
Demo priority
Build in this order:
- Demo 1 first.
- Demo 3 second.
- Demo 2 third.
- Demo 4 fourth.
Demo 1 is the main recruiter-facing workflow.