Skip to main content

Life Cycle Assessment data management

Project description

files/icons/ELDAM.png

ELDAM (ELsa DAta Manager) is a program developed by Gustave Coste (gustave.coste@inra.fr) for Life Cycle Analysis data management and conversion based on ELSA’s Quality Management System.

It allows conversion from SimaPro .xlsx export files to Elda spreadsheet and from Elda spreadsheet to SimaPro import csv file.

It features an integrated GUI for graphical use and can also be used easily within a python environment with its API.

from eldam.core.simapro import SimaProXlsxReader, SimaProCsvWriter
from eldam.core.elda import Elda

# SimaPro export file -> Elda spreadsheet
process = SimaProXlsxReader('path/to/xlsx/file').to_processes()[0]
elda = Elda()
elda.add_version(process)
elda.save('path/to/elda')

# Elda spreadsheet -> SimaPro import file
elda = Elda('path/to/elda')
process = elda.read_last_version().to_process()
SimaProCsvWriter(process).to_csv('path/to/csv')

Features

  • Conversion from SimaPro .xlsx export file to Elda spreadsheet

  • Conversion from Elda spreadsheet to SimaPro import csv file

  • Comparison between SimaPro export file and Elda spreadsheet

  • Elda files indexing

  • Graphical user interface

  • Process detailed view

  • Process quality check

Installation and documentation

Contribute

Support

If you are having issues, please contact gustave.coste@inra.fr.

Funded by

../../files/icons/eu.png ../../files/icons/eu_occitanie.png ../../files/icons/occitanie.png

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ELDAM-LCA-1.0.tar.gz (463.1 kB view hashes)

Uploaded Source

Built Distribution

ELDAM_LCA-1.0-py3-none-any.whl (501.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page