calculate_extended_phases_co2_emissions

calculate_extended_phases_co2_emissions(extended_cumulative_co2_emissions, extended_phases_distances)[source]

Calculates the extended CO2 emission of cycle phases [CO2g/km].

Parameters:
  • extended_cumulative_co2_emissions (numpy.array) – Extended cumulative CO2 of cycle phases [CO2g].
  • extended_phases_distances (numpy.array) – Extended cycle phases distances [km].
Returns:

Extended CO2 emission of cycle phases [CO2g/km].

Return type:

numpy.array