Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] measure_id and summary

 edges="rightout upout" writeAttributes="entered traveltime"
Note, that filtering by edges (attribute 'edges') is only supported in the latest development version (https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version)

Am Mo., 14. Feb. 2022 um 11:26 Uhr schrieb Yajun She <sheyajun1@xxxxxxxxx>:
Dear Jakob,

A small follow-up question regarding "edgeData", what's the format of the string list? 
For example, I wrote like: edges="rightout, upout", wirteAttributes="entered, traveltime", which didn't work. 

Thanks,
Yajun She

On Mon, 14 Feb 2022 at 07:45, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
To quote the documentation on this:
"Note: attribute 'id' is only used to distinguish outputs if there are multiple edgeData definitions. The value is otherwise arbitrary and does not influence written outputs."

The --summary-output is tied directly to the step length. You can set option --step-length 0.1 to obtain more frequent output.

Am So., 13. Feb. 2022 um 19:46 Uhr schrieb Yajun She <sheyajun1@xxxxxxxxx>:
Dear all, 

I want to generate lane/edge based output, for example: 
<additional> <edgeData id="<MEASUREMENT_ID>" file="<OUTPUT_FILE>" .../> </additional>
Does anyone know where to find the list of measurement IDs that I can refer to? 

The other question is about "--summary <FILE>", can I change the time interval (i.e., 100s) instead of generating the output by every time step (i.e., every 0.1s)? 

Thanks in advance, 
Yajun She 
_______________________________________________
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
_______________________________________________
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