flightconflicts

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

README.md (459B)


      1 # flightconflicts
      2 Tools to analyze conflicts between aircraft. The most useful exports of this
      3 package are `calculateSLoWC()`, which calculates the "severity loss of Well
      4 Clear" metric in development by RTCA, and `calculateTCPA()`, which calculates time
      5 to closest point of approach.
      6 
      7 Grab it with:
      8 
      9 ```r
     10 devtools::install_github("eamoncaddigan/flightconflicts")
     11 ```
     12 
     13 You'll probably also want:
     14 
     15 ```r
     16 devtools::install_github("eamoncaddigan/flightpathr")
     17 ```