[sumo-user] SUMOPy

2019-03-04 Thread Marvin Manalastas
Hello SUMO users,
Anybody here who has used SUMOPy for demand generation?
I cant figure out how to use it as there's not much documentation available.
Appreciate your help.
Thanks and regards,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Increase frequency of Free time activity

2019-02-28 Thread Marvin Manalastas
 Got it Jakob. Thanks!
On Wednesday, 27 February 2019, 3:38:59 pm CST, Jakob Erdmann 
 wrote:  
 
 That wouldn't help because the values are used to define a bitset rather than 
a trip limit.You may want to consider other options for increasing the amount 
of traffic since activitygen is not being actively developed at the moment.

Am Mi., 27. Feb. 2019 um 17:42 Uhr schrieb Marvin Manalastas 
:

Hello Sumo users,
I need some help on how to increase the number of trips during free time in 
activitygen.
Currently even if i set freeTimeActivityRate="1" maximum trip per day i get is 
around 4 trips per car including home-->work-->home trips.
I am currently looking at the attached code and thinking maybe i could increase 
the number of trips by increasing the values below?
const int AGFreeTime::DAY = 1;const int AGFreeTime::EVENING = 2;const int 
AGFreeTime::NIGHT = 4;
Thanks for the assistance.
Br,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Increase frequency of Free time activity

2019-02-27 Thread Marvin Manalastas
Hello Sumo users,
I need some help on how to increase the number of trips during free time in 
activitygen.
Currently even if i set freeTimeActivityRate="1" maximum trip per day i get is 
around 4 trips per car including home-->work-->home trips.
I am currently looking at the attached code and thinking maybe i could increase 
the number of trips by increasing the values below?
const int AGFreeTime::DAY = 1;const int AGFreeTime::EVENING = 2;const int 
AGFreeTime::NIGHT = 4;
Thanks for the assistance.
Br,Marvin

AGFreeTime.cpp
Description: Binary data
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Simulate a vehicle with multiple stops

2019-02-24 Thread Marvin Manalastas
Hello Sumo Users,
I want to simulate a car which stops at several places before arriving to its 
destinationJust want to ask which feature of SUMO should I use for this.
Thanks!Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Realistic Mobility Model

2019-02-12 Thread Marvin Manalastas
 Hello Jakob,
I tried adding this option but still getting the same result. No variation on 
the departure time.
Thanks again.
Regards,Marvin
On Tuesday, 12 February 2019, 10:48:03 AM CST, Jakob Erdmann 
 wrote:  
 
 you can set sumo option --random-depart-offset to modify departure and 
consequently arrival time.

Am Di., 12. Feb. 2019 um 17:44 Uhr schrieb Marvin Manalastas 
:

 Hello Jakob,
I was able to add some randomness on the route.
However if I would like to add randomness on the car departure and arrival time 
is it also possible in activitygen?
Currently when run for 7 days, a car will always leave at 8:00am.
Thanks!Marvin 


On Saturday, 9 February 2019, 6:05:20 PM CST, Marvin Manalastas 
 wrote:  
 
  Thanks Jakob!
On Saturday, 9 February 2019, 4:15:26 PM CST, Jakob Erdmann 
 wrote:  
 
 correct

Am Sa., 9. Feb. 2019 um 19:34 Uhr schrieb Marvin Manalastas 
:

 Thanks Jakob.
Please correct me if im wrong.
To activate rerouting i will use --device.rerouting.probability To add 
randomness i will use --weights.random-factor 
Thanks agian.
Br,Marvin
On Saturday, 9 February 2019, 9:44:17 AM CST, Jakob Erdmann 
 wrote:  
 
 When running the simulation you can activate rerouting. To add randomness you 
can add a random factor to the edge weights.See 
http://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.htmland in 
particularhttp://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.html#Randomness

Am Fr., 8. Feb. 2019 um 18:33 Uhr schrieb Marvin Manalastas 
:

 Thank you so much Jakob.
I have another question if you may.
Its still about activity-gen. For example i like to generate traffic data for 1 
week, is there a way to add some randomness on the route a household will use 
going to his/her work place so that they wont use the same route for the entire 
1 week?
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 4:41:23 PM CST, Jakob Erdmann 
 wrote:  
 
 for some reason the cars get multiplied sometimes. I'm not sure why but the 
relevant code appears to be in 
activitygen/AGActivityGen.cpp:makeActivityTrips(I'm not the author of 
activitygen)

Am Do., 7. Feb. 2019 um 22:18 Uhr schrieb Marvin Manalastas 
:

 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password,

Re: [sumo-user] Realistic Mobility Model

2019-02-12 Thread Marvin Manalastas
 Hello Jakob,
I was able to add some randomness on the route.
However if I would like to add randomness on the car departure and arrival time 
is it also possible in activitygen?
Currently when run for 7 days, a car will always leave at 8:00am.
Thanks!Marvin 


On Saturday, 9 February 2019, 6:05:20 PM CST, Marvin Manalastas 
 wrote:  
 
  Thanks Jakob!
On Saturday, 9 February 2019, 4:15:26 PM CST, Jakob Erdmann 
 wrote:  
 
 correct

Am Sa., 9. Feb. 2019 um 19:34 Uhr schrieb Marvin Manalastas 
:

 Thanks Jakob.
Please correct me if im wrong.
To activate rerouting i will use --device.rerouting.probability To add 
randomness i will use --weights.random-factor 
Thanks agian.
Br,Marvin
On Saturday, 9 February 2019, 9:44:17 AM CST, Jakob Erdmann 
 wrote:  
 
 When running the simulation you can activate rerouting. To add randomness you 
can add a random factor to the edge weights.See 
http://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.htmland in 
particularhttp://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.html#Randomness

Am Fr., 8. Feb. 2019 um 18:33 Uhr schrieb Marvin Manalastas 
:

 Thank you so much Jakob.
I have another question if you may.
Its still about activity-gen. For example i like to generate traffic data for 1 
week, is there a way to add some randomness on the route a household will use 
going to his/her work place so that they wont use the same route for the entire 
1 week?
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 4:41:23 PM CST, Jakob Erdmann 
 wrote:  
 
 for some reason the cars get multiplied sometimes. I'm not sure why but the 
relevant code appears to be in 
activitygen/AGActivityGen.cpp:makeActivityTrips(I'm not the author of 
activitygen)

Am Do., 7. Feb. 2019 um 22:18 Uhr schrieb Marvin Manalastas 
:

 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-us

Re: [sumo-user] Realistic Mobility Model

2019-02-09 Thread Marvin Manalastas
 Thanks Jakob!
On Saturday, 9 February 2019, 4:15:26 PM CST, Jakob Erdmann 
 wrote:  
 
 correct

Am Sa., 9. Feb. 2019 um 19:34 Uhr schrieb Marvin Manalastas 
:

 Thanks Jakob.
Please correct me if im wrong.
To activate rerouting i will use --device.rerouting.probability To add 
randomness i will use --weights.random-factor 
Thanks agian.
Br,Marvin
On Saturday, 9 February 2019, 9:44:17 AM CST, Jakob Erdmann 
 wrote:  
 
 When running the simulation you can activate rerouting. To add randomness you 
can add a random factor to the edge weights.See 
http://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.htmland in 
particularhttp://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.html#Randomness

Am Fr., 8. Feb. 2019 um 18:33 Uhr schrieb Marvin Manalastas 
:

 Thank you so much Jakob.
I have another question if you may.
Its still about activity-gen. For example i like to generate traffic data for 1 
week, is there a way to add some randomness on the route a household will use 
going to his/her work place so that they wont use the same route for the entire 
1 week?
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 4:41:23 PM CST, Jakob Erdmann 
 wrote:  
 
 for some reason the cars get multiplied sometimes. I'm not sure why but the 
relevant code appears to be in 
activitygen/AGActivityGen.cpp:makeActivityTrips(I'm not the author of 
activitygen)

Am Do., 7. Feb. 2019 um 22:18 Uhr schrieb Marvin Manalastas 
:

 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubsc

Re: [sumo-user] Realistic Mobility Model

2019-02-09 Thread Marvin Manalastas
 Thanks Jakob.
Please correct me if im wrong.
To activate rerouting i will use --device.rerouting.probability To add 
randomness i will use --weights.random-factor 
Thanks agian.
Br,Marvin
On Saturday, 9 February 2019, 9:44:17 AM CST, Jakob Erdmann 
 wrote:  
 
 When running the simulation you can activate rerouting. To add randomness you 
can add a random factor to the edge weights.See 
http://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.htmland in 
particularhttp://sumo.sourceforge.net/userdoc/Demand/Automatic_Routing.html#Randomness

Am Fr., 8. Feb. 2019 um 18:33 Uhr schrieb Marvin Manalastas 
:

 Thank you so much Jakob.
I have another question if you may.
Its still about activity-gen. For example i like to generate traffic data for 1 
week, is there a way to add some randomness on the route a household will use 
going to his/her work place so that they wont use the same route for the entire 
1 week?
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 4:41:23 PM CST, Jakob Erdmann 
 wrote:  
 
 for some reason the cars get multiplied sometimes. I'm not sure why but the 
relevant code appears to be in 
activitygen/AGActivityGen.cpp:makeActivityTrips(I'm not the author of 
activitygen)

Am Do., 7. Feb. 2019 um 22:18 Uhr schrieb Marvin Manalastas 
:

 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Realistic Mobility Model

2019-02-08 Thread Marvin Manalastas
 Thank you so much Jakob.
I have another question if you may.
Its still about activity-gen. For example i like to generate traffic data for 1 
week, is there a way to add some randomness on the route a household will use 
going to his/her work place so that they wont use the same route for the entire 
1 week?
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 4:41:23 PM CST, Jakob Erdmann 
 wrote:  
 
 for some reason the cars get multiplied sometimes. I'm not sure why but the 
relevant code appears to be in 
activitygen/AGActivityGen.cpp:makeActivityTrips(I'm not the author of 
activitygen)

Am Do., 7. Feb. 2019 um 22:18 Uhr schrieb Marvin Manalastas 
:

 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Realistic Mobility Model

2019-02-07 Thread Marvin Manalastas
 Thanks a lot! Really appreciate it Jacob.
One more thing, how about the number after a colon (:), what does it mean?
carIn1:1
carIn1:2carIn1:3
On these case, numbers 1, 2 and 3.
Thanks again.
Br,Marvin
On Thursday, 7 February 2019, 3:08:23 PM CST, Jakob Erdmann 
 wrote:  
 
 carIn is commuter trafficrandUni is random trafficblXbY is bus line X bus 
number YhXcY is a car number Y from household X 



Am Do., 7. Feb. 2019 um 21:41 Uhr schrieb Marvin Manalastas 
:

 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Realistic Mobility Model

2019-02-07 Thread Marvin Manalastas
 Thanks for the response Jakob.
I tried it and got some results. However im having some tough time interpreting 
them.
First, may I ask what is the difference between the below vehicle ID's:
bl101b1:1
carIn1:1h1c1:1
randUni1:1

and what is the difference between these 2:
carIn1:1
carIn1:3

Thanks a lot!
Br,Marvin
On Wednesday, 6 February 2019, 5:11:31 PM CST, Jakob Erdmann 
 wrote:  
 
 You could try activitygen which generates activity-based traffic demand: 
http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html

Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas 
:

Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
  ___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Realistic Mobility Model

2019-02-04 Thread Marvin Manalastas
Hello,
I want to create a realistic mobility model for at least 30 cars.
For example:Car 1 goes to work from 8:00am-5:00pm, then goes to a grocery store 
before going back home every weekdays then go to a park on weekdays.Car 2 goes 
to school in the morning then go to work then go back to school again before 
going back home.
Thanks for the help,Marvin___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user