grote / osm2gtfs

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

Improve reporting of transformation of stop areas (OSM) to stations (GTFS) #139

Closed pantierra closed 6 years ago

pantierra commented 6 years ago

When stop areas from OSM are transformed into GTFS stations, there are several different cases that are checked and reported. While in OSM a stop_area can (probably should) also be used to unite a stop_position and only one single platform, in GTFS the definition of stations requires several platforms to exist. Therefore a "Warning" should be changed to a "Note" and another "Note" is included for successful station creation.

grote commented 6 years ago

@xamanu This has a conflict. Would you mind resolving it and incorporating @nlehuby's suggestion? Thanks!

pantierra commented 6 years ago

Yep. Done. Thanks for reviewing. Cheers.