Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the client find() method to handle case of two processes with same name #5

Open
clementbrizard opened this issue Mar 6, 2020 · 1 comment

Comments

@clementbrizard
Copy link

clementbrizard commented 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.

@clementbrizard 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant