Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/olca-converter
Source code of the openLCA format converter.
https://github.com/greendelta/olca-converter
Last synced: 25 days ago
JSON representation
Source code of the openLCA format converter.
- Host: GitHub
- URL: https://github.com/greendelta/olca-converter
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2014-10-31T10:36:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T09:12:56.000Z (about 9 years ago)
- Last Synced: 2024-04-16T19:12:38.407Z (9 months ago)
- Language: Java
- Homepage: http://openlca.org
- Size: 2.77 MB
- Stars: 7
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
openLCA Format Converter
========================
This repository contains the source code of the openLCA format converter. The
converter is a tool for converting LCA data sets from one LCA data format to
another. It currently supports the EcoSpold 1, EcoSpold 2, ILCD, and SimaPro CSV
data format. For more information please see the documentation at
[openLCA.org](http://openlca.org/).
Repository content
------------------
The converter is a plain Java application with a standard
[Maven project layout](http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html).
It uses an embedded [HyperSQL](http://hsqldb.org/) database for mapping entities
from one format to another. These data are stored as plain CSV text files and
are contained in this repository. The data sets are converted using
[Velocity](http://velocity.apache.org/) templates. Additionally,
schemas, stylesheets, etc. of the different data formats are contained in this
repository. These additional resources can be found under
[folder](./src/main/resources/org/openlca/olcatdb)).Building
--------
To build this project you need to have a [Java Development Kit](http://www.oracle.com/technetwork/articles/javase/index-jsp-138363.html)
\>= 7 and [Maven](http://maven.apache.org/) installed. With this just navigate to
this source code repository and typemvn package
This will create a single execuatable jar with all dependencies included in the
target folder.License
-------
Unless stated otherwise, all source code of the openLCA project is licensed under the
[Mozilla Public License, v. 2.0](http://mozilla.org/MPL/2.0/). Please see the LICENSE.txt
file in the root directory of the source code.