jrobertdahl / CAS502-project

Repo for emissions calculator project
MIT License
0 stars 0 forks source link

Rotate through different CO2 emission comparison for each tweet #5

Closed scm929 closed 4 months ago

scm929 commented 5 months ago

For each tweet, we want to rotate through a set of CO2 comparisons.

Ex. Tweet 1 - Comparison A Tweet 2 - Comparison B Tweet 3 - Comparison C Tweet 4 - Comparison A ....

Comparison A - # trees to remove CO2 from https://github.com/jrobertdahl/CAS502-project/issues/4

Comparison B - how many times it would take to drive from LA to NY to emit the same amount

Comparison C - compare jet emissions to how long it would take an average person to emit that same amount. Ex: It would take an average person x days to emit the same as this jet trip.

scm929 commented 5 months ago

Comparison B - use 2200 lbs CO2 for 1 trip from LA to NY.

Assumptions

https://co2.myclimate.org/en/car_calculators

scm929 commented 5 months ago

Comparison C - use 16 tons CO2 per year emitted by 1 American.

https://www.nature.org/en-us/get-involved/how-to-help/carbon-footprint-calculator/

scm929 commented 4 months ago

instead of rotating through, the newest commit randomly selects which comparison will be returned