brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

D1.1 Migrate `Method` to use processed arrays directly #111

Open cmutel opened 2 years ago

cmutel commented 2 years ago

We don't need to, or even necessarily want to, store all CFs in the database. Instead, taking inspiration from the read-only proxies in the IO table backend, we can interact directly with the processed arrays of characterization factors. This has several advantages:

Tasks: