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

feat: add basic co2 emissions #3

Merged
merged 18 commits into from
Nov 11, 2023
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ entsoe_generation_fos 0.23437570916352743

Ref: CO2 emissions factor:

https://iinas.org/app/uploads/2023/10/IINAS_2023_KEV_THG_Strom-2022_2030-2050.pdf
- https://iinas.org/app/uploads/2023/10/IINAS_2023_KEV_THG_Strom-2022_2030-2050.pdf
- https://impactful.ninja/the-carbon-footprint-of-biomass-energy/
- https://www.hydropower.org/blog/carbon-emissions-from-hydropower-reservoirs-facts-and-myths
- https://www.rte-france.com/en/eco2mix/co2-emissions
- https://www.geothermal-energy.org/pdf/IGAstandard/WGC/2010/0209.pdf

## Credits

Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ annotations:
catalog.cattle.io/display-name: CaaS Carbon Footprint
name: caas-carbon-footprint
description: A Helm chart for carbon footprint measurement
version: "0.0.4"
appVersion: "0.3"
version: "0.0.5"
appVersion: "0.0.5"
keywords:
- monitoring
dependencies:
Expand Down
Loading
Loading