BauhausLuftfahrt / MATSim-UAM

Extension for MATSim to allow for the inclusion of aerial passenger-carrying vehicles, i.e. a station- and network-bound transport mode that requires station access and egress trips with conventional ground-based modes.
https://bauhausluftfahrt.github.io/MATSim-UAM/
GNU General Public License v3.0
21 stars 28 forks source link

RunCreateBeelineScenario / ConfigAddUAMParameters Function doesn't work since Upgrade to MATSim ver12 #60

Closed tnt456 closed 3 years ago

tnt456 commented 3 years ago

Hey, I am trying to create a scenario with UAM from an existing MATSim Scenario, so I wanted to Run the RunCreateBeelineScenario method within the UAM Package. It seems to me, that the ConfigAddUAMParameters method which is called is not updated to go with the newest updates in the UAMConfiggroup because i get the Error that ie. the parameter inputUAMFile is not supported anymore. Are there any Works done or planned on that? Greetings Tobias

balacmi commented 3 years ago

Hi Tobias,

I made a lot of changes last night with a pull request that should solve that issue. Can you tell if it works?

Best, Milos

balacmi commented 3 years ago

The code was merged just now, so that is why you did not see it before :)

tnt456 commented 3 years ago

Hey Milos, Thanks for your quick response, I don't have time to check until thursday this week, but will then tell you if the problem was solved.

tnt456 commented 3 years ago

Hey I finally had the time to try it, and now it works as expected again! Thank you :)