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

Last stop to trip_headsign #101

Closed laidig closed 6 years ago

laidig commented 6 years ago

Summary:

I've come across several feeds recently that have an unhelpful trip_headsign. This at least replaces it with the last stop.

Expected behavior:

trip_headsign is replaced with the last stop. Unit tests included, passes on my travis instance.

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

sheldonabrown commented 6 years ago

Thanks Tony!