from carbonize import Footprint
fp = Footprint()
fp.add_flight(a="BRU", b="BIO", two_way=True)
fp.add_train(distance=100)
fp.co2e # in kg
$ pytest --cov=carbonize --cov-report=term
The Pickle files in the data folder can be updated using the bin/update_data.py
file.