matsim-org / matsim-code-examples

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

Modelling electric vehicle and parking search for charging #365

Open renanong opened 4 years ago

renanong commented 4 years ago

Hi everyone,

I want to model electric vehicle with Parking search for charging. In other words, I want agent to search for parking and charge their vehicle. I am aware that there was a discussion of this issue in #193 but it did not mention about the possibility of using these two extensions (ev and parking) together. I would like to know whether the current ev contribution @12.0 suffices to model electric vehicle and parking search together. Could anyone give me some advices for it? I could not find any references or documents for it. Your help is greatly appreciated.

Best,

Rena

jfbischoff commented 4 years ago

Hi Rena, so far, none of this has been implemented. The API of the EV contrib in MATSim 12 would most likely be sufficient for your experiment. However, plugging this together with parking search will require you to at least write your own parking search logic, combined with some scripts that plug all of the modules together.

For parking, please see VSP-WP 17-01, for the EV extension 19-07 and 19-13, all available here: https://www.vsp.tu-berlin.de/menue/forschung/publications/vspwp/

Bests, Joschka

renanong commented 4 years ago

Hi Joschka,

Thank you for your comments and advice. I will exploit the given example in ev contrib and learn from it. Also I want to add a new energy consumption model of HEV in addition to the existing model, do you know which class file contains this kind of information?

Best, Rena