flightpathr

Tools to analyze aircraft and flight path data.
git clone https://git.eamoncaddigan.net/flightpathr.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2016-11-02 16:44Mistake in change censoringeamoncaddigan1+2-2
2016-11-02 16:35Changed thresholding algorithm.eamoncaddigan6+63-71
2016-11-01 20:29Changing hysteresis thresholding with dual magnitude/derivative approacheamoncaddigan1+27-33
2016-10-21 19:35Giving up on hysteresis thresholding for now. :(eamoncaddigan1+39-26
2016-10-11 15:18Hysteresis on bearing changes.eamoncaddigan1+5-1
2016-10-11 13:50Fixed as.data.frame.flighttrajectoryeamoncaddigan1+2-1
2016-10-11 13:35Function to turn a flighttrajectory to a data.frameeamoncaddigan3+20-0
2016-10-11 13:28Trying to integrate hysteresis thresholding and airspeed changes.eamoncaddigan6+125-23
2016-09-22 17:54Updated identify*Changes() documentationeamoncaddigan3+8-8
2016-09-22 17:52Incorporating new flighttrajectory stuff to identify*Changes()eamoncaddigan1+5-10
2016-09-22 15:14as.flightpath() and as.flighttrajectory() implemented.eamoncaddigan8+118-15
2016-09-22 13:17Handling NA flightpath altitude values as intendedeamoncaddigan2+21-18
2016-09-22 12:40Altitude deviations are passing testseamoncaddigan1+21-20
2016-09-21 19:40distanceFromPath() based on flighttrajectory and flightpath objects.eamoncaddigan3+65-49
2016-09-21 18:51get3dCoords() rewritten for trajectories and paths, with tests.eamoncaddigan3+45-66
2016-09-21 18:08Tests for is.flightpath() and more for createPath().eamoncaddigan1+31-28
2016-09-21 17:53flightpath stuff is coming onlineeamoncaddigan5+135-0
2016-09-21 17:37Testing is.flighttrajectory()eamoncaddigan1+5-0
2016-09-21 17:18More tests for createTrajectory(). Probably enough for now.eamoncaddigan1+19-0
2016-09-21 17:17coordsToBearing() takes lon/lat pairs for real.eamoncaddigan1+5-8
2016-09-21 17:03Handling coordsToBearing() new args, including unit testseamoncaddigan2+29-1
2016-09-21 16:50coordsToBearing() dealing directly with lon/lat.eamoncaddigan2+17-16
2016-09-20 17:30Need to track down thy maxDistanceFromPath() returns the sign it does...eamoncaddigan1+2-2
2016-09-20 14:36Helper function to calculate signed angular differences, helps pass tests.eamoncaddigan4+42-11
2016-09-20 14:17Don't need to reference the package anymoreeamoncaddigan1+21-21
2016-09-16 19:37Documentation for trajectory stuff, incorporated in namespaceeamoncaddigan5+87-3
2016-09-16 19:24Just copied the code over from flightconflicts, not integrated yeteamoncaddigan3+155-0
2016-05-16 14:51Don't trust bearings for points within 1 mm.eamoncaddigan2+15-0
2016-05-16 14:11Fixed thresholdingeamoncaddigan1+9-3
2016-05-12 19:43"Bearing", NOT "heading"!eamoncaddigan4+30-30
2016-05-12 19:40Still need to test maneuver identification.eamoncaddigan4+57-0
2016-04-27 16:02Untested code...eamoncaddigan1+45-0
2016-04-27 16:02Input checking.eamoncaddigan2+11-3
2016-04-26 15:46coordsToBearing()eamoncaddigan4+76-0
2016-04-26 15:45More detail.eamoncaddigan1+1-1
2016-04-26 14:58Just givin' some more deets.eamoncaddigan1+1-1
2016-04-20 14:24Below-path bug.eamoncaddigan2+4-1
2016-04-19 18:18Oops. I forget that West is negative.eamoncaddigan1+1-1
2016-04-19 18:16It's useful to parse coordinates.eamoncaddigan3+57-0
2016-04-19 14:35Brief intro to functions.eamoncaddigan1+10-1
2016-04-19 14:14More precise Earth radius (in feet).eamoncaddigan1+1-1
2016-04-19 14:14maxDistanceFromPath() helper.eamoncaddigan4+78-21
2016-04-19 13:24Handling non-co-altitude waypoints in path.eamoncaddigan2+26-4
2016-04-18 18:56More tests.eamoncaddigan1+20-3
2016-04-18 18:21More tests.eamoncaddigan1+14-2
2016-04-18 17:52Working (and passing tests) for the simplest case.eamoncaddigan2+30-11
2016-04-15 19:59Almost done with distanceFromPath()eamoncaddigan10+198-0
2016-04-14 14:23Initial commit of the mostly-empty package.eamoncaddigan8+50-1
2016-04-14 13:54Yay typo!Eamon Caddigan1+1-1
2016-04-14 13:40Initial commitEamon Caddigan3+42-0