Results 16 comments of Patrick Brosi

@RuiLoureiro That is strange, indeed. The Rua Quirino da Fonseca also has a bus relation, so it should definitely be chosen. Could you send me the GTFS file and the...

Indeed, this is something we have been planning for a while. We will give an update here as soon as we have implemented it :)

Yup, I considered this for a while back in 2018. Those were my thoughts back then: 1. The biggest problem is that many, many feeds only have a single stop...

Did you have any success using `shape_dist_traveled` for the task you described? I am leaving this issue open, because your last sentence, if I understood it correctly, is actually something...

I mostly agree, but of course it's impossible to *exactly* implement the GTFS spec (i.e. unlimited integer ranges) on a machine with finite memory. In the underlying library ([cppgtfs](https://github.com/ad-freiburg/cppgtfs)) we...

I think the expected behavior is actually that the OSM file is completely filtered, that is if no GTFS feed is provided, the input feed is filtered to the bounding...

Thank you very much for your work! I will look over the code in the next days. How did you change the general workflow in OsmBuilder? Have you run any...

Yes, this request has come up a few times and is easy to implement, we are working on this. There will be a new release at the end of 2021...

Regarding the uint thing - could you post the error message of the original code on macOS?

MacOS compilation should now work with the latest commit :)