Weather Replanning Service
Service responsible for weather-zone replanning.
It detects whether an aircraft route intersects an active weather zone and generates a reroute plan toward a lateral safe waypoint.
Functions
Link copied to clipboard
fun planWeatherReplanning(scenario: Scenario, runResult: SimulationRunResult): List<WeatherReplanningDecision>
Link copied to clipboard
fun planWeatherReplanningForTick(scenario: Scenario, state: SimulationState): List<WeatherReplanningDecision>