Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] node-node route

I'm calling command below in Linux:

python randomTrips.py -n ./net1.net.xml -o ./routing1.rou.xml -e 10 --junction-taz true --route-file ./Tripstest 

But I get the following error:

Error: On processing option '--junction-taz':
 No option with the name 'junction-taz' exists.

On Wed, May 6, 2020 at 1:12 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
You can use randomTrips option --junction-taz
The metrics are still the same (all outgoing edges at the fromJunction are considered for departure and all incoming edges of the toJunction for arrival).

Am Mi., 6. Mai 2020 um 18:42 Uhr schrieb Raheleh Zarei <raheleh.zarei@xxxxxxxxx>:
Hello,

Thank you. I was wondering how I can use these options with randomtrips.py scripts? Because this is the way I generate random trips.
Also, if I use fromJuncation and toJunction, do the routing algorithms use different metrics for finding the shortest path?

On Sun, May 3, 2020 at 5:34 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Yes. Set option --junction-taz and then define trips with attributes 'fromJunction' and 'toJunction'.

Am Fr., 1. Mai 2020 um 01:00 Uhr schrieb Raheleh Zarei <raheleh.zarei@xxxxxxxxx>:

Hello

I noticed in SUMO, trips, route, flows and etc, are from edge to edge, and based on the routing algorithm option, they return the shortest path between those edges. Is there a way to make trips and other assignments model to work from node to node and return the shortest path from a node to another node in the network?

Thanks,
Raheleh

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


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


--
RAZ

Back to the top