Skip to content

Commit 9105f62

Browse files
authored
Fix roofer config attribute names
1 parent 1a8c35f commit 9105f62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/core/src/bag3d/core/assets/reconstruction/reconstruction.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ def create_roofer_config(
182182
pc_year = "b3_pw_datum"
183183
force_lod11 = "b3_reconstructie_onvolledig"
184184
roof_type = "b3_dak_type"
185-
h_elevation_50p = "b3_h_dak_50p"
186-
h_elevation_70p = "b3_h_dak_70p"
187-
h_elevation_min = "b3_h_dak_min"
188-
h_elevation_max = "b3_h_dak_max"
189-
roof_n_planes = ""
185+
h_roof_50p = "b3_h_dak_50p"
186+
h_roof_70p = "b3_h_dak_70p"
187+
h_roof_min = "b3_h_dak_min"
188+
h_roof_max = "b3_h_dak_max"
189+
roof_n_planes = "b3_n_vlakken"
190190
rmse_lod12 = "b3_rmse_lod12"
191191
rmse_lod13 = "b3_rmse_lod13"
192192
rmse_lod22 = "b3_rmse_lod22"

0 commit comments

Comments
 (0)