message_ix_models.model.transport.emission.ef_for_input

message_ix_models.model.transport.emission.ef_for_input(context: Context, input_data: DataFrame, species: str = 'CO2', units_out: str = 'kt / (Gv km)') Dict[str, DataFrame][source]

Calculate emissions factors given data for the input parameter.

Parameters:
  • input_data – Data for the input parameter.

  • species (str) – Species of emissions.

  • units_out (str) – Preferred output units. Should be units of emissions mass (for respective species) divided by units of activity (for respective technology).

Returns:

Data for the emission_factor parameter.

Return type:

pandas.DataFrame