This repository contains a Python-based model to calculate the carbon footprint of apple production in Swat, Pakistan. The objective is to identify environmental hotspots in the supply chain using a data-driven approach based on scientific literature (IPCC, DEFRA).
The complete analysis, including the code, methodology, and results, is documented in the Jupyter Notebook:
This screening-level LCA provides a quantitative estimate of greenhouse gas emissions for one tonne of fresh apples, from cultivation to a regional distribution center.
The model generates two key visualizations summarizing the findings:
1. Absolute Emissions by Life Cycle Stage
This chart clearly identifies which stage of the life cycle contributes the most to the overall carbon footprint.
2. Carbon Footprint Hotspot Contribution
This chart shows the percentage contribution of each stage, highlighting the primary areas for improvement.
- Python
- Jupyter Notebook
- Pandas (implied)
- Matplotlib
- Seaborn