cal-itp / operational-data-standard

The Transit Operational Data Standard is an open standard for representing the transit schedules used by drivers, dispatchers, and planners to carry out transit operations.
https://ods.calitp.org
Apache License 2.0
26 stars 6 forks source link

add charge_curves.txt #31

Open BTollison opened 9 months ago

BTollison commented 9 months ago

In an effort to make ODS more compatible with electric fleets, I am proposing the following addition of charge_curves.txt

Charge_Curve_ID Represents the primary key value for a charge curve and links to the proposed vehicles.txt

kw_charge_rate The rate at which a charge provides power in kW.

start_soc A decimal value representing the start state of charge value.

end_soc A decimal value representing the end state of charge value.

curve_sequence Represents the display order of the charging curve (integer)

jeffkessler-keolis commented 8 months ago

In alignment with the proposed generalization of https://github.com/cal-itp/operational-data-standard/issues/46#issuecomment-1872260528, I'd propose changing kw_charge_rate to power_charge_rate, which could support not only battery chargers, but also fuel stands and other fuel sources.

Guilhem1976 commented 7 months ago

Would that be a data provided by electric bus providers to feed Scheduling and Operations systems ?