helikite.processing.post.outliers ================================= .. py:module:: helikite.processing.post.outliers Functions --------- .. autoapisummary:: helikite.processing.post.outliers.plot_outliers_check helikite.processing.post.outliers.plot_gps_on_map Module Contents --------------- .. py:function:: plot_outliers_check(df) Plots various flight parameters against flight_computer_pressure. :param df: The DataFrame containing flight data. :type df: pd.DataFrame .. py:function:: 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