backto1

A small command line tool for converting openLCA 2 JSON packages back to version 1.


Keywords
openLCA, life, cycle, assessment, LCA
License
MPL-2.0
Install
pip install backto1==0.0.3

Documentation

backto1

backto1 is a small command line tool for converting JSON export packages from openLCA 2 back to the version 1 format.

Usage

You need to have Python >= 3.11 installed in order to run this tool. It can be installed then via pip:

$ pip install backto1

To see if it is correctly installed, run

$ backto1 help

# or

$ python -m backto1 help

The usage is quite simple, you pass an openLCA 2 package as input into the tool and optionally, after the -o flag the path of the output file that should be created (by default the output is stored under [input file]_backto1.zip):

backto1 -o [output file] [input file]