Open amenk opened 4 years ago
It looks like these are nodes that are added through a way to a route relation. They are not the actual stops, and it seems to me that these warnings can be just ignored. Or do you have missing stops in the output GTFS file?
We don't have missing output I think ... the warnings are just "annoying" and we were confused. Wondering if they can be suppressed in this case.
You are right. I think Addis is the first city with actually platforms mapped as way (line). I would introduce a check before throwing this warning to make sure if the nodes are part of a way, we don't have to warn.
We are working at the config for Addis Ababa on this repo: https://github.com/AddisMap/osm2gtfs/tree/develop
osm2gtfs -c osm2gtfs/creators/et_addisababa/config.json --refresh-all
And get the warnings of this kind:
Those nodes seem to be the nodes of platforms which are drawn as ways (for the light rail).
Is this an error in our config, a mapping problem or a bug in OSM2GTFS?