Modelling multi-passenger DRT bookings in MATSim: One person per passenger? #1233
Replies: 2 comments 2 replies
-
Hi @shairys88-Malmo ,
This will look for an "groupID" attribute in the person attribute. You could also implement the group identifier differently, e.g. by trip/leg attributes. As sooon as the group ids returned here match, they will be treated as a group. Caveat: this only works if the departure time is the exact same second for all grouped trips |
Beta Was this translation helpful? Give feedback.
-
...this means that you need to have one person per passenger |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MATSim team,
I’m working with a real-world DRT database and generating daily
plans.xml
files to simulate them using theRunDoorToDoorDrtExample
setup in[matsim-maas](https://github.com/matsim-org/matsim-maas/blob/master/drt.md)
.Some bookings in the dataset involve multiple passengers (e.g.,
NumberOfPassengers > 1
for a single request). To represent this, should I create multiple<person>
entries — one per passenger — each with the same trip but a unique ID. I am neglecting several passengers (the plan file is at the end).My Questions:
Additional question: How do we reflect the multi-day database to compare this multi-day simulation with a synthetic day generated based on the real database? Say 10 simulations for 10 real days compared to a single synthetic day, how? Or any other way?
Thanks in advance for your support!
Best regards,
Plans File

Beta Was this translation helpful? Give feedback.
All reactions