Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redefine relation between charging station and parking #13596

Closed
m-kro opened this issue Jul 10, 2023 · 3 comments
Closed

Redefine relation between charging station and parking #13596

m-kro opened this issue Jul 10, 2023 · 3 comments
Assignees
Milestone

Comments

@m-kro
Copy link
Contributor

m-kro commented Jul 10, 2023

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:

  • the number, location and additional properties of available charging points are unknown unless there are vehicles/routes with stop definitions
  • the parking has to be tailored to the wanted number of charging points (1 parking space = 1 charging point)
  • actual (physical) location of the charging station is unclear, as vehicles on the through lane waiting for a free parking space currently load too
@namdre
Copy link
Contributor

namdre commented Jul 10, 2023

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:

  • add a "parkingArea" attribute to the chargingStation
    • if this attribute is set, the location / dimension of the station could be omitted and copied directly from the parkingArea
  • if a chargingStation has a parkingArea, only start to charge if the vehicle is parked there

@m-kro m-kro self-assigned this Jul 10, 2023
@m-kro m-kro added this to the 1.19.0 milestone Jul 10, 2023
@m-kro
Copy link
Contributor Author

m-kro commented Jul 12, 2023

@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
Copy link
Contributor Author

m-kro commented Jul 18, 2023

Postponed until @behrisch returns

@m-kro m-kro modified the milestones: 1.19.0, 1.20.0 Nov 7, 2023
m-kro added a commit that referenced this issue Jan 29, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
m-kro added a commit that referenced this issue Jan 29, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
behrisch added a commit that referenced this issue Jan 30, 2024
@m-kro m-kro closed this as completed Feb 13, 2024
m-kro added a commit that referenced this issue Mar 13, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants