eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.54k stars 1.43k forks source link

Redefine relation between charging station and parking #13596

Closed m-kro closed 8 months ago

m-kro commented 1 year ago

Currently, vehicles can be charged at parking spaces if their stop definition includes both the parking and the charging station (and the position definitions of charging and parking elements overlap enough). This means there is no direct link between a specific parking area and a charging station. Some consequences:

namdre commented 1 year ago

I think it has advantages to keep parkingAreas and chargingStations as distinct concepts since they can exist without each other (i.e for inductive charging along a road).

suggestion:

m-kro commented 1 year ago

@behrisch @palvarezlopez For discussion: What about the relation parkingArea -> chargingStation? Should it also be restricted to 1:1 or should a 1:n relation be allowed (with which semantics)?

m-kro commented 1 year ago

Postponed until @behrisch returns