Last updated: 20.10.2023

<aside> 💡 High-Level Description:

The Environmental Protection Agency (EPA) has established rigorous methodologies for calculating carbon emissions, particularly targeting stationary combustion sources. These sources, which include power plants, manufacturing industries, and residential heating systems, require a unique approach given their consistent location and output. The EPA method involves quantifying the type and quantity of fuel used, whether it's natural gas, oil, coal, or another source. This data is fundamental as different fuels emit varying amounts of carbon dioxide due to their diverse carbon content.

Beyond fuel type, the EPA also considers the efficiency of combustion devices and emission control measures in place, as these factors significantly influence the volume of emissions generated. Their methodology mandates consistent monitoring and reporting of fuel consumption and adherence to regulatory standards, encouraging transparency and accountability. Through these detailed assessments, organizations can not only ensure compliance with environmental regulations but also identify areas for reducing their carbon footprint through energy efficiency improvements or transitions to cleaner fuels.

</aside>

Equation

co2_in_g = amount * co2_in_g_per_unit

API request

{
  "expand": [
    "items"
  ],
  "items": [
    {
      "type": "stationary_combustion",
      "methodology": "EPA",
      "external_reference": "string",
      "fuel_type": "residual_fuel_oil_no_6",
      "weight_in_kg": 643
    }
  ]
}

Bibliography