Train: SQUAKE
π‘ High-Level Description:
The SQUAKE methodology has emerged as a refined and operator-centric approach to calculating carbon emissions in the train travel sector. Recognizing the complexities and variances across different train operators, SQUAKE prioritizes operator-specific data over generic assessments. This focus on granularity ensures that emissions estimates are not only precise but also reflect the unique practices, technologies, and efficiencies of individual operators.
With its emphasis on operator-specific data, the SQUAKE methodology provides invaluable insights into the variability of emissions profiles among train operators. It enables companies and regulators to identify best practices and areas for improvement. For instance, two train operators might have significantly different emissions profiles because one uses more renewable energy sources while the other relies heavily on fossil fuels. SQUAKE, by providing such detailed data, paves the way for more informed sustainability strategies and decisions in the train travel industry.
API Request
API Request Items
"type": "train"
(required)"methodology": "SQUAKE"
(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
."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."train_type"
: SQUAKE's methodology defaults toregional
without andhigh_speed
with anoperator_name
given. Values arehigh_speed
,regional
, orinternational
."fuel_type"
: Values arediesel
,electricity
,hydrogen
,hybrid
, oraverage
."operator_name"
: SQUAKE's methodology allows passing the operator's name to obtain a more accurate result.train_type
defaults tohigh_speed
ifoperator_name
is passed. Here is the database with the supported operators."seat_type"
: Values arefirst_class
orsecond_class
. The default value isfirst_class
.Default Values
"train_type": "high_speed"
"seat_class": "first_class"
"fuel_type": "diesel"
Sample API Response
Bibliography
βWhich Form of Transport Has the Smallest Carbon Footprint?β Our World in Data, ourworldindata.org/travel-carbon-footprint.
CO2- Berechnung GeschΓ€ftsreise VDR-Standard Teil I (2016, March). VDR. Retrieved from https://www.atmosfair.de/wp-content/uploads/vdr_reportingstandard_teil1_30032016-1.pdf
CO2- Berechnung GeschΓ€ftsreise VDR-Standard Teil II (2016, March). VDR. Retrieved from https://www.atmosfair.de/wp-content/uploads/vdr_reportingstandard_teil2_30032016.pdf
VDR standard CO2 calculation for business trips (n.d.). VDR. Retrieved from https://www.vdr-service.de/arbeitsvorlagen/vdr-standard-co2-berechnung-geschaeftsreise
Thistlethwaite, G., et al. (2022, June). 2022 Government Greenhouse Gas Conversion Factors for Company Reporting. Department for Business, Energy, & Industrial Strategy. Retrieved from https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1083857/2022-ghg-cf-methodology-paper.pdf
Environmental Mobility Check. nachhaltigkeit.deutschebahn.com/en/measures/environmental-mobility-check.
Polkinghorne, John. βPublic Transport Emissions in NZ.β Greater Auckland, 13 Dec. 2013, www.greaterauckland.org.nz/2013/07/19/public-transport-emissions-in-nz.
Ngila, Faustine. βTanzaniaβs New Electric Rail Will Help It Cut Carbon Emissions.β Quartz, 20 July 2022, qz.com/africa/2185031/tanzanias-new-electric-rail-will-help-it-cut-carbon-emissions.
Miller, C. Andrew. βSavings in Per-passenger CO2 Emissions Using Rail Rather Than Air Travel in the Northeastern U.S.β Journal of the Air &Amp; Waste Management Association, vol. 71, no. 12, Informa UK Limited, Sept. 2021, pp. 1458β71. https://doi.org/10.1080/10962247.2020.1837996.
Last updated