haasad / EcoInventDownLoader

Download, unpack and import ecoinvent into your brightway2 project in one simple step
MIT License
13 stars 6 forks source link

Store the downloaded 7zip-archives to avoid multiple downloads #6

Closed haasad closed 5 years ago

haasad commented 6 years ago

As mentioned in this discussion (https://github.com/haasad/EcoInventDownLoader/issues/3#issuecomment-396571228), the archives could be saved in a directory using appdirs. This would however require a change in the flow of the program, because atm the system model and version are chosen after the login. Storing only makes sense if it also works offline without login.

haasad commented 5 years ago

Fixed in #10