brightway-lca / brightway2-io

Importing and exporting for the Brightway LCA framework
BSD 3-Clause "New" or "Revised" License
26 stars 40 forks source link

[QUESTION] Export database as bw2package file extension #226

Closed alyabolowich closed 8 months ago

alyabolowich commented 8 months ago

Hello,

When using the AB, I can export my db with the file extension bw2package. This is not possible in bw2io (only excel, csv, gefx, and matlab are supported to my knowledge). Is there a reason behind this?

Thank you!

P.S. I couldn't add a label, but it should be considered a "question".

cmutel commented 8 months ago

The bw2package functionality actually comes from bw2io: https://github.com/brightway-lca/brightway2-io/blob/bw2legacy/bw2io/package.py

alyabolowich commented 8 months ago

Ah, great I missed that! Thank you!