Last updated: 26.03.2024

<aside> 💡 High-Level Description:

The Environmental Protection Agency (EPA) of the United States has been a cornerstone in shaping environmental standards and methodologies for several decades. Recognizing the significance of the bus transport sector, especially in urban environments, the EPA developed specialized guidelines to gauge and mitigate the carbon footprint of buses.

Through its methodology, the EPA underscores the importance of measuring emissions based on varying fuel types, driving conditions, and bus models. Such precision enables transit authorities, bus manufacturers, and policymakers to strategize effectively, ensuring reduced greenhouse gas emissions and improved air quality in urban and suburban areas. Beyond mere measurement, the EPA's approach seeks to drive the bus sector towards a sustainable future by emphasizing innovations in cleaner fuel alternatives and efficient engine technologies.

</aside>

Equation

co2_in_g = number_of_passengers * distance_in_km * co2_in_g_per_passenger_km

API request

{
  "expand": [
    "items"
  ],
  "items": [
    {
      "type": "bus",
      "methodology": "EPA",
      "external_reference": "string",
      "origin": "Berlin, Germany",
      "destination": "Paris, France",
      "number_of_travelers": 2
    }
  ]
}

Bibliography