Skip to content

Download, unpack and import ecoinvent into your brightway2 project in one simple step

License

Notifications You must be signed in to change notification settings

haasad/EcoInventDownLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda Version Conda Version Anaconda-Server Badge Anaconda-Server Badge Build Status

EcoInventDownLoader (eidl)

The EcoInventDownLoader (eidl) is a small python package that automates the somewhat tedious process of adding an ecoinvent database to your brightway2 project. Without eidl the following steps are required:

  • Login to the ecoinvent homepage
  • Choose and download the required database
  • Unpack the 7z-archive on your computer (which will take up close to 2GB of disk space)
  • Import the ecospold2 files with the bw2io.SingleOutputEcospoldImporter

With eidl, the above steps can all be carried out with a single command from a jupyter notebook or any python shell:

eidl.get_ecoinvent()

You will be asked to enter your ecoinvent username and password, and which version and system model you require. The database will then be added to your brightway2 project. Download and extraction are carried out in the background in a temporary directory, which is cleared after the import and therefore doesn't use up your disk space.

Prerequisites

Installation

conda install -c conda-forge eidl

Usage

import eidl
import brightway2 as bw

bw.projects.set_current('eidl_demo')

bw.bw2setup()
eidl.get_ecoinvent()

See also the example notebook for more details.

About

Download, unpack and import ecoinvent into your brightway2 project in one simple step

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published