Results 239 comments of ialokim

> And for the TimeZone (also required), there may be a way to find the local one ? Or even better, the timezone inside the `bbox`?

> As the executor of the program I want to have at least the last word on this question. So, for me seems most logical to give priority over the...

I was thinking about another approach, which could be selecting the minimal intersection between the given start and end dates. @AltNico already said this would be too complicated and confusing...

> Not sure if I understand well. Okay, I'll try to explain with some examples. I've made two suggestions: 1. instead of dropping completely the `start_date` and `end_date` information from...

> AFAIK it needs administrative boundaries with admin_level = 8 (cities) to build streets and addresses. @prhod @nlehuby Is is possible to automatically add the city name to stops?

I was asking about navitia, sorry, my fault. > In Navitia, the city construction is automatic So can this city name automatically be appended to stop names? Or can it...

Okay perfect, thanks a lot for this explanation! So definitly there's no need to add city names to stops inside _osm2gtfs_. Testing it [on our own navitia instance](https://navitia.mapanica.net/v1/coverage/ni-esteli/stop_points), it seems...

> PTE should already take the city of the first administrative_region and add it to the place variable. The label of the object with the preformated text is not what...

Okay, my fault, the `place` variable is _public_, but it isn't used by the [`uniqueShortName()`](https://github.com/schildbach/public-transport-enabler/blob/master/enabler/src/de/schildbach/pte/dto/Location.java#L146) function which is used inside Transportr. It seems that it could be fixed inside Transportr...

> It is used by Transportr for location auto-completion. Okay, perfect. > I suggest you inspect the API results of your instance directly to see if administrative regions exist there....