Re: [sumo-user] random trips with subintervals

2023-06-09 Thread Jakob Erdmann
The tool is working as expected but the input parameters are not useful.
Now you can get a warning: https://github.com/eclipse/sumo/issues/13404
(the insertion probability of 1 / p / binomial should be lower than 1)

Am Fr., 9. Juni 2023 um 14:40 Uhr schrieb Florian Schnepf <
florian.schnep...@web.de>:

> Dear all,
>
> I try to generate random trips with
>
>- subinterval 1 and 0.75
>- subinterval 0.5 and 0.25
>- binomial distribution 1
>- binomial distribution 10
>
> What I don't understand is, why the combination of *p 0.5 0.25 with
> binomial 1* and *p 1 0.75 with binomial 1 *generates the exact same
> files.
>
> As it seems, both files have a period of 1 over the whole time.
>
> I attached both files
>
> Thanks in advance
>
> Regards
> Florian
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] (no subject)

2023-06-09 Thread Jakob Erdmann
run with:
--statistic-output stats.xml --tripinfo-output tripinfos.xml
--device.emissions.probability 1

- almost all the average values you want are in statistic-output (see
https://sumo.dlr.de/docs/Simulation/Output/StatisticOutput.html)
- you can get the average fuel/electricity consumption with
sumo/tools/output/attributeStats.py tripinfos.xml -e emissions -a
fuel_abs,electricity_abs



Am Fr., 9. Juni 2023 um 15:17 Uhr schrieb :

> Hi all,
>
>
>
> I’m looking for the most efficient way to get the following statistics:
>
>- the average time taken for a vehicle to complete its route,
>- the average distance travelled for a vehicle to complete its route,
>- the average amount of time a vehicle spent queuing while traversing
>its route,
>- and the average energy consumed for each vehicle to complete their
>route,
>
> of all vehicles that completed their routes during the simulation.
>
>
>
> I could get this information from the xml output files, but they take up a
> lot of space and that adds a lot of processing time.
>
>
>
> Any ideas?
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] (no subject)

2023-06-09 Thread williamrpaine
Hi all,

 

I'm looking for the most efficient way to get the following statistics:

*   the average time taken for a vehicle to complete its route,
*   the average distance travelled for a vehicle to complete its route,
*   the average amount of time a vehicle spent queuing while traversing
its route,
*   and the average energy consumed for each vehicle to complete their
route,

of all vehicles that completed their routes during the simulation.

 

I could get this information from the xml output files, but they take up a
lot of space and that adds a lot of processing time.

 

Any ideas?

___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user