Hi,
With olca-ipc, I want to insert a flow under AGRIBALYSE/Agricultural in my flows categories tree. I imported Ecoinvent and Agribalyse databases.
The problem is that the processes tree also has AGRIBALYSE/Agricultural. Then when I use `client.find(olca.Category, 'Agricultural'`, the item retrieved is the ref to the processes category. Which is normal as the `find()` function retrieves the first item found. So finally I'm trying to insert a flow in the process tree.
Any clue to solve it ? Or maybe with something else than olca-ipc ?