Skip to content

Commit 0d6e012

Browse files
authored
Merge pull request #122 from 3DBAG/issue/117
update webservice sql with new attributes
2 parents ec95e84 + fcc6329 commit 0d6e012

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

packages/core/src/bag3d/core/sqlfiles/webservice_lod.sql

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,34 @@ CREATE TABLE ${lod12_2d} AS
1414
SELECT
1515
ld.*,
1616
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,
1723
p.b3_dak_type,
1824
p.b3_h_maaiveld,
1925
p.b3_kas_warenhuis,
2026
p.b3_mutatie_ahn3_ahn4,
27+
p.b3_mutatie_ahn4_ahn5,
2128
p.b3_nodata_fractie_ahn3,
2229
p.b3_nodata_fractie_ahn4,
30+
p.b3_nodata_fractie_ahn5,
2331
p.b3_nodata_radius_ahn3,
2432
p.b3_nodata_radius_ahn4,
33+
p.b3_nodata_radius_ahn5,
2534
p.b3_opp_buitenmuur,
2635
p.b3_opp_dak_plat,
2736
p.b3_opp_dak_schuin,
2837
p.b3_opp_grond,
2938
p.b3_opp_scheidingsmuur,
3039
p.b3_puntdichtheid_ahn3,
3140
p.b3_puntdichtheid_ahn4,
41+
p.b3_puntdichtheid_ahn5,
3242
p.b3_pw_bron,
3343
p.b3_pw_datum,
3444
p.b3_pw_selectie_reden,
35-
p.b3_reconstructie_onvolledig,
3645
p.b3_rmse_lod12,
3746
p.b3_rmse_lod13,
3847
p.b3_rmse_lod22,
@@ -71,25 +80,34 @@ CREATE TABLE ${lod13_2d} AS
7180
SELECT
7281
ld.*,
7382
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,
7489
p.b3_dak_type,
7590
p.b3_h_maaiveld,
7691
p.b3_kas_warenhuis,
7792
p.b3_mutatie_ahn3_ahn4,
93+
p.b3_mutatie_ahn4_ahn5,
7894
p.b3_nodata_fractie_ahn3,
7995
p.b3_nodata_fractie_ahn4,
96+
p.b3_nodata_fractie_ahn5,
8097
p.b3_nodata_radius_ahn3,
8198
p.b3_nodata_radius_ahn4,
99+
p.b3_nodata_radius_ahn5,
82100
p.b3_opp_buitenmuur,
83101
p.b3_opp_dak_plat,
84102
p.b3_opp_dak_schuin,
85103
p.b3_opp_grond,
86104
p.b3_opp_scheidingsmuur,
87105
p.b3_puntdichtheid_ahn3,
88106
p.b3_puntdichtheid_ahn4,
107+
p.b3_puntdichtheid_ahn5,
89108
p.b3_pw_bron,
90109
p.b3_pw_datum,
91110
p.b3_pw_selectie_reden,
92-
p.b3_reconstructie_onvolledig,
93111
p.b3_rmse_lod12,
94112
p.b3_rmse_lod13,
95113
p.b3_rmse_lod22,
@@ -128,25 +146,34 @@ CREATE TABLE ${lod22_2d} AS
128146
SELECT
129147
ld.*,
130148
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,
131155
p.b3_dak_type,
132156
p.b3_h_maaiveld,
133157
p.b3_kas_warenhuis,
134158
p.b3_mutatie_ahn3_ahn4,
159+
p.b3_mutatie_ahn4_ahn5,
135160
p.b3_nodata_fractie_ahn3,
136161
p.b3_nodata_fractie_ahn4,
162+
p.b3_nodata_fractie_ahn5,
137163
p.b3_nodata_radius_ahn3,
138164
p.b3_nodata_radius_ahn4,
165+
p.b3_nodata_radius_ahn5,
139166
p.b3_opp_buitenmuur,
140167
p.b3_opp_dak_plat,
141168
p.b3_opp_dak_schuin,
142169
p.b3_opp_grond,
143170
p.b3_opp_scheidingsmuur,
144171
p.b3_puntdichtheid_ahn3,
145172
p.b3_puntdichtheid_ahn4,
173+
p.b3_puntdichtheid_ahn5,
146174
p.b3_pw_bron,
147175
p.b3_pw_datum,
148176
p.b3_pw_selectie_reden,
149-
p.b3_reconstructie_onvolledig,
150177
p.b3_rmse_lod12,
151178
p.b3_rmse_lod13,
152179
p.b3_rmse_lod22,

0 commit comments

Comments
 (0)