breos.emissions.calculate_co2_projection#
- breos.emissions.calculate_co2_projection(yearly_pv_kwh, yearly_export_kwh, emissions_params)[source]#
Calculate multi-year CO2 savings projection.
- Parameters:
yearly_pv_kwh (
ndarray) – Array of PV production per year (kWh)yearly_export_kwh (
ndarray) – Array of grid export per year (kWh)emissions_params (
EmissionsParams) – Emissions parameters
- Return type:
- Returns:
DataFrame with yearly and cumulative CO2 avoided columns.