@@ -14,25 +14,34 @@ CREATE TABLE ${lod12_2d} AS
14
14
SELECT
15
15
ld.* ,
16
16
p .b3_bag_bag_overlap ,
17
+ p .b3_n_vlakken ,
18
+ p .b3_pw_onvoldoende ,
19
+ p .b3_t_run ,
20
+ p .b3_succes ,
21
+ p .b3_extrusie
22
+ p .b3_is_glas_dak ,
17
23
p .b3_dak_type ,
18
24
p .b3_h_maaiveld ,
19
25
p .b3_kas_warenhuis ,
20
26
p .b3_mutatie_ahn3_ahn4 ,
27
+ p .b3_mutatie_ahn4_ahn5 ,
21
28
p .b3_nodata_fractie_ahn3 ,
22
29
p .b3_nodata_fractie_ahn4 ,
30
+ p .b3_nodata_fractie_ahn5 ,
23
31
p .b3_nodata_radius_ahn3 ,
24
32
p .b3_nodata_radius_ahn4 ,
33
+ p .b3_nodata_radius_ahn5 ,
25
34
p .b3_opp_buitenmuur ,
26
35
p .b3_opp_dak_plat ,
27
36
p .b3_opp_dak_schuin ,
28
37
p .b3_opp_grond ,
29
38
p .b3_opp_scheidingsmuur ,
30
39
p .b3_puntdichtheid_ahn3 ,
31
40
p .b3_puntdichtheid_ahn4 ,
41
+ p .b3_puntdichtheid_ahn5 ,
32
42
p .b3_pw_bron ,
33
43
p .b3_pw_datum ,
34
44
p .b3_pw_selectie_reden ,
35
- p .b3_reconstructie_onvolledig ,
36
45
p .b3_rmse_lod12 ,
37
46
p .b3_rmse_lod13 ,
38
47
p .b3_rmse_lod22 ,
@@ -71,25 +80,34 @@ CREATE TABLE ${lod13_2d} AS
71
80
SELECT
72
81
ld.* ,
73
82
p .b3_bag_bag_overlap ,
83
+ p .b3_n_vlakken ,
84
+ p .b3_pw_onvoldoende ,
85
+ p .b3_t_run ,
86
+ p .b3_succes ,
87
+ p .b3_extrusie
88
+ p .b3_is_glas_dak ,
74
89
p .b3_dak_type ,
75
90
p .b3_h_maaiveld ,
76
91
p .b3_kas_warenhuis ,
77
92
p .b3_mutatie_ahn3_ahn4 ,
93
+ p .b3_mutatie_ahn4_ahn5 ,
78
94
p .b3_nodata_fractie_ahn3 ,
79
95
p .b3_nodata_fractie_ahn4 ,
96
+ p .b3_nodata_fractie_ahn5 ,
80
97
p .b3_nodata_radius_ahn3 ,
81
98
p .b3_nodata_radius_ahn4 ,
99
+ p .b3_nodata_radius_ahn5 ,
82
100
p .b3_opp_buitenmuur ,
83
101
p .b3_opp_dak_plat ,
84
102
p .b3_opp_dak_schuin ,
85
103
p .b3_opp_grond ,
86
104
p .b3_opp_scheidingsmuur ,
87
105
p .b3_puntdichtheid_ahn3 ,
88
106
p .b3_puntdichtheid_ahn4 ,
107
+ p .b3_puntdichtheid_ahn5 ,
89
108
p .b3_pw_bron ,
90
109
p .b3_pw_datum ,
91
110
p .b3_pw_selectie_reden ,
92
- p .b3_reconstructie_onvolledig ,
93
111
p .b3_rmse_lod12 ,
94
112
p .b3_rmse_lod13 ,
95
113
p .b3_rmse_lod22 ,
@@ -128,25 +146,34 @@ CREATE TABLE ${lod22_2d} AS
128
146
SELECT
129
147
ld.* ,
130
148
p .b3_bag_bag_overlap ,
149
+ p .b3_n_vlakken ,
150
+ p .b3_pw_onvoldoende ,
151
+ p .b3_t_run ,
152
+ p .b3_succes ,
153
+ p .b3_extrusie
154
+ p .b3_is_glas_dak ,
131
155
p .b3_dak_type ,
132
156
p .b3_h_maaiveld ,
133
157
p .b3_kas_warenhuis ,
134
158
p .b3_mutatie_ahn3_ahn4 ,
159
+ p .b3_mutatie_ahn4_ahn5 ,
135
160
p .b3_nodata_fractie_ahn3 ,
136
161
p .b3_nodata_fractie_ahn4 ,
162
+ p .b3_nodata_fractie_ahn5 ,
137
163
p .b3_nodata_radius_ahn3 ,
138
164
p .b3_nodata_radius_ahn4 ,
165
+ p .b3_nodata_radius_ahn5 ,
139
166
p .b3_opp_buitenmuur ,
140
167
p .b3_opp_dak_plat ,
141
168
p .b3_opp_dak_schuin ,
142
169
p .b3_opp_grond ,
143
170
p .b3_opp_scheidingsmuur ,
144
171
p .b3_puntdichtheid_ahn3 ,
145
172
p .b3_puntdichtheid_ahn4 ,
173
+ p .b3_puntdichtheid_ahn5 ,
146
174
p .b3_pw_bron ,
147
175
p .b3_pw_datum ,
148
176
p .b3_pw_selectie_reden ,
149
- p .b3_reconstructie_onvolledig ,
150
177
p .b3_rmse_lod12 ,
151
178
p .b3_rmse_lod13 ,
152
179
p .b3_rmse_lod22 ,
0 commit comments