Flight: ADEME π«π·
π‘ High-Level Description:
The French Environment and Energy Management Agency, ADEME (Agence de la transition Γ©cologique), is a renowned public institution at the forefront of environmental sustainability and energy management. Under the authority of the French Ministries of Ecology and Research, ADEME has gained recognition for its extensive research and its commitment to promoting sustainable practices across various sectors, including transportation, energy, and waste management.
Within the aviation sector, ADEME's methodologies are especially significant. Their carbon calculation approach is tailored specifically to account for the environmental footprint of passenger flights. By considering a comprehensive set of factors such as aircraft type, fuel consumption, flight duration, occupancy rates, and the inclusion of radiative forcing (which addresses the increased impact of emissions at higher altitudes), ADEME offers a nuanced and scientifically robust framework. This methodology empowers airlines, regulatory bodies, and environmental stakeholders to better understand and address the carbon emissions associated with air travel.
Sample API Request
API request items
"type": "flight"
(required)"methodology": "ADEME"
(required)"external_reference"
: A unique identifier that helps you link the resulting emissions to the requested item. Especially useful if multiple items are requested since SQUAKE cannot guarantee to keep the same order. The maximum length is 128 characters."number_of_travelers"
: Minimum value is1
. The default value is1
."aircraft_size"
: An estimation of the aircraft's size based on the number of seats. Values areunder_50_seats
,under_100_seats
,under_180_seats
,under_250_seats
, orover_250_seats
."aircraft_type"
: An IATA or ICAO code for the aircraft type."origin"
: SQUAKE will try to resolve theorigin
/destination
regardless of its format. Ideally, for addresses use the Post standard, for airports use IATA/ICAO code (format:^[A-Z]{3,4}$
, e.g."MUC"
), for other locations used in trade and transportation use UN/LOCODE codes (format:^[A-Z]{2}\W?[A-Z2-9]{3}$
, e.g."DEHAM"
). You can also pass lat/long (format:^[-+]?\d{1,3}\.\d{1,10}\s?,\s?[-+]?\d{1,3}\.\d{1,10}$
, e.g."+40.712,-74.006"
)."destination"
: SQUAKE will try to resolve theorigin
/destination
regardless of its format. Ideally, for addresses use the Post standard, for airports use IATA/ICAO code (format:^[A-Z]{3,4}$
, e.g."MUC"
), for other locations used in trade and transportation use UN/LOCODE codes (format:^[A-Z]{2}\W?[A-Z2-9]{3}$
, e.g."DEHAM"
). You can also pass lat/long (format:^[-+]?\d{1,3}\.\d{1,10}\s?,\s?[-+]?\d{1,3}\.\d{1,10}$
, e.g."+40.712,-74.006"
)."distance_in_km"
: Prioritized overorigin
anddestination
. If you don't have adistance_in_km
, you can useorigin
anddestination
and the distance will be automatically resolved. If you pass bothdistance_in_km
andorigin
/destination
, thendistance_in_km
will be used."airline"
: The IATA Designator of an airline, e.g., LH. Airline names are also supported, SQUAKE will then automatically resolve it."sustainable_fuels"
: Indicates the usage of sustainable fuels. This lowers the computed emissions in SQUAKE but is not part of the current official emissions frameworks."carbon_reduction_percentage_of_total"
: The percentage of emissions reduction through the usage of sustainable fuel. The minimum value is0
, and the maximum value is1
. Default value is0
.
Sample API Response
Bibliography
GHG information for transport services (2019, June). MinistΓ¨re de La Transition Γcologique et Solidaire. Retrieved from https://www.ecologie.gouv.fr/sites/default/files/Information_GES%20-%202019.pdf
Last updated