danielrosehill commited on
Commit
d19b092
·
1 Parent(s): 5999b83
Files changed (1) hide show
  1. calculator-app/instructions.md +29 -10
calculator-app/instructions.md CHANGED
@@ -1,22 +1,41 @@
1
  # GHG Emissions Calculator: User Notes & Instructions
2
 
 
 
 
 
3
  ## Access & Installation
4
 
5
- The purpose of this calculator and demo application is to allow the user to conduct monetizations of companies' quantitative greenhouse gas emissions data at various proposed social cost of carbon numbers. These social costs of carbon proposals have been gathered as a data file in the repository located under Data Sources. This repository can be accessed both from Github and Hugging Face as a demonstration space that allows usage. Alternatively, you may wish to clone this repository onto your local machine and run it locally. It uses Streamlit.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  ## Monetizing environmental data: use-cases and interest groups.
8
 
9
- Various groups of stakeholders have highlighted the public interest in estimating the approximate cost of companies pollution activities in the form of various metrics. At the governmental and intergovernmental level, the best known of these is the social cost of carbon. The social cost of carbon has been suggested as a mechanism for approximating the cost of carbon emissions on the planets as a whole.
10
 
11
  Beyond the policy context, those advocating for a practice known as impact accounting, have suggested that the cost of this particular environmental impact be integrated into a broader and further-reaching set of practices by which companies' environmental impacts, as well as their social impacts, would be incorporated into their financial reporting. In this practice, the cost of carbon is only one of the environmental impacts that would be thusly "monetized".
12
 
13
  ## Unit Standardisation
14
 
15
- The practice of monetizing companies greenhouse gas emissions is nowhere near as simple as might be expected. Additionally, attempting to do so often entails following methodologies that are to a degree, inherently flawed. The motivation for the creation of this calculator, however, and the proposals to do roughly this, is that it's better to use an imperfect methodology than to use none at all.
16
 
17
- The first comparability challenge is that the various proposals for estimating the societal cost of emissions are frequently limited to considering carbon dioxide emissions whereas companies greenhouse gas emissions reporting more commonly reports on their carbon dioxide equivalents, encompassing both their carbon dioxide emissions as well as other gasses which have been linked to pollution, some of which are typically far less prevalent in their emissions but have a higher global warming potential.
18
 
19
- The result is that although the multiplier might be mismatched, the end approximation for the monetized emissions will actually be an understatement, because the multiplier is only monetizing a portion of the companies reported emissions. If a company reports its greenhouse gas emissions as carbon dioxide equivalents, and the multiplier is only the social cost of carbon, then the non carbon dioxide constituents of the CO2E number are not being "monetised." Depending on the constitution of a company's mix of greenhouse gas emissions, this would result in understatements to greater and lesser extents.
20
 
21
  Another challenge in comparing greenhouse gas emissions between industries is that different units of measurements can be used, and the units of measurements used in emissions reporting and those attempts to set a social cost are usually not the same.
22
 
@@ -44,18 +63,18 @@ In some instances, the proposed social cost of carbon has not been expressed as
44
 
45
  Again, and solely for the purpose of streamlining comparison in this demonstration app. In cases where this was the case, both the range values were noted and the average was used as the figure. In cases where an average was proposed in a currency other than the US dollar, the average was taken and then that average was converted to USD at the date noted in the data.
46
 
47
- A Boolean value called is range was added to the data set in order to help analysts distinguish easily between those estimated social costs of carbon, denoted as a single figure, and those expressed as ranges. The logic is that one or positive means that it was a range and zero is not a range
48
 
49
  ## ISO Values
50
 
51
- For the purpose of making this small data set comparable ISO values were added where possible in order to further analysis of this data set by policy analysts and other interested parties. The currency values were expressed in their 3 letter ISO codes. Similarly, the country of the proposing organization was noted and its ISO codes were also provided.
52
 
53
- The country value here was chosen based upon the location of the headquarters of the organization. In the case of international organizations whose headquarters are in a specific country. This value might be slightly misleading, as it's reflective of a global worldview rather than the specific country in which the organization has its formal headquarters. But for the purpose of data conformity it was added nevertheless.
54
 
55
  ## HDI Values
56
 
57
  An interesting policy question is the question of whether more affluent countries have expressed their proposed social cost of carbon differently than less affluent countries, who may be more adversely affected by emissions produced by wealthier countries.
58
 
59
- In order to suggest that this data could be included in any analytical uses of this CSV the latest available Human Development Index value for each country was added.
60
 
61
- In the case of the data points in the current grouping, the addition of this parameter doesn't add much to the analysis because the countries which have proposed this value are all in the very high tranche of the HDI index. Additionally, this dataset Is unlikely to ever be very sizable, given that formal proposals for social cost of carbon are not advanced that easily nor frequently. But it may be an interesting angle of exploration if more developing world countries attempt this proposal.
 
1
  # GHG Emissions Calculator: User Notes & Instructions
2
 
3
+ *By: Daniel Rosehill*
4
+
5
+ *V1: 20-Dec-24*
6
+
7
  ## Access & Installation
8
 
9
+ The purpose of this calculator and demo application is to allow the user to conduct monetizations of companies' quantitative greenhouse gas emissions data at various proposed social cost of carbon numbers.
10
+
11
+ These social costs of carbon proposals have been gathered as a data file in the repository located under data sources.
12
+
13
+ <br>
14
+
15
+ **Data Source Links (raw CSV):**
16
+
17
+ | Platform | URL |
18
+ |--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
19
+ | Hugging Face | [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Data-blue)](https://huggingface.co/spaces/danielrosehill/Monetised-GHG-Emissions-Calculator/raw/main/calculator-app/data.csv) |
20
+ | GitHub | [![GitHub](https://img.shields.io/badge/GitHub-Data-green)](https://raw.githubusercontent.com/danielrosehill/Emissions-Monetisation-Calculator/refs/heads/main/calculator-app/data.csv) |
21
+
22
+ <br>
23
+
24
+ This repository can be accessed both from GitHub and Hugging Face as a demonstration space that allows usage. Alternatively, you may wish to clone this repository onto your local machine and run it locally. It uses Streamlit.
25
 
26
  ## Monetizing environmental data: use-cases and interest groups.
27
 
28
+ Various groups of stakeholders have highlighted the public interest in estimating the approximate cost of companies' pollution activities in the form of various metrics. At the governmental and intergovernmental level, the best known of these is the social cost of carbon. The social cost of carbon has been suggested as a mechanism for approximating the cost of carbon emissions on the planet as a whole.
29
 
30
  Beyond the policy context, those advocating for a practice known as impact accounting, have suggested that the cost of this particular environmental impact be integrated into a broader and further-reaching set of practices by which companies' environmental impacts, as well as their social impacts, would be incorporated into their financial reporting. In this practice, the cost of carbon is only one of the environmental impacts that would be thusly "monetized".
31
 
32
  ## Unit Standardisation
33
 
34
+ The practice of monetizing companies' greenhouse gas emissions is nowhere near as simple as might be expected. Additionally, attempting to do so often entails following methodologies that are to a degree, inherently flawed. The motivation for the creation of this calculator, however, and the proposals to do roughly this, is that it's better to use an imperfect methodology than to use none at all.
35
 
36
+ The first comparability challenge is that the various proposals for estimating the societal cost of emissions are frequently limited to considering carbon dioxide emissions whereas companies' greenhouse gas emissions reporting more commonly reports on their carbon dioxide equivalents, encompassing both their carbon dioxide emissions as well as other gasses which have been linked to pollution, some of which are typically far less prevalent in their emissions but have a higher global warming potential.
37
 
38
+ The result is that although the multiplier might be mismatched, the end approximation for the monetized emissions will actually be an understatement, because the multiplier is only monetizing a portion of the companies' reported emissions. If a company reports its greenhouse gas emissions as carbon dioxide equivalents, and the multiplier is only the social cost of carbon, then the non-carbon dioxide constituents of the CO2E number are not being "monetised." Depending on the constitution of a company's mix of greenhouse gas emissions, this would result in understatements to greater and lesser extents.
39
 
40
  Another challenge in comparing greenhouse gas emissions between industries is that different units of measurements can be used, and the units of measurements used in emissions reporting and those attempts to set a social cost are usually not the same.
41
 
 
63
 
64
  Again, and solely for the purpose of streamlining comparison in this demonstration app. In cases where this was the case, both the range values were noted and the average was used as the figure. In cases where an average was proposed in a currency other than the US dollar, the average was taken and then that average was converted to USD at the date noted in the data.
65
 
66
+ A Boolean value called `is_range` was added to the data set in order to help analysts distinguish easily between those estimated social costs of carbon, denoted as a single figure, and those expressed as ranges. The logic is that one or positive means that it was a range and zero is not a range.
67
 
68
  ## ISO Values
69
 
70
+ For the purpose of making this small data set comparable, ISO values were added where possible in order to further analysis of this data set by policy analysts and other interested parties. The currency values were expressed in their 3-letter ISO codes. Similarly, the country of the proposing organization was noted and its ISO codes were also provided.
71
 
72
+ The country value here was chosen based upon the location of the headquarters of the organization. In the case of international organizations whose headquarters are in a specific country. This value might be slightly misleading, as it's reflective of a global worldview rather than the specific country in which the organization has its formal headquarters. But for the purpose of data conformity, it was added nevertheless.
73
 
74
  ## HDI Values
75
 
76
  An interesting policy question is the question of whether more affluent countries have expressed their proposed social cost of carbon differently than less affluent countries, who may be more adversely affected by emissions produced by wealthier countries.
77
 
78
+ In order to suggest that this data could be included in any analytical uses of this CSV, the latest available Human Development Index value for each country was added.
79
 
80
+ In the case of the data points in the current grouping, the addition of this parameter doesn't add much to the analysis because the countries which have proposed this value are all in the very high tranche of the HDI index. Additionally, this dataset Is unlikely to ever be very sizable, given that formal proposals for social cost of carbon are not advanced that easily nor frequently. But it may be an interesting angle of exploration if more developing world countries attempt this proposal.