bw2io.export.gexf#
Classes#
Export a Gephi graph for a selection of activities from a database. |
|
Export a Gephi graph for a database. |
Functions#
|
Export a Gephi graph for a database for all activities whose names include the string |
Module Contents#
- class bw2io.export.gexf.DatabaseSelectionToGEXF(database, keys)[source]#
Bases:
DatabaseToGEXF
Export a Gephi graph for a selection of activities from a database.
Also includes all inputs for the filtered activities.
- Parameters:
database (*) – Database name.
keys (*) – The activity keys to export.
- class bw2io.export.gexf.DatabaseToGEXF(database, include_descendants=False)[source]#
Bases:
objectExport a Gephi graph for a database.
Call
.export()to export the file after class instantiation.- Parameters:
database (*) – Database name.
include_descendants (*) – Include databases which are linked from
database.
Warning
include_descendantsis not yet implemented.