flight.phases().query('phase == "CLIMB"') returns an error on some flights #241
Replies: 1 comment 1 reply
-
Thank you for your comment. If the problem persists, please move the discussion into an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello (and thank you for this very useful library).
I have a Traffic object containing a bunch of flights, that I created from custom parsed data (not the formats/sources directly supported by the library). I am trying to keep only the climb phases. Inspired by the example here, I'm using this method :
It works ok on many flights (I had tested
.phases().query('phase == "CLIMB"')
on a bunch of flights from this dataset and visualised the results beforehand), but it stops on a given flight with this error :Any idea what is happening here, and if the issue comes from the library or my data ? I attach here a subest of the dataset (one flight) for which .phases().query('phase == "CLIMB"') aborts :
problematic_flight_for_phases_climb.csv
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions