afimb / chouette

chouette is a Java program for validating and exchanging Public Transport datas. Comes with a ruby web app : https://github.com/afimb/chouette2
http://www.chouette.mobi
Other
23 stars 22 forks source link

Use VehicleJourney publishedJourneyName as trip_headsign when available #32

Closed seime closed 8 years ago

seime commented 8 years ago

Currently JourneyPattern.publishedName is used as trips.txt -> trip_headsign. Since VehicleJourney is similar to a GTFS trip, VehicleJourney.publishedJourneyName should be preferred over JourneyPattern.publishedName.

The PR now uses VehicleJourney.publishedJourneyName as preferred trip_headsign, but falls back to JourneyPattern.publishedName when empty.