-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEATURE] Improve connection of charging points #413
Comments
I have updated the docstring and comments within the mentioned function The function already includes the distance to the next MV/LV substation: eDisGo/edisgo/io/electromobility_import.py Lines 725 to 727 in d68e4d4
This is based on the distance calculation here: eDisGo/edisgo/network/components.py Lines 893 to 918 in d68e4d4
At the beginning of the process of assigning charging processes to charging points, it is not clear if a charging park (charging park consists of one or more charging points) will be connected to LV, MV/LV, MV or even HV/MV level. Also, when the code was written, the LV level wasn't geolocated yet. So I used the distance to the next MV/LV substation as a guess. |
The text was updated successfully, but these errors were encountered: