matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
82 stars 178 forks source link

How to add Parking Facility, Parking Agent and customize a scoring parameter based on Parking Fee? #360

Open whizkid-25 opened 4 years ago

whizkid-25 commented 4 years ago

Scenario: I am trying to insert a Rail (as PT) in my network. There are existing buses and trolleys within the network (as PTs). There are Trolleys to the Rail Stations. Agent can either drive their car or take a trolley to the aforementioned station. Our goal is to observe how many agents are taking trolley and how many are driving cars if there are parking spots near the stations.

  1. Do I code parking facility as another new facility in the 'facility' file and change the population file accordingly or MATSim automatically assumes that the nearest facility close to the station has parking and then they walk to the station?
  2. How can I add a parameter in the config file indicating penalty for parking?
  3. Do I need to add ingress/egress walk mode in the config. file so that the agents walk to the station from the nearest parking lot?
  4. Is there a separate module (available in xl format) for parking facility?

Thanks in Advance!

whizkid-25 commented 4 years ago

Otherwise Is there a re-planning strategy to implement penalty for parking?