KKulma / footprint-shiny-app

0 stars 0 forks source link

Add context to the footprint results #4

Open KKulma opened 3 years ago

KKulma commented 3 years ago

the calculated footprint should be explained in more tangible terms, e.g. allowable carbon budget, car miles, melted ice. Add more examples and resources. Some examples

acircleda commented 3 years ago

According to this paper:

First, the observed linear relationship allows us to estimate a sensitivity of 3.0 ± 0.3 m2 of September Arctic sea-ice loss per metric ton of anthropogenic CO2 emissions during the observational period 1953 to 2015.

So, we can divide emissions output (in kg) by 1000 to get metric tons, and then multiple by 3.0 to get m2. We can divide this by 2.59 to get square miles (in parentheses) for people who don't use the metric system

acircleda commented 3 years ago

According to the EPA:

A medium growth coniferous or deciduous tree, planted in an urban setting and allowed to grow for 10 years, sequesters 23.2 and 38.0 lbs of carbon, respectively.

Their calculation 0.060 metric ton CO2 per urban tree planted

We would have to use the output in CO2. It does not say on the EPA website whether this includes RF, so we may need to look more carefully at this: https://www3.epa.gov/climatechange/Downloads/method-calculating-carbon-sequestration-trees-urban-and-suburban-settings.pdf

KKulma commented 3 years ago

According to this paper:

First, the observed linear relationship allows us to estimate a sensitivity of 3.0 ± 0.3 m2 of September Arctic sea-ice loss per metric ton of anthropogenic CO2 emissions during the observational period 1953 to 2015.

So, we can divide emissions output (in kg) by 1000 to get metric tons, and then multiple by 3.0 to get m2. We can divide this by 2.59 to get square miles (in parentheses) for people who don't use the metric system

Really like this idea 👍

KKulma commented 3 years ago

According to the EPA:

A medium growth coniferous or deciduous tree, planted in an urban setting and allowed to grow for 10 years, sequesters 23.2 and 38.0 lbs of carbon, respectively.

Their calculation 0.060 metric ton CO2 per urban tree planted

We would have to use the output in CO2. It does not say on the EPA website whether this includes RF, so we may need to look more carefully at this: https://www3.epa.gov/climatechange/Downloads/method-calculating-carbon-sequestration-trees-urban-and-suburban-settings.pdf

Absolutely, but to start with we could focus on "low-hanging fruit" - examples that are more straightforward to use in our case?

acircleda commented 3 years ago

According to the EPA:

A medium growth coniferous or deciduous tree, planted in an urban setting and allowed to grow for 10 years, sequesters 23.2 and 38.0 lbs of carbon, respectively.

Their calculation 0.060 metric ton CO2 per urban tree planted We would have to use the output in CO2. It does not say on the EPA website whether this includes RF, so we may need to look more carefully at this: https://www3.epa.gov/climatechange/Downloads/method-calculating-carbon-sequestration-trees-urban-and-suburban-settings.pdf

Absolutely, but to start with we could focus on "low-hanging fruit" - examples that are more straightforward to use in our case?

We can simply use this as an estimate and say "it would take xxx newly planted trees to make up for your flight".

acircleda commented 3 years ago

We can also show the proportion a flight takes up of one's personal carbon footprint, based on this:

In terms of all GHGs, the ranges of the estimated lifestyle carbon footprint targets for 2030, 2040, and 2050 are respectively 3.2–2.5, 2.2–1.4, and 1.5–0.7 tCO2e per capita.

We can display this in terms of the 2030 target and show where it calls in the 3.2-2.5 range.

acircleda commented 3 years ago

This is not the prettiest, and its a little hacky, but something like this? It may also take up too much space:

image

acircleda commented 3 years ago

image

acircleda commented 3 years ago

I pushed these to the visuals branch