See: Description
| Class | Description |
|---|---|
| AvlReportsFromDbToCsv |
For reading AvlReport data from database and writing it to a CSV file.
|
| ConvertGtfsRtToCsvFile |
Reads in a GTFS-realtime file for a Vehicle Positions feed and converts it
to a CSV file containing the AVL reports.
|
| Core |
The main class for running a Transitime Core real-time data processing
system.
|
| CreateAPIKey |
For creating a new API key.
|
| DbTest | |
| GtfsFileProcessor |
Reads GTFS files, validates and cleans up the data, stores the data into Java
objects, and then stores those objects into the database.
|
| OffsetGtfsLocsForChina |
Maps are offset for China such that when GTFS data is plotted it is not
accurately located with respect to the streets.
|
| RmiQuery |
A command line application that allows user to request data from the
server.
|
| ScheduleGenerator |
For generating more accurate schedule times for GTFS trips.txt file by
using departure data obtained via GPS.
|
| SchemaGenerator |
For generating SQL schema files based on classes to be stored in database
that were annotated for Hibernate.
|
| SchemaGenerator.ImprovedMySQLDialect |
MySQL handles fractional seconds differently from PostGRES and other
DBs.
|
| UpdateTravelTimes |
Uses AVL based data of arrival/departure times and matches from the database
to update the expected travel and stop times.
|