OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Add support for draft GTFS Translations spec #117

Closed sdjacobs closed 5 years ago

sdjacobs commented 5 years ago

Summary:

This PR adds support for the GTFS Translations spec, available here: http://bit.ly/gtfs-translations

Expected behavior:

When reading in GTFS that includes translations.txt, the translations are read into Translation model classes. In addition, this PR provides a service TranslationService which implements the spec, allowing a caller to obtain an instance of a GTFS model class (Route, Agency, etc) with the fields translated as per the supplied translations file and specification.

Please make sure these boxes are checked before submitting your pull request - thanks!