Re: [sumo-user] Traffic simulation for a month

2020-08-05 Thread Jakob Erdmann
The differences are up to you. By providing different route files for the
different days (i.e. less traffic on weekends) you have full control over
the variability. SUMO itself will not perform replanning based on past
experiences. Unless you have jams that are not resolved during the night,
each simulated day should be pretty much independent of the previous day
(though you will see different random numbers when running the simulation
for multiple days compared to running these days separately).

Am Do., 16. Juli 2020 um 06:55 Uhr schrieb Tripplanner Mumbai <
tripplanner...@gmail.com>:

> Hello,
> Yes, segregating the routes data as per suggestion will be helpful.
> However, I am clueless about the underlying theory of simulation in SUMO.
> That is, how it simulates each day differently (given the network file and
> separate routes files). What are the attributes it takes into account to
> imitate the real-time scenario?
> Thanks and regards,
> Dillip Rout
>
> On Wed, 15 Jul 2020 at 13:24, Michael Behrisch  wrote:
>
>> Hi,
>> it is entirely up to you how you organize the files. I would expect the
>> network to be quite stable so there is no need for several network
>> files. You can also put all routes in one file but if you need fast
>> access to a specific day or even hour or want to do parallel simulations
>> of different time periods you should split the route files according to
>> that requirement. But this is not enforced it is just optimization.
>>
>> Best regards,
>> Michael
>>
>> Am 15.07.20 um 09:14 schrieb Tripplanner Mumbai:
>> > Hello,
>> > Let us assume that a machine with sufficient computing power is
>> available.
>> >
>> > Now, there are two bare minimum input files for the simulation (1)
>> > city.net.xml - contains the structure of the underlying network  (2)
>> > city.rou.xml - contains the vehicles and respective routes (paths) and
>> > possibly schedule.
>> >
>> > Do you mean that we should have separate files of (1) and (2) for each
>> > day of the month?
>> >
>> > thanks and regards,
>> > Dillip Rout
>> >
>> >
>> >
>> >
>> > On Wed, 15 Jul 2020 at 11:56, Michael Behrisch > > > wrote:
>> >
>> > Hi,
>> > if you have the input data it only requires enough computing power
>> (or
>> > patience ;-). Nothing stops you from running sumo for a month or
>> more.
>> >
>> > Best regards,
>> > Michael
>> >
>> > Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai:
>> > > Hello,
>> > >
>> > > SUMO is pretty nice in simulating traffic and getting the relevant
>> > > parameters given a scenario including traffic and network.
>> However,
>> > > these simulations are only for a short period of time or a day.
>> > > What more is required to simulate the traffic movement for a
>> > month? Note
>> > > that the traffic pattern differs from day to day, e.g., weekends
>> will
>> > > have less traffic as compared to weekdays. Hence, we will get
>> > different
>> > > kinds of simulations on weekends. Mostly, I am looking to extract
>> a
>> > > network from OSM through the interface provided by SUMO.
>> > >
>> > > thanks and regards,
>> > > Dillip Rout
>> > >
>> > > ___
>> > > 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 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 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] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
Hello,
Yes, segregating the routes data as per suggestion will be helpful.
However, I am clueless about the underlying theory of simulation in SUMO.
That is, how it simulates each day differently (given the network file and
separate routes files). What are the attributes it takes into account to
imitate the real-time scenario?
Thanks and regards,
Dillip Rout

On Wed, 15 Jul 2020 at 13:24, Michael Behrisch  wrote:

> Hi,
> it is entirely up to you how you organize the files. I would expect the
> network to be quite stable so there is no need for several network
> files. You can also put all routes in one file but if you need fast
> access to a specific day or even hour or want to do parallel simulations
> of different time periods you should split the route files according to
> that requirement. But this is not enforced it is just optimization.
>
> Best regards,
> Michael
>
> Am 15.07.20 um 09:14 schrieb Tripplanner Mumbai:
> > Hello,
> > Let us assume that a machine with sufficient computing power is
> available.
> >
> > Now, there are two bare minimum input files for the simulation (1)
> > city.net.xml - contains the structure of the underlying network  (2)
> > city.rou.xml - contains the vehicles and respective routes (paths) and
> > possibly schedule.
> >
> > Do you mean that we should have separate files of (1) and (2) for each
> > day of the month?
> >
> > thanks and regards,
> > Dillip Rout
> >
> >
> >
> >
> > On Wed, 15 Jul 2020 at 11:56, Michael Behrisch  > > wrote:
> >
> > Hi,
> > if you have the input data it only requires enough computing power
> (or
> > patience ;-). Nothing stops you from running sumo for a month or
> more.
> >
> > Best regards,
> > Michael
> >
> > Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai:
> > > Hello,
> > >
> > > SUMO is pretty nice in simulating traffic and getting the relevant
> > > parameters given a scenario including traffic and network. However,
> > > these simulations are only for a short period of time or a day.
> > > What more is required to simulate the traffic movement for a
> > month? Note
> > > that the traffic pattern differs from day to day, e.g., weekends
> will
> > > have less traffic as compared to weekdays. Hence, we will get
> > different
> > > kinds of simulations on weekends. Mostly, I am looking to extract a
> > > network from OSM through the interface provided by SUMO.
> > >
> > > thanks and regards,
> > > Dillip Rout
> > >
> > > ___
> > > 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 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 mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Michael Behrisch
Hi,
it is entirely up to you how you organize the files. I would expect the
network to be quite stable so there is no need for several network
files. You can also put all routes in one file but if you need fast
access to a specific day or even hour or want to do parallel simulations
of different time periods you should split the route files according to
that requirement. But this is not enforced it is just optimization.

Best regards,
Michael

Am 15.07.20 um 09:14 schrieb Tripplanner Mumbai:
> Hello,
> Let us assume that a machine with sufficient computing power is available.
> 
> Now, there are two bare minimum input files for the simulation (1)
> city.net.xml - contains the structure of the underlying network  (2)
> city.rou.xml - contains the vehicles and respective routes (paths) and
> possibly schedule.
> 
> Do you mean that we should have separate files of (1) and (2) for each
> day of the month?
> 
> thanks and regards,
> Dillip Rout
> 
> 
> 
> 
> On Wed, 15 Jul 2020 at 11:56, Michael Behrisch  > wrote:
> 
> Hi,
> if you have the input data it only requires enough computing power (or
> patience ;-). Nothing stops you from running sumo for a month or more.
> 
> Best regards,
> Michael
> 
> Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai:
> > Hello,
> >
> > SUMO is pretty nice in simulating traffic and getting the relevant
> > parameters given a scenario including traffic and network. However,
> > these simulations are only for a short period of time or a day.
> > What more is required to simulate the traffic movement for a
> month? Note
> > that the traffic pattern differs from day to day, e.g., weekends will
> > have less traffic as compared to weekdays. Hence, we will get
> different
> > kinds of simulations on weekends. Mostly, I am looking to extract a
> > network from OSM through the interface provided by SUMO.
> >
> > thanks and regards,
> > Dillip Rout
> >
> > ___
> > 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 mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/sumo-user
> 




signature.asc
Description: OpenPGP digital signature
___
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] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
Hello,
Let us assume that a machine with sufficient computing power is available.

Now, there are two bare minimum input files for the simulation (1)
city.net.xml - contains the structure of the underlying network  (2)
city.rou.xml - contains the vehicles and respective routes (paths) and
possibly schedule.

Do you mean that we should have separate files of (1) and (2) for each day
of the month?

thanks and regards,
Dillip Rout




On Wed, 15 Jul 2020 at 11:56, Michael Behrisch  wrote:

> Hi,
> if you have the input data it only requires enough computing power (or
> patience ;-). Nothing stops you from running sumo for a month or more.
>
> Best regards,
> Michael
>
> Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai:
> > Hello,
> >
> > SUMO is pretty nice in simulating traffic and getting the relevant
> > parameters given a scenario including traffic and network. However,
> > these simulations are only for a short period of time or a day.
> > What more is required to simulate the traffic movement for a month? Note
> > that the traffic pattern differs from day to day, e.g., weekends will
> > have less traffic as compared to weekdays. Hence, we will get different
> > kinds of simulations on weekends. Mostly, I am looking to extract a
> > network from OSM through the interface provided by SUMO.
> >
> > thanks and regards,
> > Dillip Rout
> >
> > ___
> > 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 mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Michael Behrisch
Hi,
if you have the input data it only requires enough computing power (or
patience ;-). Nothing stops you from running sumo for a month or more.

Best regards,
Michael

Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai:
> Hello,
> 
> SUMO is pretty nice in simulating traffic and getting the relevant
> parameters given a scenario including traffic and network. However,
> these simulations are only for a short period of time or a day.
> What more is required to simulate the traffic movement for a month? Note
> that the traffic pattern differs from day to day, e.g., weekends will
> have less traffic as compared to weekdays. Hence, we will get different
> kinds of simulations on weekends. Mostly, I am looking to extract a
> network from OSM through the interface provided by SUMO.
> 
> thanks and regards,
> Dillip Rout
> 
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/sumo-user
> 




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


[sumo-user] Traffic simulation for a month

2020-07-14 Thread Tripplanner Mumbai
Hello,

SUMO is pretty nice in simulating traffic and getting the relevant
parameters given a scenario including traffic and network. However, these
simulations are only for a short period of time or a day.
What more is required to simulate the traffic movement for a month? Note
that the traffic pattern differs from day to day, e.g., weekends will have
less traffic as compared to weekdays. Hence, we will get different kinds of
simulations on weekends. Mostly, I am looking to extract a network from OSM
through the interface provided by SUMO.

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