openTdataCH / ojp-sdk

Meta OJP SDK repo
MIT License
4 stars 0 forks source link

TR: No trips from not-serviced stop that has other stops nearby #132

Open vasile opened 2 months ago

vasile commented 2 months ago

Check out this request https://tools.odpch.ch/beta-ojp-demo/search?from=8591432&to=8530812

After 21:00 but also during the day I would expect a route suggested by the coords search https://tools.odpch.ch/beta-ojp-demo/search?from=47.35521,8.59681&to=8530812

image

because there are other big stops nearby (300-700m walking) that can be used for routing

Other working examples:

TO-mdv commented 3 weeks ago

@vasile since we implemented the footpath routing, your usecase is working as well: Correct Link: https://tools.odpch.ch/ojp-demo-v2/search?from=47.355769,8.596088&to=8530812&mode_types=monomodal&transport_modes=public_transport&trip_datetime=2024-10-24%2022:09&stage=v2-prod

Image Do you agree ? Or is your Usecase, also to have an alternative when asking explicit for stop "Zürich, Wiesliacker" ? Becaus this would be a feature whicht isn't implemented in OJP2.0 and neither in OJP1.0: https://opentdatach.github.io/ojp-demo-app/search?from=8591432&to=8530812&mode_types=monomodal&transport_modes=public_transport&trip_datetime=2024-10-24%2020:09&stage=v2-prod Image

TO-mdv commented 3 weeks ago

@u233336 wir könnten das diksutieren, bei EFA gibt es bereits den Parameter in der Konfiguration (OptimizedWalking), der müsste dann über die OJP Schnittstelle unterstütz werden können. Dann hätten wir das von Vasile gewünschte Ergebnis.