bw2io.export.gexf
#
Module Contents#
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 |
- 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:
object
Export 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_descendants
is not yet implemented.