Python package for performing Life Cycle Cost Analysis (LCCA) on bridge structures, with support for road user cost, carbon emission cost, maintenance, and end-of-life stage costs.
pip install git+https://github.com/swas02/3psLCCA-core.git@mainOr a specific release:
pip install git+https://github.com/swas02/[email protected]- Python >= 3.12
from three_ps_lcca_core.core.main import run_full_lcc_analysisSee src/examples/ for complete input examples.