bw2analyzer.report#

Classes#

SerializedLCAReport

A complete LCA report (i.e. LCA score, Monte Carlo uncertainty analysis, contribution analysis) that can be serialized to a defined standard.

Module Contents#

class bw2analyzer.report.SerializedLCAReport(activity, method, iterations=10000, cpus=None, outliers=0.025)[source]#

A complete LCA report (i.e. LCA score, Monte Carlo uncertainty analysis, contribution analysis) that can be serialized to a defined standard.

calculate()[source]#

Calculate LCA report data

get_force_directed(nodes, edges, lca)[source]#

Get graph traversal results

get_monte_carlo()[source]#

Get Monte Carlo results

get_treemap(nodes, edges, lca, unroll_cutoff=0.01, simplify_limit=0.1)[source]#
upload()[source]#

Upload report data if allowed

write()[source]#

Write report data to file

activity[source]#
cpus = None[source]#
iterations = 10000[source]#
method[source]#
outliers = 0.025[source]#
uuid = '00000000000000000000000000000000'[source]#
version = 2[source]#