Life Cycle Assessment data management
Project description
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
User documentation: framagit.org/GustaveCoste/eldam/wikis/home
API documentation: eldam-lca.readthedocs.io
Download: framagit.org/GustaveCoste/eldam/wikis/FAQ/download
Contribute
Issue Tracker: framagit.org/GustaveCoste/eldam/issues
Source Code: framagit.org/GustaveCoste/eldam
Support
If you are having issues, please contact gustave.coste@inra.fr.
Funded by
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ELDAM-LCA-1.0.tar.gz.
File metadata
- Download URL: ELDAM-LCA-1.0.tar.gz
- Upload date:
- Size: 463.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49ac2b801e7477e390fefeda567e27adc05be1569c4a103f1ddb328270815564
|
|
| MD5 |
007de82dfe50ad28cfeb3606a78963fa
|
|
| BLAKE2b-256 |
7f9f4c672824cea71541c44543c07861835410da38e36859a3fca1391708bbef
|
File details
Details for the file ELDAM_LCA-1.0-py3-none-any.whl.
File metadata
- Download URL: ELDAM_LCA-1.0-py3-none-any.whl
- Upload date:
- Size: 501.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f84e9a0b6d3f2d7f56f9873d29174bd9e8e93ac2915f3284cafb9942fd1ebb
|
|
| MD5 |
bb0108d32d8ccac48e34598890a42981
|
|
| BLAKE2b-256 |
2f48461d37846015ab81a223e412f252864d814e172cc869caacc7b2893aaf8e
|