helikite.processing.post.outliers

Functions

plot_outliers_check(df)

Plots various flight parameters against flight_computer_pressure.

plot_gps_on_map([zoom_start])

Module Contents

helikite.processing.post.outliers.plot_outliers_check(df)

Plots various flight parameters against flight_computer_pressure.

Parameters:

df (pd.DataFrame) – The DataFrame containing flight data.

helikite.processing.post.outliers.plot_gps_on_map(df, lat_col='flight_computer_Lat', lon_col='flight_computer_Long', lat_dir='S', lon_dir='W', center_coords=(-70.6587, -8.285), zoom_start=13) folium.Map