Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 978 Bytes

BrightPath

License: MIT

BrightPath is a Python library designed to convert Brightway2 LCA inventories into a format that can be imported into Simapro 9.x.

Installation

Use the package manager pip to install BrightPath.

    pip install brightpath
    

Usage

import brightpath

# Create a converter object with the path to the Brightway LCA inventory
converter = brightpath.BrigthwayConverter('path_to_inventory')

# Convert the inventory to a format compatible with Simapro 9.x
sima_inventory = converter.to_simapro()

# Save the converted inventory to a CSV file
sima_inventory.to_file('output_path')

License

BSD-3-Clause.

Contributing

See contributing.