We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c42715 commit f270b55Copy full SHA for f270b55
packages/core/src/bag3d/core/assets/reconstruction/reconstruction.py
@@ -196,6 +196,9 @@ def create_roofer_config(
196
rmse_lod12 = "b3_rmse_lod12"
197
rmse_lod13 = "b3_rmse_lod13"
198
rmse_lod22 = "b3_rmse_lod22"
199
+ volume_lod12 = "b3_volume_lod12"
200
+ volume_lod13 = "b3_volume_lod13"
201
+ volume_lod22 = "b3_volume_lod22"
202
h_ground = "b3_h_maaiveld"
203
slope = "b3_hellingshoek"
204
azimuth = "b3_azimut"
0 commit comments