bw2io.importers.ecospold2_biosphere
#
Module Contents#
Classes#
Import elementary flows from ecoinvent xml format. |
Attributes#
- class bw2io.importers.ecospold2_biosphere.Ecospold2BiosphereImporter(name='biosphere3', version='3.9')[source]#
Bases:
bw2io.importers.base_lci.LCIImporter
Import elementary flows from ecoinvent xml format.
- Parameters
name (str, optional) – Name of the database, by default “biosphere3”.
version (str, optional) – Version of the database, by default “3.9”.
- db_name#
Name of the database.
- Type
str
- data#
Extracted data from the xml file.
- Type
list
- strategies#
List of functions to apply to the extracted data.
- Type
list
See also
Initialize the importer.
- param name
Name of the database, by default “biosphere3”.
- type name
str, optional
- param version
Version of the database, by default “3.9”.
- type version
str, optional