Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Adding vType when using turn count data

Hello,
you may embed a type name into the jtcrouter output with option
--attributes="type=\"customType\"" 
The type can then be defined in an additional xml file which is passed to sumo with option --additional-files.

regards,
Jakob

Am So., 5. Sept. 2021 um 19:58 Uhr schrieb Thenuwan Jayasinghe <thenuwan.jayasinghe@xxxxxxxxx>:
Hello,

I have a traffic count file that contains data about 1. Time interval, 2. Movement (from-to) 3. Count, and 4. Vehicle Type

As I think, it is not possible to define the vType in the turn-count file

Is there a way to add the vType when using jtcrouter.py (or another sumo script) so that the output route file has different vTypes so that the count and vehicle type is accurately represented in the simulation?

Thank you in advance,
Thiranjaya Jayasinghe
_______________________________________________
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