Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] vehicle with multiple routes

In our projects we encoded daily plans with a sequence of stops for each vehicle (no re-use of routes) since there just too many variations over the day and the fleet to make re-use of stopping times via external routes viable.

<trip ../>
  <stop .../>
  <stop .../>
  ...
  ...
</trip>

regards,
Jakob

Am Mi., 29. Juli 2020 um 14:44 Uhr schrieb Maximilian Socher <maximilian.socher@xxxxxxxxxxxxx>:
That's a real bummer.

Repeated routes is what I was using up until this point. But it is just too
unrealistic in my case to produce usable data.

I was really hoping there would be some straight forward method to implement
exactly what you described (Umlauf).

Thanks for the suggestions.

Greetings Max



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
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