logo

Convert BR Standard Format from Real-Time LCA

Real-Time LCA

Real-Time LCA is an online application that allows users to evaluate the environmental impact of buildings. Real-Time LCA integrates directly with common BIM and CAD software such as Revit, Rhino and ArchiCAD.1

Exporting Files from Real-Time LCA

In the video below you can see how to export an XLSX file from Real-Time LCA.

Real-Time LCA doesn't have a native export format that includes the complete LCA model, which is why we parse the BR Standard Format file. Not that this format is only available for projects in Denmark.

Bygningsreglementets (BR) Standard LCA Format

Real-Time LCA Projects

The example below shows how to convert a Real-Time LCA export to LCAx.

import lcax
from pathlib import Path

br_file = Path("Traditionelt_Etagehus.xlsx")
project = lcax.convert_br_standard(br_file)