manea-eugen / olca-modules

Source code of the openLCA modules

Home Page:openlca.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 8 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
  • olca-core: the openLCA kernel with the openLCA model, the database layer, LCA calculation, 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-geo: provides tools for regionalized LCIA calculation based on shapefiles and KML definitions
  • 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-jsonld: import/export API for data sets in the olca-schema format
  • 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.

About

Source code of the openLCA modules

openlca.org

License:Mozilla Public License 2.0


Languages

Language:Java 84.8%Language:HTML 13.7%Language:C 0.7%Language:C++ 0.6%Language:Python 0.1%Language:Groovy 0.1%Language:Batchfile 0.0%Language:Shell 0.0%