Skip to content

Commit

Permalink
Merge pull request #80 from PascalLesage/sp_import_ei_35
Browse files Browse the repository at this point in the history
Include SimaPro - ecoinvent 3.5 mapping
  • Loading branch information
cmutel committed Feb 24, 2021
2 parents 2bc2106 + be54199 commit 027d1d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bw2io/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def convert_simapro_ecoinvent_3_migration_data():
("Mapping", "3.1"),
("Mapping 3.2", "3.2"),
("Mapping 3.3", "3.3"),
("Mapping 3.5", "3.5")
)

for ws_name, version in VERSIONS:
Expand Down
Binary file modified bw2io/data/lci/SimaPro - ecoinvent - technosphere.xlsx
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions bw2io/migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ def create_core_migrations():
get_simapro_ecoinvent_3_migration_data("3.4"),
"Change SimaPro names from ecoinvent 3.4 to ecoinvent names",
)
Migration("simapro-ecoinvent-3.5").write(
get_simapro_ecoinvent_3_migration_data("3.5"),
"Change SimaPro names from ecoinvent 3.5 to ecoinvent names"
)
Migration("simapro-water").write(
get_simapro_water_migration_data(),
"Change SimaPro water flows to more standard names",
Expand Down

0 comments on commit 027d1d1

Please sign in to comment.