REGISTER NOW: DdS Autumn School! 🇨🇭 Grosshöchstetten (Switzerland) 🗓️ 6.-11. October 2024

bw2analyzer.report#

Module Contents#

Classes#

SerializedLCAReport

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

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.

version = 2[source]#
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