# hub.domain.flight_planning.flightplanning_utils

Domain specification

Domain

# plot_trajectory

plot_trajectory(
  lat1,
lon1,
lat2,
lon2,
trajectory:
) ->

Plot the trajectory of an object

# Parameters

trajectory (pd.DataFrame): the trajectory of the object

# Returns

Figure: the figure

# plot_trajectory_no_map

plot_trajectory_no_map(
  lat1,
lon1,
lat2,
lon2,
trajectory:
) ->

Plot the trajectory of an object

# Parameters

trajectory (pd.DataFrame): the trajectory of the object

# Returns

Figure: the figure