Stefan de Konink
unread,May 27, 2021, 12:14:08 PM5/27/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtfs-c...@googlegroups.com
Within The Netherlands we have fare gates that technically can be entered
from both sides, and depending on configuration allow so. A perfect example
is the wheelchair one, which can always be entered from two directions.
They just open towards the opposite direction of the "tap-in" or "tap-out"
event. Hence you have to go through them to enter or exit. So I have a
generic node towards a generic node.
So this could be modelled as
from_stop_id,to_stop_id,pathway_mode,is_bidirectional,length,wheelchair_accessible
0,1,6,0,2,2
1,0,7,0,2,2
or, when bidirectional would be allowed:
0,1,6,1,2,1
I am inclined to not explicitly state that there is an exit, when such
thing does not physically exists. I agree an exit gate should end up in a
single direction.
...and if you noticed that I just defined another feature,
"wheelchair_accessible" that is correct ;)
--
Stefan