You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pythons extensions section let's create a new "transit" edge provider. It takes a gtfs file. The edge expansion specification follows:
[Contains lat/lon/time] -> for every nearby stop, a vertex with stop_id, and time at arrival [Contains stop id] -> for every vehicle departure in the next X hours, a vertex representing being on the vehicle moments after boarding. It should have (time, trip_id, stop sequence in trip, and "vehicle_state:boarding"). This is a boarding vertex...
#12