Thomas Koch

Results 17 comments of Thomas Koch

Not return, but when a user inputs a number it should search housenumbers. For example Search on Rue de Bellevue -> Just streets Search on 3 Rue de Bellevue ->...

Mmh i probably searched on "Rue de Bellevue 3" which is the Dutch locale for adress formatting. Seems Navitia does search on housenumbers, but only if the number is put...

Graphic illustration of issue: http://i.imgur.com/vzi2pjZ.png

Same one but without t_data_dump at each route_route. This might not just be the first second of the timetable.dat related but more with departing at midnight... ``` ./testerrrr 0 1...

If this is a problem, i have no issues at all to just set up as design that "yesterday" should always be exported. Thus that if you export for 2013-09-26,...

https://groups.google.com/forum/#!search/shape_dist_travelled/transit-developers/KH8Ug66A7fk/cpBelgYovUsJ I would give a -1 on using shape_dist_travelled for anything. Use as-the-crow-fly distances or if you really want it get the "real" distance via the shape itself

NS mainly has these trip-to-trip transfers as they have no quay-based routing but station-based routing with a transfer time per station. These journey transfers are mainly there as there are...

I'm mainly worried about the other kind of trip-to-trip transfers, transfer not allowed btw. The other transfers are mainly of the type "possible" and not "preferred".

I would say this should be extended to including GTFS-RT tripupdates or at least some form of decay instead of just vehicle delay. We can/should also delete tripupdates when a...

--[to|from]-idx=$IDX reverse to the internal idx --[to|from]-id=$stop_area_id for routing from stop_area's (location_type =1 and stop_id). STopArea's are auto-generated for stop-points without a stoparea --[to|from]-latlng for routing from/to coordinates. --to|from]-sp-id=$stop_id for...