traffic
traffic copied to clipboard
Implement a continuous descent indicator for Flight
Flight.continuous_descent(
airport: str | Airport,
ratio_threshold: float = 0.05 # maybe?
) -> bool
- remove any go around attempt,
- set a radius for "ASMA" area and identify top of descent (new issue?)
- first successful attempt with
len(level) / len(descent) < 0.05 - raise an Exception or return
Falseif the aircraft doesn't seem to land at that airport
cc @junzis