brightway-lca / brightway-webapp

🎛️🌿 Template for a Brightway-enabled interactive Web Application based on Panel/Pyodide
http://webapp.brightway.dev/
MIT License
2 stars 1 forks source link

`bw_graph_tools` Questions #3

Closed michaelweinold closed 2 months ago

michaelweinold commented 3 months ago
  1. Edge Amounts Scaling

The Edge class docstring states:

The amount of the product demanded by the consumer. Not scaled to producer production amount.

The calculate() function docstring states:

The Edge amount is the amount demanded of the producer at that point in the supply chain, scaled to the amount of the producer requested.

  1. Node class supply_amount definition

The Node class docstring states:

The amount of the activity (not reference product!) needed to supply the demand from the requesting supply chain edge.