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

update mappings for ecoinvent 3.10.1 and 3.11 #39

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Haitham-ghaida
Copy link
Contributor

@Haitham-ghaida Haitham-ghaida commented Dec 12, 2024

Sorry, couldn't wait for this :)

I added the splod id to dataset mapping files for all 4 system models for the two new database versions.

I used mapping = ei.ProcessMapping(my_settings)
ex.

mapping_3_10_1 = mapping.create_local_mapping('3.10.1', 'consequential')
import json
with open('3.10.1_consequential_local.json', 'w') as f:
    json.dump(mapping_3_10_1, f, indent=2)

and then appended the output with "index" (splod id)

@cmutel cmutel merged commit d1a926b into brightway-lca:main Dec 24, 2024
0 of 12 checks passed
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

Successfully merging this pull request may close these issues.

2 participants