msmobility / mito

Microscopic Transportation Orchestrator
7 stars 13 forks source link

Airport trips & optional teleported modes #56

Closed cllorca1 closed 5 years ago

cllorca1 commented 5 years ago

Add additional trips to the airport: By default, no trips to the airport are generated. To generate them, set the properties as follows:

add.airport.demand = true airport.zone = 1659 airport.x = 4484142 airport.y = 5357332

Various network and teleported modes in MATSim: By default, only trips made by carDriver are generated in MATSim. This can be changed by setting the following properties:

matsim.network.modes = autoDriver matsim.teleported.modes = bus,tramOrMetro,train,walk,bicycle

Where the first array chooses the network modes (the network has to be compatible!) and the second the teleported modes. Teleported modes configuration is hard coded.

Every mode that is not in these listst will be ignored by MATSim.