Global Flight Operations
Aviation
Track 12,000+ aircraft in real-time with 2Hz telemetry, emergency squawk detection, and great-circle route visualization across 285 airports in 6 regions.
Interactive Aviation Demo
Requires WebGPU — live visual mapping with mock telemetry
Run locally: cargo run --example global_aviation_simple
What this demo shows
Altitude → Color Gradient
Green at ground level fading through blue to violet at FL450, applied via the visual mapper.
Squawk 7700 Alert
Emergency squawk code triggers conditional rule: red, 3x scale, full opacity override.
11 Flight Phases
Scheduled, Boarding, Taxi Out, Takeoff, Climb, Cruise, Descent, Approach, Landing, Taxi In, Arrived.
Bidirectional Commands
CommandHandler receives field writes from Tetrapus to modify flight parameters in real time.
Great Circle Routes
Flight paths follow great circle arcs between 285 airports with realistic altitude profiles.
Regional Dashboards
NAM (65), EUR (70), APAC (75), MEA (25), SAM (30), AFR (20) airports.
Try Aviation with your own data
Deploy Tetrapus locally in under 5 minutes. Run this exact example with cargo run.