-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase_schema.json
758 lines (758 loc) · 24.2 KB
/
database_schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
{
"building": {
"rowCount": "401",
"tableDescription": "This table represents buildings and their attributes in the CityGML model.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the building."
},
{
"column_name": "objectclass_id",
"data_type": "integer",
"description": "Identifier linking to the objectclass table, defining the type of the object."
},
{
"column_name": "building_parent_id",
"data_type": "bigint",
"description": "Identifier of the parent building if this building is part of a building complex."
},
{
"column_name": "building_root_id",
"data_type": "bigint",
"description": "Identifier of the root building in a building complex."
},
{
"column_name": "class",
"data_type": "character varying",
"description": "Classification of the building, e.g., residential, commercial."
},
{
"column_name": "class_codespace",
"data_type": "character varying",
"description": "Code space for the class attribute."
},
{
"column_name": "function",
"data_type": "character varying",
"description": "Function of the building, e.g., school, office."
},
{
"column_name": "function_codespace",
"data_type": "character varying",
"description": "Code space for the function attribute."
},
{
"column_name": "usage",
"data_type": "character varying",
"description": "Usage of the building, e.g., primary, secondary."
},
{
"column_name": "usage_codespace",
"data_type": "character varying",
"description": "Code space for the usage attribute."
},
{
"column_name": "year_of_construction",
"data_type": "date",
"description": "Year the building was constructed."
},
{
"column_name": "year_of_demolition",
"data_type": "date",
"description": "Year the building was demolished."
},
{
"column_name": "roof_type",
"data_type": "character varying",
"description": "Type of the roof of the building."
},
{
"column_name": "roof_type_codespace",
"data_type": "character varying",
"description": "Code space for the roof type attribute."
},
{
"column_name": "measured_height",
"data_type": "double precision",
"description": "Height of the building measured in meters."
},
{
"column_name": "measured_height_unit",
"data_type": "character varying",
"description": "Unit of the measured height."
},
{
"column_name": "storeys_above_ground",
"data_type": "numeric",
"description": "Number of storeys above ground."
},
{
"column_name": "storeys_below_ground",
"data_type": "numeric",
"description": "Number of storeys below ground."
},
{
"column_name": "storey_heights_above_ground",
"data_type": "character varying",
"description": "Heights of the storeys above ground."
},
{
"column_name": "storey_heights_ag_unit",
"data_type": "character varying",
"description": "Unit of the storey heights above ground."
},
{
"column_name": "storey_heights_below_ground",
"data_type": "character varying",
"description": "Heights of the storeys below ground."
},
{
"column_name": "storey_heights_bg_unit",
"data_type": "character varying",
"description": "Unit of the storey heights below ground."
},
{
"column_name": "lod2_terrain_intersection",
"data_type": "USER-DEFINED",
"description": "Terrain intersection curve of the building at Level of Detail 2."
},
{
"column_name": "lod2_multi_curve",
"data_type": "USER-DEFINED",
"description": "Multi-curve geometry of the building at Level of Detail 2."
},
{
"column_name": "lod2_multi_surface_id",
"data_type": "bigint",
"description": "ID of the multi-surface geometry at Level of Detail 2."
},
{
"column_name": "lod2_solid_id",
"data_type": "bigint",
"description": "ID of the solid geometry at Level of Detail 2."
}
],
"foreignKeys": [
{
"table_name": "building",
"column_name": "id",
"foreign_table_name": "cityobject",
"foreign_column_name": "id"
},
{
"table_name": "building",
"column_name": "building_parent_id",
"foreign_table_name": "building",
"foreign_column_name": "id"
},
{
"table_name": "building",
"column_name": "building_root_id",
"foreign_table_name": "building",
"foreign_column_name": "id"
},
{
"table_name": "building",
"column_name": "lod2_multi_surface_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "building",
"column_name": "lod2_solid_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "building",
"column_name": "objectclass_id",
"foreign_table_name": "objectclass",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"cityobject_genericattrib": {
"rowCount": "20874",
"tableDescription": "This table stores all generic attributes of each cityobject in the 'attrname' column. Here you would find in the following attribute names:[{attrname: GMLID, strval}, {attrname: building_gross_floor_area, realval},{attrname: PV_state, strval}, {attrname:building_usage, strval}, {attrname: construction_type, strval}, {attrname: district_heating, strval}, {attrname:owners, strval}, {attrname: ownership_type, strval}, {attrname:refurbishment_state, strval}, {attrname: refurbishment_type, strval}, {attrname: usable_and_living_area, realval}, {attrname: usable_area, realval}, {attrname: yearly_ENEV, realval}].",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the generic attribute."
},
{
"column_name": "parent_genattrib_id",
"data_type": "bigint",
"description": "Identifier of the parent generic attribute."
},
{
"column_name": "root_genattrib_id",
"data_type": "bigint",
"description": "Identifier of the root generic attribute."
},
{
"column_name": "attrname",
"data_type": "character varying",
"description": "Name of the generic attribute."
},
{
"column_name": "datatype",
"data_type": "integer",
"description": "Data type of the attribute value."
},
{
"column_name": "strval",
"data_type": "character varying",
"description": "String value of the attribute."
},
{
"column_name": "intval",
"data_type": "integer",
"description": "Integer value of the attribute."
},
{
"column_name": "realval",
"data_type": "double precision",
"description": "Real (double) value of the attribute."
},
{
"column_name": "urival",
"data_type": "character varying",
"description": "URI value of the attribute."
},
{
"column_name": "dateval",
"data_type": "timestamp with time zone",
"description": "Date value of the attribute."
},
{
"column_name": "unit",
"data_type": "character varying",
"description": "Unit of the attribute value."
},
{
"column_name": "genattribset_codespace",
"data_type": "character varying",
"description": "Code space for the generic attribute set."
},
{
"column_name": "blobval",
"data_type": "bytea",
"description": "Binary large object value of the attribute."
},
{
"column_name": "geomval",
"data_type": "USER-DEFINED",
"description": "Geometry value of the attribute."
},
{
"column_name": "surface_geometry_id",
"data_type": "bigint",
"description": "Identifier of the related surface geometry."
},
{
"column_name": "cityobject_id",
"data_type": "bigint",
"description": "Identifier of the related city object."
}
],
"foreignKeys": [
{
"table_name": "cityobject_genericattrib",
"column_name": "parent_genattrib_id",
"foreign_table_name": "cityobject_genericattrib",
"foreign_column_name": "id"
},
{
"table_name": "cityobject_genericattrib",
"column_name": "root_genattrib_id",
"foreign_table_name": "cityobject_genericattrib",
"foreign_column_name": "id"
},
{
"table_name": "cityobject_genericattrib",
"column_name": "surface_geometry_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "cityobject_genericattrib",
"column_name": "cityobject_id",
"foreign_table_name": "cityobject",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"surface_geometry": {
"rowCount": "12335",
"tableDescription": "This table stores planar surface geometries for city objects.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the surface geometry."
},
{
"column_name": "gmlid",
"data_type": "character varying",
"description": "GML identifier for the surface geometry."
},
{
"column_name": "gmlid_codespace",
"data_type": "character varying",
"description": "Code space for the GML identifier."
},
{
"column_name": "parent_id",
"data_type": "bigint",
"description": "Identifier of the parent geometry if this is part of a composite geometry."
},
{
"column_name": "root_id",
"data_type": "bigint",
"description": "Identifier of the root geometry in the geometry hierarchy."
},
{
"column_name": "is_solid",
"data_type": "numeric",
"description": "Flag indicating if the geometry is solid (1) or not (0)."
},
{
"column_name": "is_composite",
"data_type": "numeric",
"description": "Flag indicating if the geometry is composite (1) or not (0)."
},
{
"column_name": "is_triangulated",
"data_type": "numeric",
"description": "Flag indicating if the geometry is triangulated (1) or not (0)."
},
{
"column_name": "is_xlink",
"data_type": "numeric",
"description": "Flag indicating if the geometry is an XLink reference (1) or not (0)."
},
{
"column_name": "is_reverse",
"data_type": "numeric",
"description": "Flag indicating if the geometry orientation is reversed (1) or not (0)."
},
{
"column_name": "solid_geometry",
"data_type": "USER-DEFINED",
"description": "Volumetric geometry of the feature if it is a solid."
},
{
"column_name": "geometry",
"data_type": "USER-DEFINED",
"description": "Planar polygon geometry of the feature."
},
{
"column_name": "implicit_geometry",
"data_type": "USER-DEFINED",
"description": "Implicit geometry of the feature."
},
{
"column_name": "cityobject_id",
"data_type": "bigint",
"description": "Identifier of the related city object."
}
],
"foreignKeys": [
{
"table_name": "surface_geometry",
"column_name": "parent_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "surface_geometry",
"column_name": "root_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "surface_geometry",
"column_name": "cityobject_id",
"foreign_table_name": "cityobject",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"thematic_surface": {
"rowCount": "3926",
"tableDescription": "This table represents thematic boundary features in the CityGML model.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the thematic surface."
},
{
"column_name": "objectclass_id",
"data_type": "integer",
"description": "Identifier linking to the objectclass table, defining the type of the boundary surface."
},
{
"column_name": "building_id",
"data_type": "bigint",
"description": "Identifier of the related building."
},
{
"column_name": "room_id",
"data_type": "bigint",
"description": "Identifier of the related room."
},
{
"column_name": "building_installation_id",
"data_type": "bigint",
"description": "Identifier of the related building installation."
},
{
"column_name": "lod2_multi_surface_id",
"data_type": "bigint",
"description": "ID of the multi-surface geometry at Level of Detail 2."
},
{
"column_name": "lod3_multi_surface_id",
"data_type": "bigint",
"description": "ID of the multi-surface geometry at Level of Detail 3."
},
{
"column_name": "lod4_multi_surface_id",
"data_type": "bigint",
"description": "ID of the multi-surface geometry at Level of Detail 4."
}
],
"foreignKeys": [
{
"table_name": "thematic_surface",
"column_name": "id",
"foreign_table_name": "cityobject",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "objectclass_id",
"foreign_table_name": "objectclass",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "building_id",
"foreign_table_name": "building",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "room_id",
"foreign_table_name": "room",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "building_installation_id",
"foreign_table_name": "building_installation",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "lod2_multi_surface_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "lod3_multi_surface_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
},
{
"table_name": "thematic_surface",
"column_name": "lod4_multi_surface_id",
"foreign_table_name": "surface_geometry",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"cityobject": {
"rowCount": "4327",
"tableDescription": "This table stores the core attributes of all city objects.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the city object."
},
{
"column_name": "objectclass_id",
"data_type": "integer",
"description": "Identifier linking to the objectclass table, defining the type of the city object."
},
{
"column_name": "gmlid",
"data_type": "character varying",
"description": "GML identifier for the city object."
},
{
"column_name": "gmlid_codespace",
"data_type": "character varying",
"description": "Code space for the GML identifier."
},
{
"column_name": "name",
"data_type": "character varying",
"description": "Name of the city object."
},
{
"column_name": "name_codespace",
"data_type": "character varying",
"description": "Code space for the name attribute."
},
{
"column_name": "description",
"data_type": "character varying",
"description": "Description of the city object."
},
{
"column_name": "envelope",
"data_type": "USER-DEFINED",
"description": "Bounding box of the city object."
},
{
"column_name": "creation_date",
"data_type": "timestamp with time zone",
"description": "Creation date of the city object."
},
{
"column_name": "termination_date",
"data_type": "timestamp with time zone",
"description": "Termination date of the city object."
},
{
"column_name": "relative_to_terrain",
"data_type": "character varying",
"description": "Relative position of the city object to the terrain."
},
{
"column_name": "relative_to_water",
"data_type": "character varying",
"description": "Relative position of the city object to water."
},
{
"column_name": "last_modification_date",
"data_type": "timestamp with time zone",
"description": "Last modification date of the city object."
},
{
"column_name": "updating_person",
"data_type": "character varying",
"description": "Person who last updated the city object."
},
{
"column_name": "reason_for_update",
"data_type": "character varying",
"description": "Reason for the last update of the city object."
},
{
"column_name": "lineage",
"data_type": "character varying",
"description": "Lineage information of the city object."
},
{
"column_name": "xml_source",
"data_type": "text",
"description": "XML source of the city object."
}
],
"foreignKeys": [
{
"table_name": "cityobject",
"column_name": "objectclass_id",
"foreign_table_name": "objectclass",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"address": {
"rowCount": "312",
"tableDescription": "This table stores addresses associated with city objects.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the address."
},
{
"column_name": "gmlid",
"data_type": "character varying",
"description": "GML identifier for the address."
},
{
"column_name": "gmlid_codespace",
"data_type": "character varying",
"description": "Code space for the GML identifier."
},
{
"column_name": "street",
"data_type": "character varying",
"description": "Street name of the address."
},
{
"column_name": "house_number",
"data_type": "character varying",
"description": "House number of the address."
},
{
"column_name": "po_box",
"data_type": "character varying",
"description": "PO box of the address."
},
{
"column_name": "zip_code",
"data_type": "character varying",
"description": "ZIP code of the address."
},
{
"column_name": "city",
"data_type": "character varying",
"description": "City of the address."
},
{
"column_name": "state",
"data_type": "character varying",
"description": "State of the address."
},
{
"column_name": "country",
"data_type": "character varying",
"description": "Country of the address."
},
{
"column_name": "multi_point",
"data_type": "USER-DEFINED",
"description": "Multi-point geometry of the address."
},
{
"column_name": "xal_source",
"data_type": "text",
"description": "XAL source of the address."
}
],
"foreignKeys": [],
"primaryKeys": [
{
"column_name": "id"
}
]
},
"address_to_building": {
"rowCount": "312",
"tableDescription": "This table links addresses to buildings.",
"columns": [
{
"column_name": "building_id",
"data_type": "bigint",
"description": "Identifier of the building."
},
{
"column_name": "address_id",
"data_type": "bigint",
"description": "Identifier of the address."
}
],
"foreignKeys": [
{
"table_name": "address_to_building",
"column_name": "address_id",
"foreign_table_name": "address",
"foreign_column_name": "id"
},
{
"table_name": "address_to_building",
"column_name": "building_id",
"foreign_table_name": "building",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "building_id"
},
{
"column_name": "address_id"
}
]
},
"external_reference": {
"rowCount": "383",
"tableDescription": "This table stores external references for city objects.",
"columns": [
{
"column_name": "id",
"data_type": "bigint",
"description": "Unique identifier for the external reference."
},
{
"column_name": "infosys",
"data_type": "character varying",
"description": "Information system identifier."
},
{
"column_name": "name",
"data_type": "character varying",
"description": "Name of the external reference."
},
{
"column_name": "uri",
"data_type": "character varying",
"description": "URI of the external reference."
},
{
"column_name": "cityobject_id",
"data_type": "bigint",
"description": "Identifier of the related city object."
}
],
"foreignKeys": [
{
"table_name": "external_reference",
"column_name": "cityobject_id",
"foreign_table_name": "cityobject",
"foreign_column_name": "id"
}
],
"primaryKeys": [
{
"column_name": "id"
}
]
}
}