Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/olca-ecospold-1
https://github.com/greendelta/olca-ecospold-1
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/olca-ecospold-1
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2023-06-06T12:36:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T11:39:57.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:19:41.199Z (7 months ago)
- Language: Java
- Size: 99.6 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 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.