public class GenerateMbtaBlockInfo
extends java.lang.Object
Processes MBTA AVL feed data one day at a time to determine the which block a
trip is associated with. Writes out results to a supplemental trips.txt GTFS
file so that blocks can be used as part of the MBTA configuration.
args - args[0] is the date to run program for, args[1] is number of
days of data to use, args[2] is the directory name where
the GTFS files reside and where the supplement/trips.txt file
is written.