Description:
I'd like to add Folium as an optional visualization tool for Flight objects.
What problem does this solve?
Currently, trajectory visualization is limited. Folium would allow users to see launch and landing sites on interactive real-world maps.
Proposed solution:
Add a method Flight.plot_trajectory_on_map() that:
- Shows the full trajectory path
- Marks launch and landing sites
- Creates an interactive HTML map
Why Folium?
- Lightweight and easy to use
- Works directly in Jupyter/Colab
- Open-source and well-maintained
Checklist before submitting:
Description:
I'd like to add Folium as an optional visualization tool for Flight objects.
What problem does this solve?
Currently, trajectory visualization is limited. Folium would allow users to see launch and landing sites on interactive real-world maps.
Proposed solution:
Add a method
Flight.plot_trajectory_on_map()that:Why Folium?
Checklist before submitting: