grote / osm2gtfs

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

Remove unused stops and routes #127

Closed ialokim closed 6 years ago

ialokim commented 6 years ago

This PR adds the possibility to remove unused stops and routes from the final GTFS file. In order to allow #118, there could be easily added an argument switch.

ialokim commented 6 years ago

Looks like it doesn't add the possibility, but removes the stops and routes right way.

That's right, it removes them right away. But why would one prefer to have them blowing up the filesize? But as stated above, for #118 I could introduce another argument switch to turn this behavior of removing off?