Junzi Sun

Results 4 issues of Junzi Sun

Add a new function for traffic that labels the holding pattern, example code follows: ``` def label_holding(flight): flight = flight.assign(holding=False) hold = flight.holding_pattern().all() if hold: flight.data.loc[hold.data.index, "holding"] = True return...

enhancement
good first issue

just a quick note here traffic/core/flight.py:1719: FutureWarning: DataFrame.interpolate with object dtype is deprecated and will raise in a future version. Call obj.infer_objects(copy=False) before interpolating instead. value = getattr(data.iloc[:, idx], meth)()...

bug

add source of different parameters in ADS-B and Mode S, e.g. GPS, FMS, ADS, Inertial, etc

in 5.2.1 you write "Figure 5.5 illustrates the latitude zones." But Fig 5.5 actually shows longitude zones