opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.2k stars 1.03k forks source link

Two-way pedestrian accessibility problem #4823

Closed Eric3100 closed 1 year ago

Eric3100 commented 1 year ago

Hello,

I use OTP 2.2.0.

I want to calculate a pedestrian route from Carcassonne station, in France. However, the link between the OSM road network and the station stop point is not made correctly.

It seems that setting a route on OSM means that the route can only be traveled in one direction, which means that the station is not accessible. However, there is no indication of a restriction in the properties of this route.

Can you help me please ?

Itinerary ok Itinerary bug Detail permission Road bug Road OK

leonardehrenfried commented 1 year ago

I think your problem is that OTP links to a node that is tagged with access=no,barrier=gate.

This is an edge case that OTP apparently doesn't take into account.

Now you have three possibilities:

Eric3100 commented 1 year ago

Thank you for your reply.

Regarding the three solutions you propose:

I believe that the simplest solution is that I modify my OSM layer by deleting this link.

Thanks again for your reactivity.

leonardehrenfried commented 1 year ago

By the way, these interactive Q&A sessions are a good fit for our gitter chat room: https://gitter.im/opentripplanner/OpenTripPlanner

Eric3100 commented 1 year ago

Ok this is nice i wasn't aware. Thank you.