You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few questions about integrating toll (roadPricing module) and drt (multiModeDrt module). I want to have a congestion pricing scheme for drt vehicles.
Things I tried before asking the question:
I checked MATSim-MaaS project for the service area but there was no Coordinates Reference System defined, so I could not use a smaller shapefile compared to the network and check if and how the serviceArea works with that example. I also tried to look into the second example with the actual shapeFile but I didn't find the config file for that example either.
Questions:
1- I wonder how to make MATSim pick up my subnetwork, or specified service area?
2- Is there any other way of verifying that the subnetwork is picked up other than looking at the "drt_wait_Stats_drt_zonal.shp"?
and set return to 1, MATSim returns "The sum of all paid tolls: 0.0 monetary units."
Things I tried before asking the question:
This structure can return paid-toll for drt, and car, separately and together (if I set return = 1 for car too).
Question:
3- Is there a general problem with how drt modules are picked up or does my mode definition structure for toll make sense?
My input plan file does not contain any drt and agents can switch to drt as the simulation iterates.
Here is part of my config file that I think is relevant:
Hello!
I have a few questions about integrating toll (roadPricing module) and drt (multiModeDrt module). I want to have a congestion pricing scheme for drt vehicles.
Question about drt:
I have a large network, but I want drt to operate in a specified area. On the main drt page (here: https://github.com/matsim-org/matsim-maas/blob/master/drt.md) I see
which I suspect is a subnetwork xml file. In another example (here: https://github.com/matsim-vsp/vsp-playgrounds/blob/master/ikaddoura/src/main/java/playground/ikaddoura/savPricing/RunBerlinDrtScenarioA.java) I see this example where drtServiceAreaShapeFile is actually a polygon shapefile (according to this: #249) . I tried both, but my "drt_wait_Stats_drt_zonal.shp" in the output is a gird over my full network.
Things I tried before asking the question:
I checked MATSim-MaaS project for the service area but there was no Coordinates Reference System defined, so I could not use a smaller shapefile compared to the network and check if and how the serviceArea works with that example. I also tried to look into the second example with the actual shapeFile but I didn't find the config file for that example either.
Questions:
1- I wonder how to make MATSim pick up my subnetwork, or specified service area?
2- Is there any other way of verifying that the subnetwork is picked up other than looking at the "drt_wait_Stats_drt_zonal.shp"?
Question about roadPricing:
To clarify that drt vehicles are subjected to toll, I use the mode definition example (here: https://github.com/matsim-org/matsim-libs/blob/master/contribs/roadpricing/src/main/java/org/matsim/contrib/roadpricing/run/RunRoadPricingUsingTollFactorExample.java). The problem I face is that:
This is my TollFactor:
Note that if I write
and set return to 1, MATSim returns "The sum of all paid tolls: 0.0 monetary units."
Things I tried before asking the question:
This structure can return paid-toll for drt, and car, separately and together (if I set return = 1 for car too).
Question:
3- Is there a general problem with how drt modules are picked up or does my mode definition structure for toll make sense?
My input plan file does not contain any drt and agents can switch to drt as the simulation iterates.
Here is part of my config file that I think is relevant:
This is my RunFile:
The text was updated successfully, but these errors were encountered: