Week 30 · Space GIS Architect

Capstone defense and synthesis (Capstone 5 week)

Track 5 culminates here: a complete end-to-end pipeline from raw GOES NetCDF to served REST endpoint, visualized on a Cesium globe. This is the bar for the highest LaunchDetect Academy credential.

Learning objectives

Primer

Thirty weeks. Five tracks. You've moved from "what is a coordinate system" to building a production AWS pipeline that ingests real geostationary thermal imagery and serves geocoded detections over a REST API. This week is the synthesis: stitch everything together into one end-to-end deliverable that demonstrates expert-level competence in space GIS.

What you've learned

The capstone deliverable

Capstone 5: End-to-End Detection Pipeline. A complete production-style pipeline running every layer of the course:

  1. Ingest — 10 frames of real GOES-18 ABI Band 7 NetCDF from the NOAA AWS Open Data bucket, spanning a known launch event.
  2. Georeference — convert fixed-grid scan angles to lat/lon (Week 15) with parallax correction applied.
  3. Detect — convert radiance to brightness temperature, threshold-detect hotspots (Week 14), apply morphological cleaning (Week 20).
  4. Cluster — group hotspot pixels across consecutive frames into plume tracks. A real plume appears in 3–5 consecutive frames; isolated single-frame hotspots are noise.
  5. Score — apply a simple confidence heuristic: spatial coincidence with a known spaceport (within 50 km), temporal pattern matching (the track rises then falls), brightness profile.
  6. Persist — write final detections to PostGIS with proper GIST indexes (Week 6).
  7. Serve — expose /detections REST endpoints via FastAPI (Week 29) with OpenAPI docs.
  8. Visualize — render detections on a Cesium globe (Week 18) loaded directly from the REST API.

The deliverables

Why 5 minutes

The video constraint is deliberate. Five minutes is enough to explain the architecture and the key design decisions; it's not enough to dwell on every detail. The skill is communication under constraint — a skill every senior engineer needs.

What comes next

You've completed the LaunchDetect Academy. What's the next problem in space GIS? The honest answer: many. A non-exhaustive list:

The instinct you've built — "this is a spatial problem; I know how to set it up rigorously, run it, serve it, verify it" — is the most portable thing in the curriculum. Apply it everywhere.

The capstone

Week 30 is the start of Capstone 5: End-to-End Detection Pipeline, the final credential. The full rubric is on the capstone page; finishing it earns the Certified Space GIS Architect credential — the highest LaunchDetect Academy designation, and a real signal to peers and employers that you can build production-grade space-domain geospatial systems end-to-end.

Ship it. Tag us when you do.

Hands-on lab: End-to-End Detection Pipeline (capstone start)

Ingest 10 frames of GOES-18 Band 7 from S3. Georeference. Threshold-detect hotspots. Cluster across frames. Score. Persist to PostGIS. Expose /detections REST endpoint. Render on Cesium globe. Public GitHub repo + 5-min video. This is the deliverable for Capstone 5.

Quiz

Test yourself. Answer key on the certificate-track page (Gold-tier feature: progress tracking and auto-grading).

Q1. An end-to-end production pipeline includes:
  1. Ingest, processing, persistence, serving, visualization, monitoring
  2. Just processing
  3. Just visualization
  4. Just storage
Q2. Why a 5-minute video deliverable?
  1. Forces concise explanation of design decisions and architecture
  2. Required by spec
  3. Hard to make
  4. Easier than writing
Q3. Monitoring a geospatial pipeline includes:
  1. Throughput, error rates, latency, data quality (false positive rate, etc.)
  2. Just uptime
  3. Just disk space
  4. Nothing
Q4. Public GitHub repo enables:
  1. Independent verification + portfolio + reproducibility
  2. Marketing only
  3. Required by law
  4. Nothing
Q5. The next problem in space GIS is likely:
  1. Open-ended — emerging areas include orbit congestion, climate monitoring, autonomous decisions
  2. All solved
  3. Only debris
  4. Only Mars
Capstone week. This week's lab is the start of Capstone 5: End-to-End Detection Pipeline. Finishing the capstone earns the Certified Space GIS Architect credential.