Skip to content

Commit

Permalink
Add additional default strategy for SP block CSV importer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 12, 2024
1 parent 4482489 commit 61a8c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bw2io/importers/simapro_block_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from ..strategies import (
change_electricity_unit_mj_to_kwh,
convert_activity_parameters_to_list,
create_products_as_new_nodes,
drop_unspecified_subcategories,
fix_localized_water_flows,
fix_zero_allocation_products,
Expand Down Expand Up @@ -61,6 +62,7 @@ def __init__(
override_process_name_using_single_functional_exchange,
drop_unspecified_subcategories,
split_simapro_name_geo,
create_products_as_new_nodes,
link_technosphere_based_on_name_unit_location,
functools.partial(
link_iterable_by_fields,
Expand Down

0 comments on commit 61a8c8a

Please sign in to comment.