grote / osm2gtfs

Turn OpenStreetMap data and schedule information into GTFS
GNU General Public License v3.0
98 stars 31 forks source link

Add check for known OSM route types #132

Closed ialokim closed 6 years ago

ialokim commented 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.

pantierra commented 6 years ago

But please fix the PEP8 error in the checks. Thanks.

ialokim commented 6 years ago

But please fix the PEP8 error in the checks.

Done :)

grote commented 6 years ago

Thanks @ialokim for all these awesome contributions!