AutoEPD

A package for calculating the EPD


Keywords
pip, EPD, Environmental, Product, Declaration, sensitivity, analysis, uncertainty
License
Apache-2.0
Install
pip install AutoEPD==0.0.2

Documentation

AutoEPD

AutoEPD is a package for calculating the Environmental Product Declaration(EPD).

Result Figures

  • some Result examples image image

Example

  • a simple example can be found in autoepd/tests/main.py
import epd

epd = epd.epd()
epd.file_input = 'input_epd_exam.xlsx'
epd.file_result = 'result.xlsx'
epd.file_result_csv = "result.csv"
epd.product_num = 5
epd.product_name = ['Product1', 'Product2', 'Product3', 'Product4', 'Product5']
epd.unit_field = {'ε…¨ηƒε˜ζš–':'kg CO2 eq', 'ε…‰εŒ–ε­¦ηƒŸι›Ύ':'kg C2H4 eq', 'ι…ΈεŒ–ζ•ˆεΊ”':'kg SO2 eq', '富θ₯ε…»εŒ–':'kg PO43- eq', 'δΈε―ε†η”Ÿθ΅„ζΊζΆˆθ€—':'kg antimony eq', 'δΈ­ε›½εŒ–ηŸ³θƒ½ζΊζΆˆθ€—':'kg coal eq'}
epd.delta_x = 0.1 # x咞加为原ζ₯ηš„10%,即1.1倍

epd.initialise()
epd.get_epd(epd.product_num, epd.table_res_lable) # get EPD results
epd.epd_resultsave() # get results xlsx and csv format
epd.get_sensitivity() # sensitivity results