flightconflicts

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

DESCRIPTION (492B)


      1 Package: flightconflicts
      2 Title: Analyze Conflicts Between Aircraft
      3 Version: 0.0.0.9000
      4 Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@dsoft-tech.com", 
      5                   role = c("aut", "cre"))
      6 Description: This package contains tools to analyze aircraft trajectories and
      7     identify loss of well-clear (LoWC) and near mid-air collisions (NMAC).
      8 Depends: 
      9     R (>= 3.2.3)
     10 License: MIT
     11 LazyData: true
     12 RoxygenNote: 5.0.1
     13 Imports: flightpathr,
     14     geosphere
     15 Suggests: testthat