Documentation


There is no build or install so there are no build or install instructions.

If you haven't done so already, you probably want to first try following the instructions which handle most of the programming for you. If you want to use the internals in your own weird or modified way, however, then you will want to browse the docs below (which are generated straight from the source code).

The overarching idea is to construct a GPSBusTrack.GPSBusSchedule object for each bus trip, from which you can extract the matched schedule as well as the actual arrival times. To do so, however, you need to first split your tracking data into segments (each corresponding to a trip); this is done by constructing a GPSDataTools.Route object for each route name in your system, and calling the GPSDataTools.Route.export_segments() method.

There are API docs for the following: