Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/olca-ecospold-2
https://github.com/greendelta/olca-ecospold-2
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/olca-ecospold-2
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2023-06-06T18:43:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T12:01:46.000Z (11 months ago)
- Last Synced: 2024-06-11T16:19:41.663Z (7 months ago)
- Language: HTML
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openLCA EcoSpold v2 API
This is a Java library for reading and writing data sets in the
[EcoSpold 2 data format](https://ecoinvent.org/the-ecoinvent-database/data-formats/ecospold2/).
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-2
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.