distanceFromPath: Calculate the distance of a flight trajectory from a flight...

Description Usage Arguments Value

Description

Calculate the distance of a flight trajectory from a flight path.

Usage

1
distanceFromPath(trajectory, path)

Arguments

trajectory

A flighttrajectory object (or an object that can be coerced into one) indicating the trajectory of an aircraft.

path

A flightpath object (or an object that can be coerced into one) indicating the ordered waypoints a pre-defined flight path.

Value

A data.frame containing two columns representing the distance between the aircraft and its planned flight path (in feet): horizontal indicates the horizontal distance and vertical indicates the vertical distance.


eamoncaddigan/flightpathr documentation built on May 15, 2019, 7:26 p.m.