Skip to content

Commit

Permalink
cherryimpacts from simapro
Browse files Browse the repository at this point in the history
  • Loading branch information
paulboosz committed Apr 26, 2024
1 parent 159e95b commit defdfb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion data/common/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ def spproject(activity):
case "Ginko":
return "Ginko"
case "Ecobalyse":
return "EcobalyseIsNotASimaProProject"
if (
"Cherry, organic 2023, national average, at orchard {FR} U"
in activity["name"]
):
return "Ginko"
else:
return "EcobalyseIsNotASimaProProject"
case _:
return "AGB3.1.1 2023-03-06"

Expand Down
2 changes: 1 addition & 1 deletion data/food/activities_to_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"id": "cherry-without-aza",
"search_in": "Ginko",
"search": "Cherry, organic 2023, national average, at orchard {FR} U",
"suffix": "[without-aza]",
"suffix": "without AZA",
"subactivities": ["Cherry, full production, organic 2023, national average, at orchard {FR} U"],
"replace": {
"Azadirachtin, at plant - {GLO}": ""
Expand Down

0 comments on commit defdfb5

Please sign in to comment.