Skip to content

brightway-lca/bw_exiobase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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()

About

Painlessly import EXIOBASE into Brightway

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages