Closed ialokim closed 6 years ago
The standard trips creator currently only works for bus services, e.g. for route=train, it fails currently. This PR adds a dictionary to the Line object, that matches the commonly used OSM public transport route tag values to the GTFS names.
route=train
Line
route
But please fix the PEP8 error in the checks. Thanks.
But please fix the PEP8 error in the checks.
Done :)
Thanks @ialokim for all these awesome contributions!
The standard trips creator currently only works for bus services, e.g. for
route=train
, it fails currently. This PR adds a dictionary to theLine
object, that matches the commonly used OSM public transportroute
tag values to the GTFS names.