grote / osm2gtfs

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

Add a new command argument to refresh all data #128

Closed ialokim closed 6 years ago

ialokim commented 6 years ago

As of the current master branch, the command argument --refresh-all is misleading, because it only refreshes OSM data but not the schedule information. This PR introduces a new --refresh-osm switch to refresh only OSM data and changes the --refresh-all switch to renew the time information, too.

grote commented 6 years ago

Thanks @ialokim !