Skip to content

Implement a continuous descent indicator for Flight #219

@xoolive

Description

@xoolive
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 False if the aircraft doesn't seem to land at that airport

cc @junzis

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions