matsim-libs icon indicating copy to clipboard operation
matsim-libs copied to clipboard

Multi-Agent Transport Simulation

Results 250 matsim-libs issues
Sort by recently updated
recently updated
newest added

Goodmorning, I am trying to run a very small scenario, where as for now my goal is to route walking as a mode. This because, when I set walking as...

Here is the explanation of the current implementation of turn restrictions: https://github.com/matsim-org/matsim-code-examples/wiki/turn-restrictions **Current Behaviour:** The network cleaner performs a simple Dijkstra search for finding non-reachable nodes & links. It does...

maintenance

Hello fellow MATSim users and developers! Recenly I started to look for ways to artificially delay agents that enter or leave PT stops which may be under/over the ground. Upon...

Hello, I've used Eqasim to generate data to simulate Toulouse transportation system and I've tried to run MATSim on these data but I have the following error, once all modules...

I have tried to quest the travel time data for some OD pairs from the "SampleValidationRoutes" at different time of the day (01:00, 04:00, 07:00, 10:00, 13:00, 16:00, 19:00, 22:00)....

I recently meet the error caused in OsmHbefaMapping.build().addHbefaMappings().The speed limit of HBEFA should be a multiple of 10. While this is not a critical error, but it can lead to...

Afterwork from #3411. Use stops instead of coordinates to avoid conflicts.

This parameter is deprecated and should not be used anymore. The velocity of a vehicle should always be used. For access-egress-routing this is the case. But in `org.matsim.core.router.NetworkRoutingModule#calcRoute` `null` is...

maintenance

Dear Kai Martins-Turner (@kt86), Good morning. I hope you are doing well. I found that the [EmissionGridAnalyzer.java](https://github.com/matsim-org/matsim-libs/blob/master/contribs/emissions/src/main/java/org/matsim/contrib/emissions/analysis/EmissionGridAnalyzer.java) file cannot handle emission factors with zero values correctly. This issue also arises...

Hi MATSim community: I am using Eclipse as IDE and cloned the last version of the matsim-lib repository. I am interested to run vsp contribution, however when I tried to...