Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] getting specific edge data

This type of filtering must be done in a post-processing step. However, you can probably reduce your output by setting edgeData attribute excludeEmpty="true" and you can also restrict the list of written attributes to only those you need by setting 'writeAttributes' to the list of desired output attributes.
Alternatively, place detectors on the specific edges: https://sumo.dlr.de/docs/Simulation/Output/index.html#simulated_detectors

Am Fr., 17. Dez. 2021 um 02:31 Uhr schrieb Royal Bhandari <royalbhandari6@xxxxxxxxx>:
Hello,

When I use the edge-based traffic measures, it gives the result for each and every edge in the network. I want to get the edge-based traffic measures of certain specific edges only. Is there a way to go about it?

Regards,
Royal

Virus-free. www.avast.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