Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1002 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1002 Bytes

bw_exiobase

Import the EXIOBASE database into Brightway (version 3).

Currently only works with version 3.3.17, Hybrid Input-Output tables. See details on matching EXIOBASE to Ecoinvent biosphere flows here.

Usage:

Download EXIOBASE (version 3.3.17 HSUT 2011).

Install bw_exiobase using conda:

conda install -c conda-forge -c cmutel -c cmutel/label/nightly -c haasad bw_exiobase

Then, run the following in a Python shell or Jupyter notebook:

import bw_default_backend as be
import bw_projects as p
import bw_ecoinvent_metadata
from bw_exiobase import import_exiobase, convert_exiobase

p.projects.create_project("exiobase", add_base_data=True)
bw_ecoinvent_metadata.add_ecoinvent_metadata()
import_exiobase()