-
Notifications
You must be signed in to change notification settings - Fork 8
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
add chargers.txt #46
Comments
I wonder if this could be folded into #34, as a new type of location. There'd either need to be a way to put the max_kw/times into that file, or this file would still need to be separate (but referencing a child_location that represents this charger). Why represent one charger with multiple stations, as opposed to many individual chargers? (I'm not familiar with electric vehicle operation, so I don't know how chargers are used or how this data would be used.) |
At the planning / scheduling level, it becomes almost unmanageable to map every charging event to an individual charger, so it is preferred instead to group them. This reduces computation time but also allows for the day-to-day "what charger should I go to?" question to be offloaded to operations. This is not to say that there aren't scenarios where we do map each charger.. but it's absolutely against best practices. Does that make sense? |
I understand the use case as many bus fleets transition to BEBs and can likewise see this being used for trains, but may I suggest we generalize this as i.e. Add field
Rename field
Rename field
|
This proposal seeks to provide a file describing the electric vehicle chargeing infrastructure within a network.
ops_location_id
stop_id
max_kw
number_of_chargers
start_time
end_time
The text was updated successfully, but these errors were encountered: