Skip to content

BlueMarbleSpace/AirTravelCarbonCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirTravelCarbonCalculator

Blue Marble Space is committed to a sustainable future. See our Code of Ethics.

This code calculates carbon emissions of flying commercially.

Notes on construction:

Aircraft assumptions:

Notes on implementation:

  • Can be used as standalone code (verbose) or imported into another (non-verbose) with, for example:
    import AirTravelCarbonCalculator as ATC
    kg_carbon = ATC.get_airtravelcarbon(city_of_departure, city_of_layover, city_of_destination)
    

About

Calculates carbon emissions of flying commercially

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages