LCA of Sachet Water Production in West Africa — Full Documentation

Project: LCA of Sachet Water (Lagos, Nigeria). Files and data are in project folder.

1. Project overview and scope

Goal: Compare cradle-to-grave environmental impacts of sachet water and PET bottled water for Lagos, Nigeria. Functional unit: 1 L potable drinking water consumed at point of use. System boundary: raw water abstraction → (treatment) → packaging manufacture & filling → distribution → consumption → end-of-life of packaging (recycling, landfill, open burning/mismanaged).

2. Process followed

  1. Defined scope, functional unit, and system boundaries (see protocol.md).
  2. Compiled open-access data sources and literature (see bibliography.md).
  3. Created an inventory template (inventory_template.csv) and populated Lagos-default numeric parameters (packaging mass, filling energy, transport distance, end-of-life shares).
  4. Prepared OpenLCA import templates and mapping guidance (files: openlca_import_template.csv, openlca_premap.csv, openlca_mapping.md).
  5. Developed reproducible Brightway2 script templates (in scripts/) to automate mapping and LCIA when run locally.
  6. Computed deterministic LCIA results (GWP, water depletion, cumulative energy) using literature-default emission factors and the inventory defaults; saved in results/.
  7. +
  8. Performed sensitivity runs and a Monte Carlo (approximate) uncertainty propagation; summary outputs saved in results/mc_summary.csv and sensitivity files.

3. Data used and sources

Primary inventory data (defaults) are in inventory_template.csv. Key numeric defaults used for deterministic calculations:

Open-access source list is in bibliography.md (ELCD, USLCI, World Bank "What a Waste", LAWMA, UNEP reports, FAO AQUASTAT).

4. Emission factors & characterization

Default emission and intensity factors used (literature/open-dataset proxies):

ParameterValueUnitSource / Note
LDPE (sachet) production GWP2.7kg CO2-eq / kgELCD / literature proxy
PET production GWP2.0kg CO2-eq / kgELCD / literature proxy
Electricity grid (Lagos proxy)0.70kg CO2-eq / kWhregional proxy
Transport0.10kg CO2-eq / tkmdefault road freight EF
Open burning emissions (plastic)2.9kg CO2-eq / kgapprox combustion CO2 — illustrative

5. Calculation approach (deterministic)

For each product (Sachet and PET), total GWP was calculated as the sum of:

Example: packaging production (sachet)

packaging_mass = 6 g = 0.006 kg. LDPE GWP = 2.7 kg CO2-eq/kg. packaging GWP = 0.006 * 2.7 = 0.0162 kg CO2-eq per 1 L.

6. Deterministic results

See detailed numeric breakdown: results/gwp_results.csv, and hotspot table: results/hotspot_table.csv.

Key deterministic outcomes (per 1 L)

IndicatorSachetPET
GWP (kg CO2-eq / L)0.04250.0897
Water depletion (m3 / L)0.0124 (12.4 L)0.0826 (82.6 L)
Cumulative energy (MJ / L)0.5921.912

7. Monte Carlo uncertainty & approach

I used the uncertainty bounds recorded in inventory_template.csv as independent multiplicative factors (uniform between uncertainty_low and uncertainty_high), propagated them to obtain means and standard deviations. The MC summary (approximate) is in results/mc_summary.csv.

MC summary (means ± std)

IndicatorSachetPET
GWP (mean ± std)0.0464 ± 0.0089 kg CO2-eq / L0.0863 ± 0.0165 kg CO2-eq / L
Water depletion0.0124 ± 0.0013 m3 / L0.0826 ± 0.0094 m3 / L
Cumulative energy0.628 ± 0.070 MJ / L1.948 ± 0.212 MJ / L

8. Sensitivity analysis highlights

9. Files generated

10. Assumptions and limitations

Key limitations: use of open-default proxies rather than fully localized LCI processes; simplified modelling of end-of-life (open burning approximated; landfill methane neglected); MC approximations use independent multiplicative uncertainty and normal approximation — for publication-grade results use full sample-based Monte Carlo with correlated parameters where appropriate and use detailed LCI datasets (Ecoinvent) if available.

11. Next steps & deliverables

  1. Refine foreground inventory with primary data (sachet mass sampling, plant energy intensity, transport/fleet specifics, waste fate shares from LAWMA/local surveys).
  2. Run full random-sampling Monte Carlo (10k draws) and compute distributions/histograms and statistical comparisons.
  3. Expand impact categories (ReCiPe): human toxicity, ecotoxicity, particulate matter, freshwater eutrophication.
  4. Draft manuscript and policy brief (I can prepare these — see policy memo).

12. How to export to Word

Open this HTML file (documentation_full.html) in a web browser, then in Microsoft Word: File → Open → choose the HTML file, then File → Save As → Word Document (.docx). Alternatively, open this file in the browser, select Print → Microsoft Print to PDF (or Save as PDF) and import into Word.


Generated by the project assistant — repository path: lca-sachet/.