Hotel: GreenView
π‘ High-Level Description
The GreenView Hotel Footprinting Tool (HFT) is a robust, industry-recognized dataset that provides carbon footprint coefficients for hotel stays and meeting spaces worldwide. It is based on the Cornell Hotel Sustainability Benchmarking Index (CHSB) data, offering more granularity and updated figures.
The GreenView HFT dataset:
Covers ~200 countries, 100 sub-national regions, and 450 market areas.
Includes coefficients segmented by hotel star rating (2β5 stars) and hotel average.
Is updated annually and adapted from the latest CHSB dataset.
Is intended for integration into hotel emissions calculations and sustainability reporting.
GreenView HFT enables Online Booking Tools (OBTs), Travel Management Companies (TMCs), Online Travel Agencies (OTAs), and other stakeholders to calculate and communicate hotel emissions with improved accuracy and transparency.
Sample API Request
{
"expand": [
"items"
],
"items": [
{
"type": "hotel",
"methodology": "GREENVIEW",
"external_reference": "string",
"country": "AU",
"city": "Sydney",
"stars": 4,
"number_of_nights": 1
}
]
}
API Request Items
"type"
:"hotel"
(required)"methodology"
:"GREENVIEW"
(required)"external_reference"
: A unique identifier that helps link the resulting emissions to the requested item. Maximum length: 128 characters."country"
: ISO-2 or 3 code of the country."city"
: Full city name. The full list of the supported cities is here."state"
: Full state name. The full list of the supported states is here."stars"
: Hotel star rating from 1 to 5. If unavailable or unsupported for a specific location, falls back to hotel average."number_of_nights"
: Number of nights. Minimum value: 1.
Default Logic
π Location hierarchy
If
city
data is unavailable β fallback tostate
.If
state
data is unavailable β fallback tocountry
.If
country
data is unavailable β fallback tocontinent
.
β Stars fallback
If data for specified
stars
is unavailable β fallback tohotel_average
.If no
stars
are passed β usehotel_average
.If no location is known β default to
32.69
kgCOβe per night.
Sample API Response
{
"carbon_quantity": 32691,
"carbon_unit": "gram",
"items": [
{
"carbon_quantity": 32691,
"carbon_unit": "gram",
"external_reference": "string",
"type": "hotel",
"methodology": "GREENVIEW",
"algorithm_specifics": {
"dataset_type": "Greenview HFT",
"version": "2024"
}
}
]
}
Notes
Use the following citation when using the dataset:
Greenview Hotel Footprinting Tool Version 2024v1.1 (adapted from CHSB2024 data set of 2022 calendar year data).
If the data is modified or adjusted, include a clear note in the citation.
Bibliography
Greenview. Hotel Footprinting Tool Version 2024. Greenview Hospitality Pte. Ltd., adapted from CHSB 2024.
Ricaurte, Eric. Hotel Sustainability Benchmarking Index 2024: Carbon, Energy, and Water. Cornell University, 2024.
Last updated
Was this helpful?