forked from OneBusAway/onebusaway-application-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
bdferris edited this page Feb 19, 2012
·
1 revision
Dynamically dispatch method calls to a service interface to multiple implementation instances based on args: lat-lon or agency id
Human-meaningful data that we often store separately from core data structures. For example, a stop has a name, which we classify as narrative, as opposed to the stop's id, which is a more core element use directly in the transit graph structure.
Merge multiple GTFS routes with same short name into logical unit
"Midnight" on the date of service for a trip, relative to time-zone of agency and DST funkiness. Given a an arrival or departure time in seconds since "midnight" for a stop time, we can compute the actual time of arrival and departure by adding the service date.