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
After preparing the ecoinvent catalog, I am trying to import the ecoinvent LCIA methods. I have LCIA implementation file for version 3.8. I do not know which method to import:
from antelope_core.data_sources.ecoinvent_lcia import EcoinventLciaConfig
or
from antelope_core.providers.ecoinvent_lcia import EcoinventLcia
After importing , how do I add to existing catalog . An example code below like this ?!!!
After preparing the ecoinvent catalog, I am trying to import the ecoinvent LCIA methods. I have LCIA implementation file for version 3.8. I do not know which method to import:
from antelope_core.data_sources.ecoinvent_lcia import EcoinventLciaConfig
or
from antelope_core.providers.ecoinvent_lcia import EcoinventLcia
After importing , how do I add to existing catalog . An example code below like this ?!!!
The text was updated successfully, but these errors were encountered: