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
The impacts of elementary flows of activities happening in the [GLO] location are not accounted for in regionalized LCA calculations for TwoSpatialScalesLCA and ExtensionTablesLCA. In fact, there are no intersection calculated between the [GLO] location and the LCIA maps.
As such, I propose to create a new GlobalLocLCA object, which would be a copy of lca\OneSpatialScaleLCA.py, but without the error :
if missing:
raise GeocollectionsMismatch(
"{} geocollection(s) needed by IA method but not in inventory".format(
missing
)
)
As such, the regional characterisation matrix will only be filled for the [GLO] location and only the activity at the global scale would be characterised. Then you need to add the resulting score to the score from regionalized LCA.
The text was updated successfully, but these errors were encountered:
The impacts of elementary flows of activities happening in the [GLO] location are not accounted for in regionalized LCA calculations for TwoSpatialScalesLCA and ExtensionTablesLCA. In fact, there are no intersection calculated between the [GLO] location and the LCIA maps.
As such, I propose to create a new
GlobalLocLCA
object, which would be a copy oflca\OneSpatialScaleLCA.py
, but without the error :As such, the regional characterisation matrix will only be filled for the [GLO] location and only the activity at the global scale would be characterised. Then you need to add the resulting score to the score from regionalized LCA.
The text was updated successfully, but these errors were encountered: