Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Junction-TAZ

If you want duarouter to route between junctions and also od2trips to define trips between junctions here is how you can do it:
- define your TAZ to have the same ids as your junctions (the edges within these taz do not matter. They can all be the same)
- run duarouter with option --junction-taz (and without loading a your taz file)

Am Do., 23. Jan. 2025 um 22:36 Uhr schrieb Pedro Oliveira via sumo-user <sumo-user@xxxxxxxxxxx>:
Good afternoon everybody.

I usually use od2trips with an OD taz matrix of the type:
image.png

image.png

Then I apply duarouter.

od2trips -c C:\Users\Pedro\Sumo\od2trips-carro.config.xml -n C:\Users\Pedro\Sumo\taz_file.taz.xml -d C:\Users\Pedro\Sumo\OD_file-carro.od --vtype carro --prefix carro -o C:\Users\Pedro\Sumo\od_file-carro.odtrips.xml

duarouter -c C:\Users\Pedro\Sumo\duarcfg_file-carro.trips2routes.duarcfg -o od_route_file-carro.odtrips.rou.xml

As TAZ does not accept junctions, how would I perform od2trips followed by duarouter, or is it not possible to perform this sequence?

Sds,

Pedro Oliveira


_______________________________________________
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