Pilot Features¶
-
class
igclib.core.pilot_features.GroupRelation(pilot_id, snapshot)[source]¶ Convention : If a GroupRelation feature is > 0, it means that the original pilot is in a better position than the other pilot in the group. This means that :
- delta_altitude > 0 : original pilot is higher
- delta_distance > 0 : original pilot closer to goal
-
class
igclib.core.pilot_features.PilotFeatures(pilot_id, timestamp, snapshot)[source]¶ -
-
group_relation¶ The current position of the pilot.
Type: GroupRelation
-