The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

MSMGOptimizer is an R package that transforms raw Life Cycle Inventory (LCI) data from Excel into a fully compatible CSV format for seamless import into SimaPro — one of the world’s leading Life Cycle Assessment (LCA) software platforms.
Developed as part of the NSF-funded project:
ECO-CBET: GOALI: CAS-Climate: Expediting Decarbonization of the Cement Industry through Integration of CO2 Capture and Conversion (NSF Project No. 2219086)
install.packages("MSMGOptimizer")# install.packages("remotes")
remotes::install_github("Duah-Philip/MSMGOptimizer")shiny::runGitHub(
repo = "MSMGOptimizer",
username = "Duah-Philip",
ref = "master",
subdir = "inst/shiny"
)library(MSMGOptimizer)
# Launch the Shiny application
ShinyMSMGOptimizer().xlsx or .xls Excel LCI
filesYour Excel file must follow this structure:
| Row | Column A | Column B | Column C | Column D | Column E+ |
|---|---|---|---|---|---|
| 1 | Process Name | ||||
| 2 | Unit | ||||
| 3 | Amount | ||||
| 4 | |||||
| 5 | Comment | ||||
| 6 | Category | ||||
| 7+ | Type | Name | Unit | Value |
Exchange type codes for Column A:
| Code | Exchange Type |
|---|---|
| (blank) | Materials/Fuels |
Raw |
Resources |
Air |
Emissions to Air |
Water |
Emissions to Water |
Soil |
Emissions to Soil |
Waste |
Final Waste Flows |
Social |
Social Issues |
Economic |
Economic Issues |
Wastetotreatment |
Waste to Treatment |
Inspired by the original Python-based SimaPro CSV converter developed by Professor Massimo Pizzol.
If you use MSMGOptimizer in your research, please cite:
Duah, P. & Awuah-Offei, K. (2025). MSMGOptimizer: MSMG SimaPro CSV Optimizer.
R package version 0.1.0.
https://github.com/Duah-Philip/MSMGOptimizer
Philip Duah
Missouri University of Science & Technology
📧
dpbxc@mst.edu
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.