You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, testable, local-first greenhouse gas (GHG) accounting tool built to convert facility operational activity data into estimated metric tons of carbon dioxide equivalent ($CO_2e$).
A local-first greenhouse gas emissions calculator that turns facility activity data into transparent Scope 1, Scope 2, and educational Scope 3 screening estimates.
4
9
5
10
This prototype is designed around the **Greenhouse Gas Protocol Corporate Accounting and Reporting Standard** boundary concepts, separating direct operational emissions (Scope 1), indirect purchased-energy emissions (Scope 2), and an educational spend-based Scope 3 screening workflow. It is not a compliance or certification system.
6
11
@@ -13,6 +18,46 @@ This prototype is designed around the **Greenhouse Gas Protocol Corporate Accoun
CarbonAware is a local-first greenhouse gas emissions calculator that converts facility activity data into estimated metric tons of carbon dioxide equivalent (CO2e).
6
+
7
+
It currently supports:
8
+
9
+
- Scope 1 stationary combustion examples: natural gas and diesel fuel.
10
+
- Scope 2 purchased electricity using a generic national grid-average factor.
11
+
- Scope 3 Category 1 purchased goods and services using an educational spend-based screening workflow.
12
+
13
+
## Why The Scope Boundaries Matter
14
+
15
+
Scope separation is the core accounting concept this project demonstrates.
16
+
17
+
- Scope 1 tracks direct emissions from sources owned or controlled by the facility.
18
+
- Scope 2 tracks indirect emissions from purchased energy.
19
+
- Scope 3 tracks value-chain activities outside direct operations, such as supplier purchases.
20
+
21
+
Keeping these categories separate prevents misleading totals and makes the assumptions behind each estimate easier to inspect.
22
+
23
+
## Production-Like Parts
24
+
25
+
- Calculation logic is separated from the Streamlit interface.
26
+
- Emission factors live in JSON data files instead of being hardcoded into UI controls.
27
+
- Exports include factor provenance fields such as source name, factor value, factor year, and factor file.
0 commit comments