What problem does it solve?
The weather-service skill provides a complete end-to-end simulation of airport weather and its impact on operations, integrating a four-state FSM, METAR/TAF generation, and runway-capacity calculations to illustrate how weather affects throughput and safety.
Core Features & Use Cases
- FSM-driven weather state transitions (CAVOK → VMC → IMC → LIFR) with realistic transition probabilities and METAR/TAF outputs
- Runway capacity and operational-impact calculations derived from current weather conditions
- Flexible data sources including simulated FSM, historical METAR CSV replay, and live METAR feeds, suitable for teaching, testing, or agent-based development
- Demonstrates integration patterns for persistence (Neo4j), messaging (Kafka), and observability
Quick Start
Start the weather-service skill and run the simulation to observe FSM-driven weather states, METAR/TAF generation, and runway capacity impacts.