-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Intégration Laine woolmark (#831)
## 🔧 Problem We got new more robust LCI data for wool. ## 🍰 Solution Implement the new wool data: import into brightway, generate an export (still using simapro data) There is a new `external_db` option is the toplevel `common.import_.import_simapro_csv` function to link the new activities to an existing db. It's transmitted as is to the `link_technosphere_by_activity_hash` strategy. This is because the new wool data is created using EI 3.10 as a library in SimaPro, so we have to import EI3.10 first then link to it. ## 🏝️ How to test Get the new `wool.CSV.zip data`, import the wool using `make import_ecoivent` then rebuild the image `make image` and do an export with `make export_textile` and check there is no diff. Check the new cool is one third below the previous one in terms of impacts. ecobalyse-data: laine_woolmark
- Loading branch information
Showing
7 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ git+https://github.com/brightway-lca/[email protected] | |
git+https://github.com/brightway-lca/[email protected] | ||
git+https://github.com/brightway-lca/[email protected] | ||
git+https://github.com/brightway-lca/[email protected] | ||
git+https://github.com/ccomb/brightway2-io@ccomb-5 | ||
git+https://github.com/ccomb/brightway2-io@ccomb-6 | ||
ipywidgets>=8.1, <8.2 | ||
jupyter-collaboration>=2.0, <2.1 | ||
matplotlib>=3.7, <3.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters