Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support in garbo prompt and schema for handling different units like tCO2, tCO2e #533

Closed
Greenheart opened this issue Dec 19, 2024 · 0 comments · Fixed by #594
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Greenheart
Copy link
Collaborator

For example, the Swedavia report for 2023 used tCO2 as the unit instead of tCO2e 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 total CO2e emissions might be higher than if you only include the CO2 emissions. Thus, we can not simply convert 1 tCO2 === 1 tCO2e. Or can we? What do we do if we have other units that can't easily be converted into tCO2e?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants