The goal for LCAx is to make an open, machine and human-readable data format for exchanging LCA results, EPD's and assemblies.
We propose a simple three level data format with information on project, assembly and EPD level, written in an open data format and paired with a validator for a more robust and standardized format. We intend to create connections to existing tools and API’s.
Our goal is making LCA calculations more accessible, transparent, and open.
Head over to Rust's installation page
cargo updatecargo test --package lcax --target x86_64-unknown-linux-gnucargo run --target x86_64-unknown-linux-gnu --bin export-schema > lcax.schema.jsonpip install maturin venvmaturin develop --extras tests,codegen --target x86_64-unknown-linux-gnu
source .venv/bin/activate .
cd packages/python
pytest tests/maturin develop --extras doc --target x86_64-unknown-linux-gnu
mkdocs serveInstall wasm-pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | shcd modules/lcax
wasm-pack build --features jsbindings
mv pkg/lcax* ../../packages/javascript/src
rm -rf pkg
rm ../LICENSEnpm run test