Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greendelta/olca-ecospold-1


https://github.com/greendelta/olca-ecospold-1

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# openLCA EcoSpold v1 API

This is a Java library for reading and writing data sets in the
[EcoSpold 01 data format](https://ecoinvent.org/the-ecoinvent-database/data-formats/ecospold1/).
It was originally part of the [openLCA modules](https://github.com/GreenDelta/olca-modules)
but was moved to a separate repository since version 2.0.0.

## Usage

Add this dependency to your project:

```xml

org.openlca
olca-ecospold-1
2.0.0

```

See the [read-write-test](./src/test/java/org/openlca/ecospold/WriteReadTest.java)
for a simple example how data sets can be read and written.