Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Get all public transport routes between an origin and a destination

There is currently no tool that supports this. As a workaround you could
- parse the intermodal routing graph written by duarouter --intermodal-network-output and do your own exhaustive search
- run duarouter repeatedly and remove some or all used transport lines from the input until you get no new results.

regards,
Jakob

Am Di., 18. Mai 2021 um 12:00 Uhr schrieb Bachmann, Frederik <frederik.bachmann@xxxxxx>:

Dear all,

 

is it possible to get all possible public transport routes for a person between an origin and a destination?
So far I tried the “alternatives-output” of duarouter”, which gave me merely one trip definition for each person as alternatives, even though the options “max-alternatives” was set to 20 and “keep-all-routes” was set to true.

findallroutes.py gave me a list of routes defined by lists edge-ids but did not consider public transport.

 

Thank you.

 

Kind regards,

Frederik

 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top