Skip to content

romainsacchi/brightpath

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published