flightconflicts

Tools to analyze conflicts between aircraft.
git clone https://git.eamoncaddigan.net/flightconflicts.git
Log | Files | Refs | README | LICENSE

commit 0e65a18504509a130f8b8dd7a6891965e67d89f5
parent 98882016a1dc897a6016ebbf912c001c13dd5e28
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Mon, 12 Sep 2016 15:53:48 -0400

Mentioned the two important exports.

Diffstat:
MREADME.md | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,2 +1,18 @@ # flightconflicts -Tools to analyze conflicts between aircraft +Tools to analyze conflicts between aircraft. The most useful exports of this +package are calculateSLoWC(), which calculates the "severity loss of Well +Clear" metric in development by RTCA, and calculateTCPA, which calculates time +to closest point of approach. + +Grab it with: + +```r +devtools::install_github("eamoncaddigan/flightconflicts") +``` + +You'll probably also want: + +```r +devtools::install_github("eamoncaddigan/flightpathr") +``` +