brightway-lca / bw_hestia_bridge

Consume the HESTIA API in Brightway
https://docs.brightway.dev/projects/hestiabridge/
MIT License
1 stars 0 forks source link

Add conversion and `HestiaImporter` #37

Closed cmutel closed 1 year ago

cmutel commented 1 year ago

This isn't a complete product but it is working. We still need to:

To see in action:

from bw_hestia_bridge import *
hi = HestiaImporter('__shpuarrure', staging=True)
hi.apply_strategies()
hi.data
hi.match_database(fields=['name', 'transformation_id'])
hi.statistics()