Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Number of vehicles in each timestep changes

Thanks for the reply.
Is there a way to simulate a longer time period, but just export a smaller window of it?

Em qua, 25 de mar de 2020 17:48, Jakob Erdmann <namdre.sumo@xxxxxxxxx> escreveu:
Hello,
the low number if vehicles at the start is typical because the networks starts empty and has to fill up.
The high number of vehicles later in the simulation occurs because that scenario is horribly congested. Mostly due issues with the network (https://sumo.dlr.de/docs/Data/Scenarios/TAPASCologne.html#quality). I'm planning to release an updated version of the scenario this year.
Until then you could down-scale the traffic demand to avoid the worst congestion (--scale 0.5 or lower)

regards,
Jakob


Am Mi., 25. März 2020 um 21:20 Uhr schrieb Leonardo Solé Rodrigues <leosole@xxxxxxxxxxxx>:
I'm new to SUMO, and I'm trying to export some traces, so I can use them in python. I exported some FCD Output (xml) files from a simulation, each with a 10 minute length, at different starting times. I'm using the traces from this project. They all go from around 20 vehicles in the starting seconds to around 10000 to 20000 in the last seconds. I exported these files using the --fcd-output option, and giving a begin and end times. Why do the number of vehicles change so much? Is there a way I can fix this?

Below is a plot of the number of vehicles in each timestep in one of the files.


--
Leonardo Solé Rodrigues
_______________________________________________
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