generated from cal-itp/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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 Energy_consumption.txt #29
Comments
BTollison
changed the title
add used_kwh to deadheads.tzt
add used_kwh to deadheads.txt
Nov 16, 2023
Some questions:/comments
|
I like this with one modification to support use cases beyond just BEBs: changing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In an effort to make ODS more compatible with electric fleets, I am proposing the following addition of Energy_Consumption.txt
vehicle_type_id
Reference ID to the proposed Vehicles.txt.
route_id
Reference to route_id from routes.txt (but practically from trips.txt).
direction_id
Reference to direction_id from trips.txt.
from
Referencing either a stop_id or ops_location_id as a start point.
to
Referencing either a stop_id or ops_location_id as an end point.
start_time
This is the start of when these values are valid.
end_time
This is the start of when these values are valid. When end_time is blank, start_time must also be blank.
kwh_per_distance
Consumption per preferred distance unit (although I would really prefer that we force distance units to be described somewhere :) )
consumption_scenario
enum value representing the state of the vehicle. This is mainly to distinguish between a stationary vehicle and one that is moving. This could also allow us to avoid having a stop_id and ops_location_id field for the "to" and "from" fields.
service_id
Represents the service_id that these consumption values are valid for.
The text was updated successfully, but these errors were encountered: