ostk.astrodynamics.utilities.compute_ground_track

compute_ground_track(
trajectory: ~ostk.astrodynamics.Trajectory,
interval: ~ostk.physics.time.Interval,
step: ~ostk.physics.time.Duration = 01:00.000.000.000,
) list[LLA]

Return list of LLA along a Trajectory ground track (altitude set to 10.0 meters) during the Interval at the provided step.

Parameters:
  • trajectory (Trajectory) -- A trajectory.

  • interval (Interval) -- An interval.

  • step (Duration) -- A step. Defaults to 1.0 minutes.

Returns:

The list of LLA.

Return type:

list[LLA]