You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to find a process (from Ecoinvent) which name is "diammonium phosphate production | phosphate fertiliser, as P2O5 | Cutoff, S".
The problem is there are two processes with this name, one with RER location and one with RoW location. I want the RER one.
The only solution I found is getting all the processes with the get_all() method, and then getting the one with right name and right location. Which obviously is too hard for the computer, because of the huge number of processes.
Any clue ? Otherwise I guess I should migrate to directly use the olca maven modules.
The text was updated successfully, but these errors were encountered:
clementbrizard
changed the title
Extend the client find method to handle case of two processes with same name
Extend the client find() method to handle case of two processes with same name
Mar 6, 2020
I want to find a process (from Ecoinvent) which name is "diammonium phosphate production | phosphate fertiliser, as P2O5 | Cutoff, S".
The problem is there are two processes with this name, one with RER location and one with RoW location. I want the RER one.
The only solution I found is getting all the processes with the
get_all()
method, and then getting the one with right name and right location. Which obviously is too hard for the computer, because of the huge number of processes.Any clue ? Otherwise I guess I should migrate to directly use the olca maven modules.
The text was updated successfully, but these errors were encountered: