Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greendelta/backto1


https://github.com/greendelta/backto1

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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`:

```bash
$ pip install backto1
```

To see if it is correctly installed, run

```bash
$ 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`):

```bash
backto1 -o [output file] [input file]
```