public class UpdateTravelTimes
extends java.lang.Object
NOTE: This could probably be made less resource/memory intensive by processing a days worth of data at a time. Another possibility would be to try to process the data while it is being read in instead of reading it all in at the beginning. But that would likely be quite difficult to implement. Processing one day of data at a time would likely be far simpler and therefore a better choice.
Constructor and Description |
---|
UpdateTravelTimes() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
arg[0] specifies both the start date and end date.
|