Add support in garbo prompt and schema for handling different units like tCO2
, tCO2e
#533
Labels
enhancement
New feature or request
tCO2
, tCO2e
#533
For example, the Swedavia report for 2023 used
tCO2
as the unit instead oftCO2e
like almost all other reports. The reason why this is important is because other companies may include other kinds of GHG emissions, while Swedavia 2023 only disclosed their CO2 emissions. This means their totalCO2e
emissions might be higher than if you only include theCO2
emissions. Thus, we can not simply convert1 tCO2 === 1 tCO2e
. Or can we? What do we do if we have other units that can't easily be converted intotCO2e
?We have support for specifying the
unit
in the database, but not in the garbo prompts and schemas.The frontend will be updated separately to use the actual units, rather than a hard coded
tCO2e
like we could do in the beginning.The text was updated successfully, but these errors were encountered: