/olca-modules

Source code of the openLCA modules

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

Build Status

openLCA – modules

This project provides the core functionality of openLCA as a set of Maven modules. Since version version 1.4 the openLCA application is built on top of these components.

Installation

In order to install the modules, you need to have a JDK >=13 and Maven 3 installed. Download the repository (or get it via git), navigate to the root folder and type the following command in your console:

cd  olca-modules
mvn install

This will build the modules from source and install them into your local Maven repository. If the build fails because of failing tests you can skip the tests via:

mvn install -DskipTests=true

Content

  • olca-cloud: a client API to communicate with remote data repositories of the openLCA Collaboration Server
  • olca-core: the openLCA kernel with the openLCA model, the database layer, LCA calculations, JSON-LD data exchange etc.
  • olca-ecospold-1: an API for reading and writing EcoSpold 01 files.
  • olca-ecospold-2: an API for reading and writing EcoSpold 02 files.
  • olca-formula: the openLCA formula interpreter
  • olca-ilcd: an API for reading and writing ILCD data sets with an implementation of the ILCD network interface
  • olca-io: the import-export API of openLCA
  • olca-simapro-csv: an API for reading and writing SimaPro CSV files.

License

Unless stated otherwise, all source code of the openLCA project is licensed under the Mozilla Public License, v. 2.0. Please see the LICENSE.txt file in the root directory of the source code.