You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to know if there is already any method developed to match the flight_ids obtained from So6 to ADS-B files. I’m trying to use the assign_id method for both files but it seems to be assigned differnent new flight-ids for SO6 and ADS-B same flights.
Thank you.
The text was updated successfully, but these errors were encountered:
to add the f.start and f.stop information as start and stop entries in the dictionary (you may file a PR to share this small edit, it is definitely worth it); store this as so6_stats = so6.stats().reset_index().
then iterate on your ADS-B data based on this table, and automatically assign flight_id (edit here
Be careful that for historical reasons (this should change...), the flight_id in SO6 is an integer, so you have to force it to a string here if you want it to work properly with Traffic structures.
I don't have the availability to do it myself (do it: yes, test it: no) right now, but your help would be very much appreciated and welcome by fellow users. I would include this in the documentation as well.
My apologies for answering so late, but these days I've had to shelve this issue to deal with other things. Finally I found the way to solve the problem that I told you.
Hello, I would like to know if there is already any method developed to match the flight_ids obtained from So6 to ADS-B files. I’m trying to use the assign_id method for both files but it seems to be assigned differnent new flight-ids for SO6 and ADS-B same flights.
Thank you.
The text was updated successfully, but these errors were encountered: