@viadukt/connect 2.12.0 → 3.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +373 -1626
- package/dist/index.js +197 -866
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from '@hey-api/client-fetch';
|
|
2
2
|
export { createClient } from '@hey-api/client-fetch';
|
|
3
3
|
|
|
4
|
-
declare const $
|
|
4
|
+
declare const $LookupPropertiesV3: {
|
|
5
5
|
readonly type: "object";
|
|
6
6
|
readonly properties: {
|
|
7
7
|
readonly street: {
|
|
@@ -60,21 +60,6 @@ declare const $LookupPropertiesV2: {
|
|
|
60
60
|
readonly example: 127.42;
|
|
61
61
|
readonly deprecated: true;
|
|
62
62
|
};
|
|
63
|
-
readonly height_category: {
|
|
64
|
-
readonly type: readonly ["string", "null"];
|
|
65
|
-
readonly enum: readonly ["<= 5m", "<= 7.5m", "<= 10m", "<= 12.5m", "<= 15m", "> 15m"];
|
|
66
|
-
readonly description: "\nThe `height_category` field specifies the height category of the building. The height category is a\nnumber between 1 and 6, where 1 is the lowest and 6 is the highest category.\n\n### Classifications\n\n- **1**: <= 5m\n- **2**: <= 7.5m\n- **3**: <= 10m\n- **4**: <= 12.5m\n- **5**: <= 15m\n- **6**: > 15m\n\nIf the height category is unknown, the field is set to `null`.\n\n<br /><br />**Warning:**<br /><br />\n\nThis field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.\n ";
|
|
67
|
-
readonly example: "<= 5m";
|
|
68
|
-
readonly deprecated: true;
|
|
69
|
-
};
|
|
70
|
-
readonly height_category_class: {
|
|
71
|
-
readonly type: readonly ["number", "null"];
|
|
72
|
-
readonly minimum: 1;
|
|
73
|
-
readonly maximum: 6;
|
|
74
|
-
readonly description: "\nThe `height_category_class` field specifies the height category of the building. The height category is a\nnumber between 1 and 6, where 1 is the lowest and 6 is the highest category.\n\n### Classifications\n\n- **1**: <= 5m\n- **2**: <= 7.5m\n- **3**: <= 10m\n- **4**: <= 12.5m\n- **5**: <= 15m\n- **6**: > 15m\n\nThe field is set to `null` if the number of height category is unknown.\n\n<br /><br />**Warning:**<br /><br />\n\nThis field is deprecated and will be no longer supported in future datasets.";
|
|
75
|
-
readonly example: 1;
|
|
76
|
-
readonly deprecated: true;
|
|
77
|
-
};
|
|
78
63
|
readonly levels: {
|
|
79
64
|
readonly type: readonly ["number", "null"];
|
|
80
65
|
readonly minimum: 1;
|
|
@@ -90,7 +75,7 @@ declare const $LookupPropertiesV2: {
|
|
|
90
75
|
readonly net_area: {
|
|
91
76
|
readonly type: readonly ["number", "null"];
|
|
92
77
|
readonly minimum: 0;
|
|
93
|
-
readonly description: "\nThe `net_area` field specifies the net area of the building in m².\n\nThe field is set to `null` if the net area is unknown.\n\nThe `net_area` was modeled according to the Raumwärmebedarfsmodell NRW as
|
|
78
|
+
readonly description: "\nThe `net_area` field specifies the net area of the building in m².\n\nThe field is set to `null` if the net area is unknown.\n\nThe `net_area` was modeled according to the Raumwärmebedarfsmodell NRW as:\n`footprint_area` * `levels` * factors between 0.7 (inhabited) and 0.8 (non-inhabited)\nthe latter was done to consider e.g., inner wall area or staircases.";
|
|
94
79
|
readonly example: 127.42;
|
|
95
80
|
};
|
|
96
81
|
readonly footprint_area: {
|
|
@@ -99,32 +84,17 @@ declare const $LookupPropertiesV2: {
|
|
|
99
84
|
readonly description: "\nThe `footprint_area` field specifies the footprint area of the building in m².\n\nThe field is set to `null` if the footprint area is unknown.";
|
|
100
85
|
readonly example: 127.42;
|
|
101
86
|
};
|
|
102
|
-
readonly usage: {
|
|
103
|
-
readonly type: readonly ["string", "null"];
|
|
104
|
-
readonly enum: readonly ["residential", "non_residential", "mixed_use"];
|
|
105
|
-
readonly description: "\nThe `usage` field specifies the usage of the building. This field can have one of the following values:\n\n- **residential**: Residential building\n- **non_residential**: Non-residential building\n- **mixed_use**: Mixed-use building\n\nIf the usage is unknown, the field is set to `null`.\n\n<br /><br />**Warning:**<br /><br />\n\nThis field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.";
|
|
106
|
-
readonly example: "residential";
|
|
107
|
-
readonly deprecated: true;
|
|
108
|
-
};
|
|
109
|
-
readonly usage_class: {
|
|
110
|
-
readonly type: readonly ["number", "null"];
|
|
111
|
-
readonly minimum: 1;
|
|
112
|
-
readonly maximum: 3;
|
|
113
|
-
readonly description: "\nThe `usage_class` field specifies the usage of the building. This field can have one of the following values:\n\n- **1**: Residential building\n- **2**: Non-residential building\n- **3**: Mixed-use building\n\nIf the usage is unknown, the field is set to `null`.\n\n<br /><br />**Warning:**<br /><br />\n\nThis field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.";
|
|
114
|
-
readonly example: 1;
|
|
115
|
-
readonly deprecated: true;
|
|
116
|
-
};
|
|
117
87
|
readonly characteristics: {
|
|
118
88
|
readonly type: readonly ["string", "null"];
|
|
119
89
|
readonly enum: readonly ["single_two_family", "row_semi_detached", "multi_family", "residential_block", "high_rise", "terrace", "farmhouse", "office_other", "factory_warehouse"];
|
|
120
|
-
readonly description: "\nThe `characteristics` field defines the different types of building characteristics. This classification includes
|
|
90
|
+
readonly description: "\nThe `characteristics` field defines the different types of building characteristics. This classification includes\nvarious types of residential and non-residential buildings. This field can have one of the following values:\n\n- **single_two_family**: Single- or two-family house\n- **row_semi_detached**: Row or semi-detached house\n- **multi_family**: Multi-family house\n- **residential_block**: Residential block\n- **high_rise**: High-rise residential building\n- **terrace**: Terrace house\n- **farmhouse**: Farmhouse\n- **office_other**: Office or other building\n- **factory_warehouse**: Factory or warehouse building\n\nIf the characteristics is unknown, the field is set to `null`.";
|
|
121
91
|
readonly example: "residential_block";
|
|
122
92
|
};
|
|
123
93
|
readonly characteristics_class: {
|
|
124
94
|
readonly type: readonly ["number", "null"];
|
|
125
95
|
readonly minimum: 1;
|
|
126
96
|
readonly maximum: 9;
|
|
127
|
-
readonly description: "\nThe `characteristics_class` field defines the different types of building characteristics. This classification includes
|
|
97
|
+
readonly description: "\nThe `characteristics_class` field defines the different types of building characteristics. This classification includes\nvarious types of residential and non-residential buildings. This field can have one of the following values:\n\n- **1**: Single- or two-family house\n- **2**: Row or semi-detached house\n- **3**: Multi-family house\n- **4**: Residential block\n- **5**: High-rise residential building\n- **6**: Terrace house\n- **7**: Farmhouse\n- **8**: Office or other building\n- **9**: Factory or warehouse building\n\nIf the characteristics_class is unknown, the field is set to `null`.";
|
|
128
98
|
readonly example: 1;
|
|
129
99
|
};
|
|
130
100
|
readonly development_layout: {
|
|
@@ -154,7 +124,7 @@ declare const $LookupPropertiesV2: {
|
|
|
154
124
|
readonly type: readonly ["number", "null"];
|
|
155
125
|
readonly minimum: 1;
|
|
156
126
|
readonly maximum: 12;
|
|
157
|
-
readonly description: "\nThe `construction_year_range_class` field specifies the approximate construction year of the building and can have one of the following values
|
|
127
|
+
readonly description: "\nThe `construction_year_range_class` field specifies the approximate construction year of the building and can have one of the following values:\n\n- **1**: < 1899\n- **2**: 1900 - 1945\n- **3**: 1946 - 1960\n- **4**: 1961 - 1970\n- **5**: 1971 - 1980\n- **6**: 1981 - 1985\n- **7**: 1986 - 1995\n- **8**: 1996 - 2000\n- **9**: 2001 - 2005\n- **10**: 2006 - 2010\n- **11**: 2011 - 2015\n- **12**: 2016 - 2024\n\nIf the construction year range class is unknown, the field is set to `null`.";
|
|
158
128
|
readonly example: 1;
|
|
159
129
|
};
|
|
160
130
|
readonly construction_year: {
|
|
@@ -194,32 +164,32 @@ declare const $LookupPropertiesV2: {
|
|
|
194
164
|
readonly heat_pump_minimal_number_possible_drillings: {
|
|
195
165
|
readonly type: readonly ["number", "null"];
|
|
196
166
|
readonly minimum: 0;
|
|
197
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings` field specifies the minimum
|
|
167
|
+
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings` field specifies the minimum\nnumber of drillings required for a heat pump installation with a distance of 5m\nto the parcel border.\nThis field will be deprecated in future versions. Please use `heat_pump_minimal_number_possible_drillings_5m` instead.\n\nThe field is set to `null` if the information is unknown.\n\n<br /><br />**Deprecation Warning:**<br /><br />\n\nPlease use `heat_pump_minimal_number_possible_drillings_5m` instead of this field.";
|
|
198
168
|
readonly example: 1;
|
|
199
169
|
readonly deprecated: true;
|
|
200
170
|
};
|
|
201
171
|
readonly heat_pump_minimal_number_possible_drillings_5m: {
|
|
202
172
|
readonly type: readonly ["number", "null"];
|
|
203
173
|
readonly minimum: 0;
|
|
204
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_5m` field specifies the minimum
|
|
174
|
+
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_5m` field specifies the minimum\nnumber of drillings required for a heat pump installation with a distance of 5m\nto the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
205
175
|
readonly example: 1;
|
|
206
176
|
};
|
|
207
177
|
readonly heat_pump_minimal_number_possible_drillings_2m: {
|
|
208
178
|
readonly type: readonly ["number", "null"];
|
|
209
179
|
readonly minimum: 0;
|
|
210
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_2m` field specifies the minimum
|
|
180
|
+
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_2m` field specifies the minimum\nnumber of drillings required for a heat pump installation with a distance of 2m\nto the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
211
181
|
readonly example: 1;
|
|
212
182
|
};
|
|
213
183
|
readonly heat_pump_minimal_number_possible_drillings_no_distance: {
|
|
214
184
|
readonly type: readonly ["number", "null"];
|
|
215
185
|
readonly minimum: 0;
|
|
216
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_no_distance` field specifies the minimum
|
|
186
|
+
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_no_distance` field specifies the minimum\nnumber of drillings required for a heat pump installation with no distance to the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
217
187
|
readonly example: 1;
|
|
218
188
|
};
|
|
219
189
|
readonly heat_pump_collector_free_area: {
|
|
220
190
|
readonly type: readonly ["number", "null"];
|
|
221
191
|
readonly minimum: 0;
|
|
222
|
-
readonly description: "\nThe `heat_pump_collector_free_area` field specifies the sum of the free area suitable
|
|
192
|
+
readonly description: "\nThe `heat_pump_collector_free_area` field specifies the sum of the free area suitable\nfor a collector heat pump on parcels associated to a building.\n\nThe field is set to `null` if the information is unknown.";
|
|
223
193
|
readonly example: 100;
|
|
224
194
|
};
|
|
225
195
|
readonly flood_potential: {
|
|
@@ -241,7 +211,7 @@ declare const $LookupPropertiesV2: {
|
|
|
241
211
|
};
|
|
242
212
|
};
|
|
243
213
|
readonly minItems: 1;
|
|
244
|
-
readonly description: "\nThe `flood_potential` field is an array representing different flood risk scenarios for a given
|
|
214
|
+
readonly description: "\nThe `flood_potential` field is an array representing different flood risk scenarios for a given\nlocation. The objects in the array can contain the following fields:\n\n- `min_recurrence`: The minimum expected recurrence interval for flooding, measured in years.\n This field is optional and can be `null` if the data is unavailable. A lower value indicates more\n frequent flooding.\n\n- `max_recurrence`: The maximum expected recurrence interval for flooding, also in years. This\n field is optional and can be `null`. If provided, this value represents the upper bound of the\n flood risk interval. This field allows the specification of a range of recurrence intervals.\n\n- `protection_against_floods`: A boolean flag indicating whether flood protection measures are in\n place for the area. This field is optional and can be `null` if the information is not available.\n A value of `true` means flood defenses are present, while `false` indicates the absence of such\n measures.\n\nIf this array is set to `null`, it means that no data regarding flood potential is available for the location.";
|
|
245
215
|
readonly example: readonly [{
|
|
246
216
|
readonly min_recurrence: 100;
|
|
247
217
|
readonly max_recurrence: null;
|
|
@@ -321,37 +291,37 @@ declare const $LookupPropertiesV2: {
|
|
|
321
291
|
readonly eave_above_ground_weighted: {
|
|
322
292
|
readonly type: readonly ["number", "null"];
|
|
323
293
|
readonly minimum: 0;
|
|
324
|
-
readonly description: "\nThe `eave_above_ground_weighted` field specifies the weighted average height of the eave above ground [meters]. For weighting
|
|
294
|
+
readonly description: "\nThe `eave_above_ground_weighted` field specifies the weighted average height of the eave above ground [meters]. For weighting\nthe `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis of the\nfield `number_original_geometries`.\n\n\nThe field is set to `null` if the height is unknown.";
|
|
325
295
|
readonly example: 11.398919537428867;
|
|
326
296
|
};
|
|
327
297
|
readonly eave_above_ground_min: {
|
|
328
298
|
readonly type: readonly ["number", "null"];
|
|
329
299
|
readonly minimum: 0;
|
|
330
|
-
readonly description: "\nThe `eave_above_ground_min` field specifies the minimum height of the eave above ground [meters]. This is the minimal
|
|
300
|
+
readonly description: "\nThe `eave_above_ground_min` field specifies the minimum height of the eave above ground [meters]. This is the minimal\n`eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis\nof the field `number_original_geometries`.\n\nThe field is set to `null` if the height is unknown.";
|
|
331
301
|
readonly example: 5.7899932861328125;
|
|
332
302
|
};
|
|
333
303
|
readonly eave_above_ground_max: {
|
|
334
304
|
readonly type: readonly ["number", "null"];
|
|
335
305
|
readonly minimum: 0;
|
|
336
|
-
readonly description: "\nThe `eave_above_ground_max` field specifies the maximum height of the eave above ground [meters]. This is the maximal
|
|
306
|
+
readonly description: "\nThe `eave_above_ground_max` field specifies the maximum height of the eave above ground [meters]. This is the maximal\n`eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of\nthe field `number_original_geometries`.\n\n\nThe field is set to `null` if the height is unknown.";
|
|
337
307
|
readonly example: 13.722991943359375;
|
|
338
308
|
};
|
|
339
309
|
readonly ridge_above_ground_weighted: {
|
|
340
310
|
readonly type: readonly ["number", "null"];
|
|
341
311
|
readonly minimum: 0;
|
|
342
|
-
readonly description: "\nThe `ridge_above_ground_weighted` field specifies the weighted average height of the ridge above ground [meters]. For
|
|
312
|
+
readonly description: "\nThe `ridge_above_ground_weighted` field specifies the weighted average height of the ridge above ground [meters]. For\nweighting the `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis\nof the field `number_original_geometries`.\n\nThe field is set to `null` if the height is unknown.";
|
|
343
313
|
readonly example: 13.619256575276214;
|
|
344
314
|
};
|
|
345
315
|
readonly ridge_above_ground_min: {
|
|
346
316
|
readonly type: readonly ["number", "null"];
|
|
347
317
|
readonly minimum: 0;
|
|
348
|
-
readonly description: "\nThe `ridge_above_ground_min` field specifies the minimum height of the ridge above ground [meters]. This is the minimal
|
|
318
|
+
readonly description: "\nThe `ridge_above_ground_min` field specifies the minimum height of the ridge above ground [meters]. This is the minimal\n`ridge_above_ground within` a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the\nfield `number_original_geometries`.\n\nThe field is set to `null` if the height is unknown.";
|
|
349
319
|
readonly example: 6.64300537109375;
|
|
350
320
|
};
|
|
351
321
|
readonly ridge_above_ground_max: {
|
|
352
322
|
readonly type: readonly ["number", "null"];
|
|
353
323
|
readonly minimum: 0;
|
|
354
|
-
readonly description: "\nThe `ridge_above_ground_max` field specifies the maximum height of the ridge above ground [meters]. This is the maximal
|
|
324
|
+
readonly description: "\nThe `ridge_above_ground_max` field specifies the maximum height of the ridge above ground [meters]. This is the maximal\n`ridge_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the\nfield `number_original_geometries`.\n\nThe field is set to `null` if the height is unknown.";
|
|
355
325
|
readonly example: 16.987991333007812;
|
|
356
326
|
};
|
|
357
327
|
readonly number_original_geometries: {
|
|
@@ -366,21 +336,16 @@ declare const $LookupPropertiesV2: {
|
|
|
366
336
|
readonly description: "\nThe `roof_area` field specifies the total roof area of the building [square meters].\n\nThe field is set to `null` if the roof area is unknown.";
|
|
367
337
|
readonly example: 355.37342071533203;
|
|
368
338
|
};
|
|
369
|
-
readonly ogc_fid: {
|
|
370
|
-
readonly type: readonly ["string", "null"];
|
|
371
|
-
readonly description: "\nThe `ogc_fid` field specifies a unique identifier from the LOD2 dataset.\n\nThe field is set to `null` if the identifier is unavailable.";
|
|
372
|
-
readonly example: "DENW29AL1000FzW2";
|
|
373
|
-
};
|
|
374
339
|
readonly outer_wall_area_free: {
|
|
375
340
|
readonly type: readonly ["number", "null"];
|
|
376
341
|
readonly minimum: 0;
|
|
377
|
-
readonly description: "\nThe `outer_wall_area_free` field specifies the facade area free of adjacent structures [square meters]
|
|
342
|
+
readonly description: "\nThe `outer_wall_area_free` field specifies the facade area free of adjacent structures [square meters].\n\nThe field is set to `null` if the area is unknown.";
|
|
378
343
|
readonly example: 690.5686635568186;
|
|
379
344
|
};
|
|
380
345
|
readonly outer_wall_area_shared_heated: {
|
|
381
346
|
readonly type: readonly ["number", "null"];
|
|
382
347
|
readonly minimum: 0;
|
|
383
|
-
readonly description: "\nThe `outer_wall_area_shared_heated` field specifies the facade area shared with heated adjacent structures [square meters]
|
|
348
|
+
readonly description: "\nThe `outer_wall_area_shared_heated` field specifies the facade area shared with heated adjacent structures [square meters].\n\nThe field is set to `null` if the area is unknown.";
|
|
384
349
|
readonly example: 202.10705297163204;
|
|
385
350
|
};
|
|
386
351
|
readonly outer_wall_area_shared_non_heated: {
|
|
@@ -418,423 +383,38 @@ declare const $LookupPropertiesV2: {
|
|
|
418
383
|
readonly description: "\nThe `building_function_class` field specifies the standardized English classification of the building function according to the German GFK (Gebäudefunktionsklasse) standard.\n\nThis field categorizes buildings by their primary use or purpose, such as residential, commercial, industrial, public, or mixed-use functions.\n\nThe field is set to `null` if the building function class is unknown.";
|
|
419
384
|
readonly example: "residential_building";
|
|
420
385
|
};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
readonly street: {
|
|
428
|
-
readonly type: readonly ["string", "null"];
|
|
429
|
-
readonly description: "\nThe `street` field specifies the street name of a building.\n\nThe field is set to `null` if the street is unknown.";
|
|
430
|
-
readonly example: "Friedrich Ebert Straße";
|
|
431
|
-
};
|
|
432
|
-
readonly city: {
|
|
433
|
-
readonly type: readonly ["string", "null"];
|
|
434
|
-
readonly description: "\nThe `city` field specifies the city name of a building.\n\nThe field is set to `null` if the city is unknown.";
|
|
435
|
-
readonly example: "Wuppertal";
|
|
436
|
-
};
|
|
437
|
-
readonly street_number: {
|
|
438
|
-
readonly type: readonly ["string", "null"];
|
|
439
|
-
readonly description: "\nThe `street_number` field specifies the street number name of a building.\n\nThe field is set to `null` if the street number is unknown.";
|
|
440
|
-
readonly example: "107";
|
|
441
|
-
};
|
|
442
|
-
readonly postcode: {
|
|
443
|
-
readonly type: readonly ["string", "null"];
|
|
444
|
-
readonly description: "\nThe `postcode` field specifies the postcode of a building.\n\nThe field is set to `null` if the postcode is unknown.";
|
|
445
|
-
readonly example: "107";
|
|
446
|
-
};
|
|
447
|
-
readonly roof_type: {
|
|
448
|
-
readonly type: readonly ["string", "null"];
|
|
449
|
-
readonly enum: readonly ["flat", "pitched", "mixed"];
|
|
450
|
-
readonly description: "\nThe `roof_type` field specifies the type of roof of a building. This field can have one of the following values:\n\n- **flat**: Flat roof\n- **pitched**: Pitched roof\n- **mixed**: Mixed types of roofs\n\nThe field is set to `null` if the building type is unknown.";
|
|
451
|
-
readonly example: "flat";
|
|
386
|
+
readonly grouping_strategy: {
|
|
387
|
+
readonly type: "string";
|
|
388
|
+
readonly enum: readonly ["proximity", "property"];
|
|
389
|
+
readonly default: "proximity";
|
|
390
|
+
readonly description: "The grouping strategy used to aggregate buildings in this result. Currently supports: proximity (cadastral based clustering) and property (cadastral, address, construction year, and roof type based grouping). Defaults to `proximity` when no strategy is specified in the request.";
|
|
391
|
+
readonly example: "proximity";
|
|
452
392
|
};
|
|
453
|
-
readonly
|
|
393
|
+
readonly ogc_fid: {
|
|
454
394
|
readonly type: readonly ["string", "null"];
|
|
455
|
-
readonly
|
|
456
|
-
readonly
|
|
457
|
-
readonly example: "single_family";
|
|
458
|
-
};
|
|
459
|
-
readonly type_class: {
|
|
460
|
-
readonly type: readonly ["number", "null"];
|
|
461
|
-
readonly minimum: 1;
|
|
462
|
-
readonly maximum: 4;
|
|
463
|
-
readonly description: "\nThe `type_class` field specifies the class of the building type. This field can have one of the following values:\n\n- **1**: Single-family house\n- **2**: Multi-family house\n- **3**: Non-residential building\n- **4**: Mixed-use building\n\nThe field is set to `null` if the building type is unknown.";
|
|
464
|
-
readonly example: 1;
|
|
465
|
-
};
|
|
466
|
-
readonly water_protected: {
|
|
467
|
-
readonly type: readonly ["boolean", "null"];
|
|
468
|
-
readonly description: "\nThe `water_protected` field specifies whether the building is within a water protection area.\n\nIf the field is set to `null`, no water protection area could be assigned.";
|
|
469
|
-
readonly example: true;
|
|
470
|
-
};
|
|
471
|
-
readonly heated: {
|
|
472
|
-
readonly type: readonly ["boolean", "null"];
|
|
473
|
-
readonly description: "\nThe `heated` field specifies whether the building is heated or not.\n\nThe field is set to `null` if the heating status is unknown.";
|
|
474
|
-
readonly example: true;
|
|
475
|
-
};
|
|
476
|
-
readonly heat_demand: {
|
|
477
|
-
readonly type: readonly ["number", "null"];
|
|
478
|
-
readonly minimum: 0;
|
|
479
|
-
readonly description: "\nThe `heat_demand` field specifies the heat demand of the building in [kWh/m²a].\n\nThis attribute is deprecated and thus always set to `null`.\n\n<br /><br />**Warning:**<br /><br />\n\nThis field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.\n ";
|
|
480
|
-
readonly example: 127.42;
|
|
395
|
+
readonly description: "\nThe `ogc_fid` field specifies a unique identifier from the LOD2 dataset. **This field is deprecated** and should no longer be used for identifying buildings.\n\nFor current and future use, refer to `building_id` (for the building geometry) or `building_address_id` (for a unique building-address combination) instead.\n\nThe field is set to `null` if the identifier is unavailable.";
|
|
396
|
+
readonly example: "DENW29AL1000FzW2";
|
|
481
397
|
readonly deprecated: true;
|
|
482
398
|
};
|
|
483
|
-
readonly
|
|
484
|
-
readonly type: readonly ["number", "null"];
|
|
485
|
-
readonly minimum: 1;
|
|
486
|
-
readonly description: "\nThe `levels` field specifies the number of levels in the building.\n\nThe field is set to `null` if the number of levels is unknown.";
|
|
487
|
-
readonly example: 4;
|
|
488
|
-
};
|
|
489
|
-
readonly household_count: {
|
|
490
|
-
readonly type: readonly ["number", "null"];
|
|
491
|
-
readonly minimum: 0;
|
|
492
|
-
readonly description: "\nThe `household_count` field specifies the number of households in the building.\n\nThe field is set to `null` if the number of households is unknown.";
|
|
493
|
-
readonly example: 3;
|
|
494
|
-
};
|
|
495
|
-
readonly net_area: {
|
|
496
|
-
readonly type: readonly ["number", "null"];
|
|
497
|
-
readonly minimum: 0;
|
|
498
|
-
readonly description: "\nThe `net_area` field specifies the net area of the building in m².\n\nThe field is set to `null` if the net area is unknown.\n\nThe `net_area` was modeled according to the Raumwärmebedarfsmodell NRW as: \n`footprint_area` * `levels` * factors between 0.7 (inhabited) and 0.8 (non-inhabited)\nthe latter was done to concider e.g., inner wall area or staircases.";
|
|
499
|
-
readonly example: 127.42;
|
|
500
|
-
};
|
|
501
|
-
readonly footprint_area: {
|
|
502
|
-
readonly type: readonly ["number", "null"];
|
|
503
|
-
readonly minimum: 0;
|
|
504
|
-
readonly description: "\nThe `footprint_area` field specifies the footprint area of the building in m².\n\nThe field is set to `null` if the footprint area is unknown.";
|
|
505
|
-
readonly example: 127.42;
|
|
506
|
-
};
|
|
507
|
-
readonly characteristics: {
|
|
399
|
+
readonly federal_state: {
|
|
508
400
|
readonly type: readonly ["string", "null"];
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly example: "residential_block";
|
|
512
|
-
};
|
|
513
|
-
readonly characteristics_class: {
|
|
514
|
-
readonly type: readonly ["number", "null"];
|
|
515
|
-
readonly minimum: 1;
|
|
516
|
-
readonly maximum: 9;
|
|
517
|
-
readonly description: "\nThe `characteristics_class` field defines the different types of building characteristics. This classification includes \nvarious types of residential and non-residential buildings. This field can have one of the following values:\n\n- **1**: Single- or two-family house\n- **2**: Row or semi-detached house\n- **3**: Multi-family house\n- **4**: Residential block\n- **5**: High-rise residential building\n- **6**: Terrace house\n- **7**: Farmhouse\n- **8**: Office or other building\n- **9**: Factory or warehouse building\n\nIf the characteristics_class is unknown, the field is set to `null`.";
|
|
518
|
-
readonly example: 1;
|
|
401
|
+
readonly description: "\nThe `federal_state` field specifies the German federal state (Bundesland) in which the building is located.\n\nGermany is divided into 16 federal states:\n\n- Baden-Württemberg\n- Bayern (Bavaria)\n- Berlin\n- Brandenburg\n- Bremen\n- Hamburg\n- Hessen\n- Mecklenburg-Vorpommern\n- Niedersachsen (Lower Saxony)\n- Nordrhein-Westfalen (North Rhine-Westphalia)\n- Rheinland-Pfalz (Rhineland-Palatinate)\n- Saarland\n- Sachsen (Saxony)\n- Sachsen-Anhalt (Saxony-Anhalt)\n- Schleswig-Holstein\n- Thüringen (Thuringia)\n\nThe field is set to `null` if the federal state is unknown.";
|
|
402
|
+
readonly example: "Nordrhein-Westfalen";
|
|
519
403
|
};
|
|
520
|
-
readonly
|
|
404
|
+
readonly country_code: {
|
|
521
405
|
readonly type: readonly ["string", "null"];
|
|
522
|
-
readonly
|
|
523
|
-
readonly
|
|
524
|
-
readonly example: "non_detached";
|
|
525
|
-
};
|
|
526
|
-
readonly development_layout_class: {
|
|
527
|
-
readonly type: readonly ["number", "null"];
|
|
528
|
-
readonly minimum: 1;
|
|
529
|
-
readonly maximum: 3;
|
|
530
|
-
readonly description: "\nThe `development_layout_class` field specifies the layout of the building. This field can have one of the following values:\n\n- **1**: Non-detached building\n- **2**: Semi-detached building\n- **3**: Detached building\n\nIf the development layout is unknown, the field is set to `null`.\n\nThe `development_layout_class` was modeled based on the number and length of intersections with heated (and buildings with unknown heating status)\n neighbouring buildings and the perimeter of a geometry as follows:\n\n**1** = intersection_length / outline_length < 0.085\n**2** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.45 for buildings with exactly 1 intersection\n**2** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.15 for buildings with more than 1 intersections\n**3** = for all other buildings";
|
|
531
|
-
readonly example: 1;
|
|
532
|
-
};
|
|
533
|
-
readonly construction_year_range: {
|
|
534
|
-
readonly type: readonly ["array", "null"];
|
|
535
|
-
readonly prefixItems: readonly [{
|
|
536
|
-
readonly type: readonly ["number", "null"];
|
|
537
|
-
}, {
|
|
538
|
-
readonly type: "number";
|
|
539
|
-
}];
|
|
540
|
-
readonly description: "\nThe `construction_year_range` field specifies the approximate construction year of the building. The field is a tuple with two\nvalues: the lower and upper bound of the construction year and can have one of the following value:\n\n- **[*null*, 1899]**: Construction year is somewhere up to 1899\n- **[1900, 1945]**\n- **[1946, 1960]**\n- **[1961, 1970]**\n- **[1971, 1980]**\n- **[1981, 1985]**\n- **[1986, 1995]**\n- **[1996, 2000]**\n- **[2001, 2005]**\n- **[2006, 2010]**\n- **[2011, 2015]**\n- **[2016, 2024]**\n\nIf the construction year class is unknown, the field is set to `null`.";
|
|
541
|
-
readonly example: readonly [1990, 1995];
|
|
542
|
-
};
|
|
543
|
-
readonly construction_year_range_class: {
|
|
544
|
-
readonly type: readonly ["number", "null"];
|
|
545
|
-
readonly minimum: 1;
|
|
546
|
-
readonly maximum: 12;
|
|
547
|
-
readonly description: "\nThe `construction_year_range_class` field specifies the approximate construction year of the building and can have one of the following values: \n\n- **1**: < 1899\n- **2**: 1900 - 1945\n- **3**: 1946 - 1960\n- **4**: 1961 - 1970\n- **5**: 1971 - 1980\n- **6**: 1981 - 1985\n- **7**: 1986 - 1995\n- **8**: 1996 - 2000\n- **9**: 2001 - 2005\n- **10**: 2006 - 2010\n- **11**: 2011 - 2015\n- **12**: 2016 - 2024\n\nIf the construction year range class is unknown, the field is set to `null`.";
|
|
548
|
-
readonly example: 1;
|
|
549
|
-
};
|
|
550
|
-
readonly construction_year: {
|
|
551
|
-
readonly type: readonly ["number", "null"];
|
|
552
|
-
readonly minimum: 0;
|
|
553
|
-
readonly description: "\nThe `construction_year` field specifies the construction year of the building.\n\nIf the construction year is unknown, the field is set to `null`.";
|
|
554
|
-
readonly example: 1993;
|
|
555
|
-
};
|
|
556
|
-
readonly heritage: {
|
|
557
|
-
readonly type: readonly ["boolean", "null"];
|
|
558
|
-
readonly description: "\nThe `heritage` field specifies whether the building is under monumental protection.\n\nThe field is set to `null` if the heritage status is unknown.";
|
|
559
|
-
readonly example: true;
|
|
560
|
-
};
|
|
561
|
-
readonly geo_conductivity_100: {
|
|
562
|
-
readonly type: readonly ["number", "null"];
|
|
563
|
-
readonly minimum: 0;
|
|
564
|
-
readonly description: "\nThe `geo_conductivity_100` field specifies the geothermal conductivity in 100 m depth.\n\nThe field is set to `null` if the geothermal conductivity is unknown.";
|
|
565
|
-
readonly example: 2;
|
|
566
|
-
};
|
|
567
|
-
readonly heat_pump_air_possible: {
|
|
568
|
-
readonly type: readonly ["boolean", "null"];
|
|
569
|
-
readonly description: "\nThe `heat_pump_air_possible` field indicates whether an air-source heat pump is a viable option for the building.\n\n- Set to `true` if an air-source heat pump is feasible.\n- Set to `false` if an air-source heat pump is not feasible.\n- Set to `null` if the information is unknown.";
|
|
570
|
-
readonly example: true;
|
|
571
|
-
};
|
|
572
|
-
readonly heat_pump_maximal_distance_drillings: {
|
|
573
|
-
readonly type: readonly ["number", "null"];
|
|
574
|
-
readonly minimum: 0;
|
|
575
|
-
readonly description: "\nThe `heat_pump_maximal_distance_drillings` field specifies the maximum allowable distance between drillings for a heat pump installation, measured in meters.\nThis field will be deprecated in future versions. Please use `heat_pump_maximal_distance_drillings_5m` instead.\n\nThe field is set to `null` if the information is unknown.";
|
|
576
|
-
readonly example: 100;
|
|
577
|
-
};
|
|
578
|
-
readonly heat_pump_maximal_distance_drillings_5m: {
|
|
579
|
-
readonly type: readonly ["number", "null"];
|
|
580
|
-
readonly minimum: 0;
|
|
581
|
-
readonly description: "\nThe `heat_pump_maximal_distance_drillings_5m` field specifies the maximum allowable distance between drillings for a heat pump installation, measured in meters.\n\nThe field is set to `null` if the information is unknown.";
|
|
582
|
-
readonly example: 100.35;
|
|
583
|
-
};
|
|
584
|
-
readonly heat_pump_minimal_number_possible_drillings: {
|
|
585
|
-
readonly type: readonly ["number", "null"];
|
|
586
|
-
readonly minimum: 0;
|
|
587
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings` field specifies the minimum \nnumber of drillings required for a heat pump installation with a distance of 5m \nto the parcel border.\nThis field will be deprecated in future versions. Please use `heat_pump_minimal_number_possible_drillings_5m` instead.\n\nThe field is set to `null` if the information is unknown.\n\n<br /><br />**Deprecation Warning:**<br /><br />\n\nPlease use `heat_pump_minimal_number_possible_drillings_5m` instead of this field.";
|
|
588
|
-
readonly example: 1;
|
|
589
|
-
readonly deprecated: true;
|
|
590
|
-
};
|
|
591
|
-
readonly heat_pump_minimal_number_possible_drillings_5m: {
|
|
592
|
-
readonly type: readonly ["number", "null"];
|
|
593
|
-
readonly minimum: 0;
|
|
594
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_5m` field specifies the minimum \nnumber of drillings required for a heat pump installation with a distance of 5m \nto the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
595
|
-
readonly example: 1;
|
|
596
|
-
};
|
|
597
|
-
readonly heat_pump_minimal_number_possible_drillings_2m: {
|
|
598
|
-
readonly type: readonly ["number", "null"];
|
|
599
|
-
readonly minimum: 0;
|
|
600
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_2m` field specifies the minimum \nnumber of drillings required for a heat pump installation with a distance of 2m \nto the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
601
|
-
readonly example: 1;
|
|
602
|
-
};
|
|
603
|
-
readonly heat_pump_minimal_number_possible_drillings_no_distance: {
|
|
604
|
-
readonly type: readonly ["number", "null"];
|
|
605
|
-
readonly minimum: 0;
|
|
606
|
-
readonly description: "\nThe `heat_pump_minimal_number_possible_drillings_no_distance` field specifies the minimum \nnumber of drillings required for a heat pump installation with no distance to the parcel border.\n\nThe field is set to `null` if the information is unknown.";
|
|
607
|
-
readonly example: 1;
|
|
608
|
-
};
|
|
609
|
-
readonly heat_pump_collector_free_area: {
|
|
610
|
-
readonly type: readonly ["number", "null"];
|
|
611
|
-
readonly minimum: 0;
|
|
612
|
-
readonly description: "\nThe `heat_pump_collector_free_area` field specifies the sum of the free area suitable \nfor a collector heat pump on parcels associated to a building.\n\nThe field is set to `null` if the information is unknown.";
|
|
613
|
-
readonly example: 100;
|
|
614
|
-
};
|
|
615
|
-
readonly flood_potential: {
|
|
616
|
-
readonly type: readonly ["array", "null"];
|
|
617
|
-
readonly items: {
|
|
618
|
-
readonly type: "object";
|
|
619
|
-
readonly properties: {
|
|
620
|
-
readonly min_recurrence: {
|
|
621
|
-
readonly type: readonly ["number", "null"];
|
|
622
|
-
readonly minimum: 0;
|
|
623
|
-
};
|
|
624
|
-
readonly max_recurrence: {
|
|
625
|
-
readonly type: readonly ["number", "null"];
|
|
626
|
-
readonly minimum: 0;
|
|
627
|
-
};
|
|
628
|
-
readonly protection_against_floods: {
|
|
629
|
-
readonly type: readonly ["boolean", "null"];
|
|
630
|
-
};
|
|
631
|
-
};
|
|
632
|
-
};
|
|
633
|
-
readonly minItems: 1;
|
|
634
|
-
readonly description: "\nThe `flood_potential` field is an array representing different flood risk scenarios for a given \nlocation. The objects in the array can contain the following fields:\n\n- `min_reccurence`: The minimum expected recurrence interval for flooding, measured in years. \n This field is optional and can be `null` if the data is unavailable. A lower value indicates more \n frequent flooding.\n \n- `max_reccurence`: The maximum expected recurrence interval for flooding, also in years. This \n field is optional and can be `null`. If provided, this value represents the upper bound of the \n flood risk interval. This field allows the specification of a range of recurrence intervals.\n \n- `protection_against_floods`: A boolean flag indicating whether flood protection measures are in \n place for the area. This field is optional and can be `null` if the information is not available. \n A value of `true` means flood defenses are present, while `false` indicates the absence of such \n measures.\n\nIf this array is set to `null`, it means that no data regarding flood potential is available for the location.";
|
|
635
|
-
readonly example: readonly [{
|
|
636
|
-
readonly min_recurrence: 100;
|
|
637
|
-
readonly max_recurrence: null;
|
|
638
|
-
readonly protection_against_floods: true;
|
|
639
|
-
}, {
|
|
640
|
-
readonly min_recurrence: 101;
|
|
641
|
-
readonly max_recurrence: 1000;
|
|
642
|
-
readonly protection_against_floods: false;
|
|
643
|
-
}];
|
|
406
|
+
readonly description: "\nThe `country_code` field specifies the ISO 3166-1 alpha-2 country code of the country in which the building is located.\n\nThe field is set to `null` if the country code is unknown.";
|
|
407
|
+
readonly example: "DE";
|
|
644
408
|
};
|
|
645
|
-
readonly
|
|
409
|
+
readonly esg: {
|
|
646
410
|
readonly type: "object";
|
|
647
411
|
readonly properties: {
|
|
648
|
-
readonly
|
|
412
|
+
readonly overall_class: {
|
|
649
413
|
readonly type: readonly ["number", "null"];
|
|
650
|
-
readonly minimum:
|
|
651
|
-
readonly
|
|
652
|
-
readonly
|
|
653
|
-
|
|
654
|
-
readonly gross_collector_area: {
|
|
655
|
-
readonly type: readonly ["number", "null"];
|
|
656
|
-
readonly minimum: 0;
|
|
657
|
-
readonly description: "\nThe `gross_collector_area` field specifies the maximal collector area for photovoltaics including module frames [m^2].\n\nThe field is set to `null` if the maximal collector area for photovoltaics is unknown.";
|
|
658
|
-
readonly example: 48;
|
|
659
|
-
};
|
|
660
|
-
readonly net_collector_area: {
|
|
661
|
-
readonly type: readonly ["number", "null"];
|
|
662
|
-
readonly minimum: 0;
|
|
663
|
-
readonly description: "\nThe `net_collector_area` field specifies the maximal collector area for photovoltaics excluding module frames [m^2].\n\nThe field is set to `null` if the maximal collector area for photovoltaics excluding module frames is unknown.";
|
|
664
|
-
readonly example: 48;
|
|
665
|
-
};
|
|
666
|
-
readonly electricity_generation: {
|
|
667
|
-
readonly type: readonly ["number", "null"];
|
|
668
|
-
readonly minimum: 0;
|
|
669
|
-
readonly description: "\nThe `electricity_generation` field specifies the maximal electricity generation from photovoltaics of the building per year [kWh/a].\n\nThe field is set to `null` if the maximal electricity generation per year is unknown.";
|
|
670
|
-
readonly example: 6401;
|
|
671
|
-
};
|
|
672
|
-
readonly nominal_power: {
|
|
673
|
-
readonly type: readonly ["number", "null"];
|
|
674
|
-
readonly minimum: 0;
|
|
675
|
-
readonly description: "\nThe `nominal_power` field specifies the nominal power a photovoltaics system could have at this building per year [kWp].\n\nThe field is set to `null` if the the nominal power is unknown.";
|
|
676
|
-
readonly example: 7.5;
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
readonly required: readonly ["suitable_roof_area", "gross_collector_area", "net_collector_area", "electricity_generation", "nominal_power"];
|
|
680
|
-
};
|
|
681
|
-
readonly solarthermal_potential: {
|
|
682
|
-
readonly type: "object";
|
|
683
|
-
readonly properties: {
|
|
684
|
-
readonly suitable_roof_area: {
|
|
685
|
-
readonly type: readonly ["number", "null"];
|
|
686
|
-
readonly minimum: 0;
|
|
687
|
-
readonly description: "\nThe `st_suitable_roof_area` field specifies the roof area suited for solarthermie [m^2].\n\nThe field is set to `null` if the roof area suited for solarthermie is unknown.";
|
|
688
|
-
readonly example: 90;
|
|
689
|
-
};
|
|
690
|
-
readonly heat_generation: {
|
|
691
|
-
readonly type: readonly ["number", "null"];
|
|
692
|
-
readonly minimum: 0;
|
|
693
|
-
readonly description: "\nThe `st_heat_generation` field specifies the potential solarthermic heat generation on this bulding [kWh/a].\n\nThe field is set to `null` if the heat generation by solarthermie is unknown.";
|
|
694
|
-
readonly example: 25201;
|
|
695
|
-
};
|
|
696
|
-
readonly net_collector_area: {
|
|
697
|
-
readonly type: readonly ["number", "null"];
|
|
698
|
-
readonly minimum: 0;
|
|
699
|
-
readonly description: "\nThe `st_net_collector_area` field specifies the maximal collector area for solarthermie [m^2].\n\nThe field is set to `null` if the maximal collector area for solarthermie is unknown.";
|
|
700
|
-
readonly example: 25201;
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
|
-
readonly required: readonly ["suitable_roof_area", "heat_generation", "net_collector_area"];
|
|
704
|
-
};
|
|
705
|
-
readonly matching_addresses: {
|
|
706
|
-
readonly type: readonly ["number", "null"];
|
|
707
|
-
readonly minimum: 0;
|
|
708
|
-
readonly description: "\nThe `matching_addresses` field indicates the number of addresses associated with the geometry.\n\nThe field is set to `null` if no matching addresses are found.";
|
|
709
|
-
readonly example: 1;
|
|
710
|
-
};
|
|
711
|
-
readonly eave_above_ground_weighted: {
|
|
712
|
-
readonly type: readonly ["number", "null"];
|
|
713
|
-
readonly minimum: 0;
|
|
714
|
-
readonly description: "\nThe `eave_above_ground_weighted` field specifies the weighted average height of the eave above ground [meters]. For weighting \nthe `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis of the \nfield `number_original_geometries`. \n\n\nThe field is set to `null` if the height is unknown.";
|
|
715
|
-
readonly example: 11.398919537428867;
|
|
716
|
-
};
|
|
717
|
-
readonly eave_above_ground_min: {
|
|
718
|
-
readonly type: readonly ["number", "null"];
|
|
719
|
-
readonly minimum: 0;
|
|
720
|
-
readonly description: "\nThe `eave_above_ground_min` field specifies the minimum height of the eave above ground [meters]. This is the minimal \n`eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis \nof the field `number_original_geometries`.\n\nThe field is set to `null` if the height is unknown.";
|
|
721
|
-
readonly example: 5.7899932861328125;
|
|
722
|
-
};
|
|
723
|
-
readonly eave_above_ground_max: {
|
|
724
|
-
readonly type: readonly ["number", "null"];
|
|
725
|
-
readonly minimum: 0;
|
|
726
|
-
readonly description: "\nThe `eave_above_ground_max` field specifies the maximum height of the eave above ground [meters]. This is the maximal \n`eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of \nthe field `number_original_geometries`.\n\n\nThe field is set to `null` if the height is unknown.";
|
|
727
|
-
readonly example: 13.722991943359375;
|
|
728
|
-
};
|
|
729
|
-
readonly ridge_above_ground_weighted: {
|
|
730
|
-
readonly type: readonly ["number", "null"];
|
|
731
|
-
readonly minimum: 0;
|
|
732
|
-
readonly description: "\nThe `ridge_above_ground_weighted` field specifies the weighted average height of the ridge above ground [meters]. For \nweighting the `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis \nof the field `number_original_geometries`. \n\nThe field is set to `null` if the height is unknown.";
|
|
733
|
-
readonly example: 13.619256575276214;
|
|
734
|
-
};
|
|
735
|
-
readonly ridge_above_ground_min: {
|
|
736
|
-
readonly type: readonly ["number", "null"];
|
|
737
|
-
readonly minimum: 0;
|
|
738
|
-
readonly description: "\nThe `ridge_above_ground_min` field specifies the minimum height of the ridge above ground [meters]. This is the minimal \n`ridge_above_ground within` a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the \nfield `number_original_geometries`. \n\nThe field is set to `null` if the height is unknown.";
|
|
739
|
-
readonly example: 6.64300537109375;
|
|
740
|
-
};
|
|
741
|
-
readonly ridge_above_ground_max: {
|
|
742
|
-
readonly type: readonly ["number", "null"];
|
|
743
|
-
readonly minimum: 0;
|
|
744
|
-
readonly description: "\nThe `ridge_above_ground_max` field specifies the maximum height of the ridge above ground [meters]. This is the maximal \n`ridge_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the \nfield `number_original_geometries`. \n\nThe field is set to `null` if the height is unknown.";
|
|
745
|
-
readonly example: 16.987991333007812;
|
|
746
|
-
};
|
|
747
|
-
readonly number_original_geometries: {
|
|
748
|
-
readonly type: readonly ["number", "null"];
|
|
749
|
-
readonly minimum: 0;
|
|
750
|
-
readonly description: "\nThe `number_original_geometries` field specifies the number of original geometries used for weighted calculations.\n\nThe field is set to `null` if the count is unknown.";
|
|
751
|
-
readonly example: 3;
|
|
752
|
-
};
|
|
753
|
-
readonly roof_area: {
|
|
754
|
-
readonly type: readonly ["number", "null"];
|
|
755
|
-
readonly minimum: 0;
|
|
756
|
-
readonly description: "\nThe `roof_area` field specifies the total roof area of the building [square meters].\n\nThe field is set to `null` if the roof area is unknown.";
|
|
757
|
-
readonly example: 355.37342071533203;
|
|
758
|
-
};
|
|
759
|
-
readonly outer_wall_area_free: {
|
|
760
|
-
readonly type: readonly ["number", "null"];
|
|
761
|
-
readonly minimum: 0;
|
|
762
|
-
readonly description: "\nThe `outer_wall_area_free` field specifies the facade area free of adjacent structures [square meters]. \n\nThe field is set to `null` if the area is unknown.";
|
|
763
|
-
readonly example: 690.5686635568186;
|
|
764
|
-
};
|
|
765
|
-
readonly outer_wall_area_shared_heated: {
|
|
766
|
-
readonly type: readonly ["number", "null"];
|
|
767
|
-
readonly minimum: 0;
|
|
768
|
-
readonly description: "\nThe `outer_wall_area_shared_heated` field specifies the facade area shared with heated adjacent structures [square meters]. \n\nThe field is set to `null` if the area is unknown.";
|
|
769
|
-
readonly example: 202.10705297163204;
|
|
770
|
-
};
|
|
771
|
-
readonly outer_wall_area_shared_non_heated: {
|
|
772
|
-
readonly type: readonly ["number", "null"];
|
|
773
|
-
readonly minimum: 0;
|
|
774
|
-
readonly description: "\nThe `outer_wall_area_shared_non_heated` field specifies the facade area shared with non-heated adjacent structures [square meters].\n\nThe field is set to `null` if the area is unknown.";
|
|
775
|
-
readonly example: 298.6121580931941;
|
|
776
|
-
};
|
|
777
|
-
readonly plinth_length_free: {
|
|
778
|
-
readonly type: readonly ["number", "null"];
|
|
779
|
-
readonly minimum: 0;
|
|
780
|
-
readonly description: "\nThe `plinth_length_free` field specifies the length of the building's plinth that is not shared with adjacent structures [meters].\n\nThe field is set to `null` if the length is unknown.";
|
|
781
|
-
readonly example: 48.672734987814366;
|
|
782
|
-
};
|
|
783
|
-
readonly plinth_length_shared_heated: {
|
|
784
|
-
readonly type: readonly ["number", "null"];
|
|
785
|
-
readonly minimum: 0;
|
|
786
|
-
readonly description: "\nThe `plinth_length_shared_heated` field specifies the length of the building's plinth shared with heated adjacent structures [meters].\n\nThe field is set to `null` if the length is unknown.";
|
|
787
|
-
readonly example: 13.16187444425839;
|
|
788
|
-
};
|
|
789
|
-
readonly plinth_length_shared_non_heated: {
|
|
790
|
-
readonly type: readonly ["number", "null"];
|
|
791
|
-
readonly minimum: 0;
|
|
792
|
-
readonly description: "\nThe `plinth_length_shared_non_heated` field specifies the length of the building's plinth shared with non-heated adjacent structures [meters].\n\nThe field is set to `null` if the length is unknown.";
|
|
793
|
-
readonly example: 31.994775355440325;
|
|
794
|
-
};
|
|
795
|
-
readonly building_function: {
|
|
796
|
-
readonly type: readonly ["string", "null"];
|
|
797
|
-
readonly description: "\nThe `building_function` field contains the original German building function name (GFK - Gebäudefunktionsklasse) from the source data.\n\nThis is the raw German value. For the standardized English classification, use the `building_function_class` field.\n\nThe field is set to `null` if the building function is unknown.";
|
|
798
|
-
readonly example: "Wohngebäude";
|
|
799
|
-
};
|
|
800
|
-
readonly building_function_class: {
|
|
801
|
-
readonly type: readonly ["string", "null"];
|
|
802
|
-
readonly enum: readonly ["residential_building", "residential_house", "dormitory", "childrens_home", "nursing_home", "nurses_dormitory", "student_dormitory", "school_country_home", "mixed_use_building_with_residential", "residential_building_with_public_amenities", "residential_building_with_commerce_services", "residential_and_administrative_building", "residential_and_office_building", "residential_and_commercial_building", "residential_commercial_industrial_building", "agricultural_forestry_residential_building", "agricultural_forestry_residential_commercial_building", "farmhouse", "residential_and_agricultural_building", "forest_house", "leisure_facility_building", "holiday_home", "weekend_house", "garden_house", "commercial_building", "commercial_and_service_building", "office_building", "credit_institution", "insurance_office", "department_store", "shopping_center", "market_hall", "shop", "kiosk", "pharmacy", "exhibition_hall", "accommodation_building", "hotel_motel_guesthouse", "youth_hostel", "hut_with_overnight_stay", "campground_building", "catering_building", "restaurant", "hut_no_overnight_stay", "canteen", "leisure_and_entertainment_venue", "banquet_hall", "cinema", "bowling_alley", "casino", "arcade", "commercial_and_industrial_building", "production_building", "factory", "operations_building", "brewery", "distillery", "workshop", "sawmill", "gas_station", "car_wash", "storage_building", "cold_storage", "warehouse", "freight_forwarding_building", "research_building", "raw_material_extraction_building", "mine", "saltworks", "company_social_facility_building", "other_commercial_industrial_building", "mill", "windmill", "watermill", "pumping_station", "weather_station", "commercial_service_residential_building", "commercial_industrial_residential_building", "traffic_facility_operations_building_general", "road_traffic_operations_building", "road_maintenance_depot", "waiting_hall", "rail_traffic_operations_building", "railroad_crossing_keeper_house", "locomotive_shed_carriage_hall", "signal_box_block_post", "freight_yard_operations_building", "air_traffic_operations_building", "aircraft_hangar", "maritime_traffic_operations_building", "shipyard_hall", "dock_hall", "lock_operations_building", "boathouse", "cable_car_operations_building", "cable_car_tensioning_station", "parking_building", "parking_garage", "garage", "vehicle_hall", "supply_building", "energy_supply_building", "water_supply_building", "waterworks", "water_reservoir", "electricity_supply_building", "power_plant", "substation", "transformer", "reactor_building", "turbine_house", "boiler_house", "telecommunications_building", "building_at_underground_lines", "gas_supply_building", "gas_works", "heating_plant", "utility_building", "pumping_station_non_water_supply", "disposal_building", "wastewater_treatment_building", "sewage_treatment_plant_building", "public_toilet", "waste_treatment_building", "waste_bunker", "waste_incineration_plant", "landfill_building", "agricultural_forestry_building", "agricultural_forestry_commercial_building", "barn", "shed", "stable", "barn_and_stable", "large_scale_animal_housing", "riding_hall", "alpine_hut", "hunting_lodge_cabin", "greenhouse", "moveable_greenhouse", "public_building", "administrative_building", "parliament_building", "town_hall", "post_office", "customs_office", "court_building", "embassy_consulate", "district_administration", "regional_government", "tax_office", "education_research_building", "general_education_school", "vocational_school", "higher_education_building_university", "research_institute", "cultural_building", "palace", "theater_opera", "concert_hall", "museum", "broadcasting_television", "event_building", "library", "castle_fortress", "religious_building", "church", "synagogue", "chapel", "community_hall", "house_of_worship", "mosque", "temple", "monastery", "healthcare_building", "hospital", "sanatorium_nursing_home_nursing_station", "doctors_office_polyclinic", "rescue_station", "social_services_building", "youth_center", "leisure_club_community_center", "senior_center", "homeless_shelter", "daycare_kindergarten", "refugee_shelter", "security_and_order_building", "police_station", "fire_station", "barracks", "air_raid_shelter", "correctional_facility", "cemetery_building", "funeral_hall", "crematorium", "reception_building", "railway_station_building", "airport_building", "subway_station_building", "suburban_railway_station_building", "bus_station_building", "maritime_terminal_building", "public_purpose_residential_building", "recreational_building", "sports_building", "sports_gymnasium", "sports_field_building", "bathhouse", "indoor_swimming_pool", "outdoor_pool_building", "stadium_building", "spa_facility_building", "medical_bath_building", "sanatorium", "zoo_building", "zoo_entrance_building", "aquarium_terrarium_aviary", "animal_exhibition_building", "zoo_stable", "botanical_garden_building", "botanical_garden_entrance_building", "botanical_greenhouse", "conservatory", "other_recreational_facility_building", "mountain_hut_shelter", "tourist_information_center", "not_specified_due_to_source_situation", "water_tower", "church_tower", "observation_tower", "control_tower", "cooling_tower", "lighthouse", "fire_watchtower", "transmission_radio_tower", "city_gate_tower", "winding_tower", "drilling_tower", "castle_tower", "other", "biogas_plant", "wind_turbine", "solar_panels", "mast", "power_line_mast", "radio_mast", "radio_telescope", "chimney", "crane", "slewing_crane", "gantry_crane", "traveling_crane", "blast_furnace", "silo", "tank", "gasometer", "grandstand", "covered_grandstand", "uncovered_grandstand", "stadium", "covered_stadium", "uncovered_stadium", "ski_jump_inrun", "graduation_tower", "historic_water_pipeline", "watchtower", "fortification_castle_ruin", "historic_wall", "city_wall", "other_historic_wall", "canopy", "carport", "wall", "monument", "ship_lift", "chamber_lock", "bridge", "swing_bridge", "lifting_bridge", "drawbridge", "elevated_railway_elevated_road", "lock_chamber", "dam", "weir", "security_gate", "sewer_drain", "barrage"];
|
|
803
|
-
readonly description: "\nThe `building_function_class` field specifies the standardized English classification of the building function according to the German GFK (Gebäudefunktionsklasse) standard.\n\nThis field categorizes buildings by their primary use or purpose, such as residential, commercial, industrial, public, or mixed-use functions.\n\nThe field is set to `null` if the building function class is unknown.";
|
|
804
|
-
readonly example: "residential_building";
|
|
805
|
-
};
|
|
806
|
-
readonly grouping_strategy: {
|
|
807
|
-
readonly type: "string";
|
|
808
|
-
readonly enum: readonly ["proximity", "property"];
|
|
809
|
-
readonly default: "proximity";
|
|
810
|
-
readonly description: "The grouping strategy used to aggregate buildings in this result. Currently supports: proximity (cadastral based clustering) and property (cadastral, address, construction year, and roof type based grouping). Defaults to `proximity` when no strategy is specified in the request.";
|
|
811
|
-
readonly example: "proximity";
|
|
812
|
-
};
|
|
813
|
-
readonly ogc_fid: {
|
|
814
|
-
readonly type: readonly ["string", "null"];
|
|
815
|
-
readonly description: "\nThe `ogc_fid` field specifies a unique identifier from the LOD2 dataset. **This field is deprecated** and should no longer be used for identifying buildings. \n\nFor current and future use, refer to `building_id` (for the building geometry) or `building_address_id` (for a unique building-address combination) instead. \n\nThe field is set to `null` if the identifier is unavailable.";
|
|
816
|
-
readonly example: "DENW29AL1000FzW2";
|
|
817
|
-
readonly deprecated: true;
|
|
818
|
-
};
|
|
819
|
-
readonly federal_state: {
|
|
820
|
-
readonly type: readonly ["string", "null"];
|
|
821
|
-
readonly description: "\nThe `federal_state` field specifies the German federal state (Bundesland) in which the building is located.\n\nGermany is divided into 16 federal states:\n\n- Baden-Württemberg\n- Bayern (Bavaria)\n- Berlin\n- Brandenburg\n- Bremen\n- Hamburg\n- Hessen\n- Mecklenburg-Vorpommern\n- Niedersachsen (Lower Saxony)\n- Nordrhein-Westfalen (North Rhine-Westphalia)\n- Rheinland-Pfalz (Rhineland-Palatinate)\n- Saarland\n- Sachsen (Saxony)\n- Sachsen-Anhalt (Saxony-Anhalt)\n- Schleswig-Holstein\n- Thüringen (Thuringia)\n\nThe field is set to `null` if the federal state is unknown.";
|
|
822
|
-
readonly example: "Nordrhein-Westfalen";
|
|
823
|
-
};
|
|
824
|
-
readonly country_code: {
|
|
825
|
-
readonly type: readonly ["string", "null"];
|
|
826
|
-
readonly description: "\nThe `country_code` field specifies the ISO 3166-1 alpha-2 country code of the country in which the building is located.\n\nThe field is set to `null` if the country code is unknown.";
|
|
827
|
-
readonly example: "DE";
|
|
828
|
-
};
|
|
829
|
-
readonly esg: {
|
|
830
|
-
readonly type: "object";
|
|
831
|
-
readonly properties: {
|
|
832
|
-
readonly overall_class: {
|
|
833
|
-
readonly type: readonly ["number", "null"];
|
|
834
|
-
readonly minimum: 1;
|
|
835
|
-
readonly maximum: 5;
|
|
836
|
-
readonly description: "\nThe `overall_class` field specifies the overall ESG rating class of the building. This field can have one of the following values:\n\n- **1**: Negative\n- **2**: Rather negative\n- **3**: Average\n- **4**: Rather positive\n- **5**: Positive\n\nThe field is set to `null` if the overall ESG rating class is unknown.";
|
|
837
|
-
readonly example: 1;
|
|
414
|
+
readonly minimum: 1;
|
|
415
|
+
readonly maximum: 5;
|
|
416
|
+
readonly description: "\nThe `overall_class` field specifies the overall ESG rating class of the building. This field can have one of the following values:\n\n- **1**: Negative\n- **2**: Rather negative\n- **3**: Average\n- **4**: Rather positive\n- **5**: Positive\n\nThe field is set to `null` if the overall ESG rating class is unknown.";
|
|
417
|
+
readonly example: 1;
|
|
838
418
|
};
|
|
839
419
|
readonly overall: {
|
|
840
420
|
readonly type: readonly ["string", "null"];
|
|
@@ -1231,754 +811,134 @@ declare const $ParcelPropertiesV4: {
|
|
|
1231
811
|
};
|
|
1232
812
|
readonly required: readonly ["parcel_id", "total_area", "developed_area", "free_area"];
|
|
1233
813
|
};
|
|
1234
|
-
|
|
1235
|
-
type
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
*
|
|
1261
|
-
* The field is set to `null` if the postcode is unknown.
|
|
1262
|
-
*/
|
|
1263
|
-
postcode: string | null;
|
|
1264
|
-
/**
|
|
1265
|
-
*
|
|
1266
|
-
* The `roof_type` field specifies the type of roof of a building. This field can have one of the following values:
|
|
1267
|
-
*
|
|
1268
|
-
* - **flat**: Flat roof
|
|
1269
|
-
* - **pitched**: Pitched roof
|
|
1270
|
-
* - **mixed**: Mixed types of roofs
|
|
1271
|
-
*
|
|
1272
|
-
* The field is set to `null` if the building type is unknown.
|
|
1273
|
-
*/
|
|
1274
|
-
roof_type: 'flat' | 'pitched' | 'mixed' | null;
|
|
1275
|
-
/**
|
|
1276
|
-
*
|
|
1277
|
-
* The `type` field specifies the type of building. This field can have one of the following values:
|
|
1278
|
-
*
|
|
1279
|
-
* - **single_family**: Single-family house
|
|
1280
|
-
* - **multi_family**: Multi-family house
|
|
1281
|
-
* - **non_residential**: Non-residential building
|
|
1282
|
-
* - **mixed_use**: Mixed-use building
|
|
1283
|
-
*
|
|
1284
|
-
* The field is set to `null` if the building type is unknown.
|
|
1285
|
-
*/
|
|
1286
|
-
type: 'single_family' | 'multi_family' | 'non_residential' | 'mixed_use' | null;
|
|
1287
|
-
/**
|
|
1288
|
-
*
|
|
1289
|
-
* The `type_class` field specifies the class of the building type. This field can have one of the following values:
|
|
1290
|
-
*
|
|
1291
|
-
* - **1**: Single-family house
|
|
1292
|
-
* - **2**: Multi-family house
|
|
1293
|
-
* - **3**: Non-residential building
|
|
1294
|
-
* - **4**: Mixed-use building
|
|
1295
|
-
*
|
|
1296
|
-
* The field is set to `null` if the building type is unknown.
|
|
1297
|
-
*/
|
|
1298
|
-
type_class: number | null;
|
|
1299
|
-
/**
|
|
1300
|
-
*
|
|
1301
|
-
* The `water_protected` field specifies whether the building is within a water protection area.
|
|
1302
|
-
*
|
|
1303
|
-
* If the field is set to `null`, no water protection area could be assigned.
|
|
1304
|
-
*/
|
|
1305
|
-
water_protected: boolean | null;
|
|
1306
|
-
/**
|
|
1307
|
-
*
|
|
1308
|
-
* The `heated` field specifies whether the building is heated or not.
|
|
1309
|
-
*
|
|
1310
|
-
* The field is set to `null` if the heating status is unknown.
|
|
1311
|
-
*/
|
|
1312
|
-
heated: boolean | null;
|
|
1313
|
-
/**
|
|
1314
|
-
*
|
|
1315
|
-
* The `heat_demand` field specifies the heat demand of the building in [kWh/m²a].
|
|
1316
|
-
*
|
|
1317
|
-
* This attribute is deprecated and thus always set to `null`.
|
|
1318
|
-
*
|
|
1319
|
-
* <br /><br />**Warning:**<br /><br />
|
|
1320
|
-
*
|
|
1321
|
-
* This field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.
|
|
1322
|
-
*
|
|
1323
|
-
* @deprecated
|
|
1324
|
-
*/
|
|
1325
|
-
heat_demand: number | null;
|
|
1326
|
-
/**
|
|
1327
|
-
*
|
|
1328
|
-
* The `height_category` field specifies the height category of the building. The height category is a
|
|
1329
|
-
* number between 1 and 6, where 1 is the lowest and 6 is the highest category.
|
|
1330
|
-
*
|
|
1331
|
-
* ### Classifications
|
|
1332
|
-
*
|
|
1333
|
-
* - **1**: <= 5m
|
|
1334
|
-
* - **2**: <= 7.5m
|
|
1335
|
-
* - **3**: <= 10m
|
|
1336
|
-
* - **4**: <= 12.5m
|
|
1337
|
-
* - **5**: <= 15m
|
|
1338
|
-
* - **6**: > 15m
|
|
1339
|
-
*
|
|
1340
|
-
* If the height category is unknown, the field is set to `null`.
|
|
1341
|
-
*
|
|
1342
|
-
* <br /><br />**Warning:**<br /><br />
|
|
1343
|
-
*
|
|
1344
|
-
* This field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.
|
|
1345
|
-
*
|
|
1346
|
-
* @deprecated
|
|
1347
|
-
*/
|
|
1348
|
-
height_category: '<= 5m' | '<= 7.5m' | '<= 10m' | '<= 12.5m' | '<= 15m' | '> 15m' | null;
|
|
1349
|
-
/**
|
|
1350
|
-
*
|
|
1351
|
-
* The `height_category_class` field specifies the height category of the building. The height category is a
|
|
1352
|
-
* number between 1 and 6, where 1 is the lowest and 6 is the highest category.
|
|
1353
|
-
*
|
|
1354
|
-
* ### Classifications
|
|
1355
|
-
*
|
|
1356
|
-
* - **1**: <= 5m
|
|
1357
|
-
* - **2**: <= 7.5m
|
|
1358
|
-
* - **3**: <= 10m
|
|
1359
|
-
* - **4**: <= 12.5m
|
|
1360
|
-
* - **5**: <= 15m
|
|
1361
|
-
* - **6**: > 15m
|
|
1362
|
-
*
|
|
1363
|
-
* The field is set to `null` if the number of height category is unknown.
|
|
1364
|
-
*
|
|
1365
|
-
* <br /><br />**Warning:**<br /><br />
|
|
1366
|
-
*
|
|
1367
|
-
* This field is deprecated and will be no longer supported in future datasets.
|
|
1368
|
-
* @deprecated
|
|
1369
|
-
*/
|
|
1370
|
-
height_category_class: number | null;
|
|
1371
|
-
/**
|
|
1372
|
-
*
|
|
1373
|
-
* The `levels` field specifies the number of levels in the building.
|
|
1374
|
-
*
|
|
1375
|
-
* The field is set to `null` if the number of levels is unknown.
|
|
1376
|
-
*/
|
|
1377
|
-
levels: number | null;
|
|
1378
|
-
/**
|
|
1379
|
-
*
|
|
1380
|
-
* The `household_count` field specifies the number of households in the building.
|
|
1381
|
-
*
|
|
1382
|
-
* The field is set to `null` if the number of households is unknown.
|
|
1383
|
-
*/
|
|
1384
|
-
household_count: number | null;
|
|
1385
|
-
/**
|
|
1386
|
-
*
|
|
1387
|
-
* The `net_area` field specifies the net area of the building in m².
|
|
1388
|
-
*
|
|
1389
|
-
* The field is set to `null` if the net area is unknown.
|
|
1390
|
-
*
|
|
1391
|
-
* The `net_area` was modeled according to the Raumwärmebedarfsmodell NRW as:
|
|
1392
|
-
* `footprint_area` * `levels` * factors between 0.7 (inhabited) and 0.8 (non-inhabited)
|
|
1393
|
-
* the latter was done to concider e.g., inner wall area or staircases.
|
|
1394
|
-
*/
|
|
1395
|
-
net_area: number | null;
|
|
1396
|
-
/**
|
|
1397
|
-
*
|
|
1398
|
-
* The `footprint_area` field specifies the footprint area of the building in m².
|
|
1399
|
-
*
|
|
1400
|
-
* The field is set to `null` if the footprint area is unknown.
|
|
1401
|
-
*/
|
|
1402
|
-
footprint_area: number | null;
|
|
1403
|
-
/**
|
|
1404
|
-
*
|
|
1405
|
-
* The `usage` field specifies the usage of the building. This field can have one of the following values:
|
|
1406
|
-
*
|
|
1407
|
-
* - **residential**: Residential building
|
|
1408
|
-
* - **non_residential**: Non-residential building
|
|
1409
|
-
* - **mixed_use**: Mixed-use building
|
|
1410
|
-
*
|
|
1411
|
-
* If the usage is unknown, the field is set to `null`.
|
|
1412
|
-
*
|
|
1413
|
-
* <br /><br />**Warning:**<br /><br />
|
|
1414
|
-
*
|
|
1415
|
-
* This field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.
|
|
1416
|
-
* @deprecated
|
|
1417
|
-
*/
|
|
1418
|
-
usage: 'residential' | 'non_residential' | 'mixed_use' | null;
|
|
1419
|
-
/**
|
|
1420
|
-
*
|
|
1421
|
-
* The `usage_class` field specifies the usage of the building. This field can have one of the following values:
|
|
1422
|
-
*
|
|
1423
|
-
* - **1**: Residential building
|
|
1424
|
-
* - **2**: Non-residential building
|
|
1425
|
-
* - **3**: Mixed-use building
|
|
1426
|
-
*
|
|
1427
|
-
* If the usage is unknown, the field is set to `null`.
|
|
1428
|
-
*
|
|
1429
|
-
* <br /><br />**Warning:**<br /><br />
|
|
1430
|
-
*
|
|
1431
|
-
* This field is deprecated and will be removed in future API versions. It is no longer actively supported and may be omitted from upcoming endpoints. We recommend updating your implementation to use the latest supported fields.
|
|
1432
|
-
* @deprecated
|
|
1433
|
-
*/
|
|
1434
|
-
usage_class: number | null;
|
|
1435
|
-
/**
|
|
1436
|
-
*
|
|
1437
|
-
* The `characteristics` field defines the different types of building characteristics. This classification includes
|
|
1438
|
-
* various types of residential and non-residential buildings. This field can have one of the following values:
|
|
1439
|
-
*
|
|
1440
|
-
* - **single_two_family**: Single- or two-family house
|
|
1441
|
-
* - **row_semi_detached**: Row or semi-detached house
|
|
1442
|
-
* - **multi_family**: Multi-family house
|
|
1443
|
-
* - **residential_block**: Residential block
|
|
1444
|
-
* - **high_rise**: High-rise residential building
|
|
1445
|
-
* - **terrace**: Terrace house
|
|
1446
|
-
* - **farmhouse**: Farmhouse
|
|
1447
|
-
* - **office_other**: Office or other building
|
|
1448
|
-
* - **factory_warehouse**: Factory or warehouse building
|
|
1449
|
-
*
|
|
1450
|
-
* If the characteristics is unknown, the field is set to `null`.
|
|
1451
|
-
*/
|
|
1452
|
-
characteristics: 'single_two_family' | 'row_semi_detached' | 'multi_family' | 'residential_block' | 'high_rise' | 'terrace' | 'farmhouse' | 'office_other' | 'factory_warehouse' | null;
|
|
1453
|
-
/**
|
|
1454
|
-
*
|
|
1455
|
-
* The `characteristics_class` field defines the different types of building characteristics. This classification includes
|
|
1456
|
-
* various types of residential and non-residential buildings. This field can have one of the following values:
|
|
1457
|
-
*
|
|
1458
|
-
* - **1**: Single- or two-family house
|
|
1459
|
-
* - **2**: Row or semi-detached house
|
|
1460
|
-
* - **3**: Multi-family house
|
|
1461
|
-
* - **4**: Residential block
|
|
1462
|
-
* - **5**: High-rise residential building
|
|
1463
|
-
* - **6**: Terrace house
|
|
1464
|
-
* - **7**: Farmhouse
|
|
1465
|
-
* - **8**: Office or other building
|
|
1466
|
-
* - **9**: Factory or warehouse building
|
|
1467
|
-
*
|
|
1468
|
-
* If the characteristics_class is unknown, the field is set to `null`.
|
|
1469
|
-
*/
|
|
1470
|
-
characteristics_class: number | null;
|
|
1471
|
-
/**
|
|
1472
|
-
*
|
|
1473
|
-
* The `development_layout` field specifies the layout of the building. This field can have one of the following values:
|
|
1474
|
-
*
|
|
1475
|
-
* - **non_detached**: Non-detached building
|
|
1476
|
-
* - **semi_detached**: Semi-detached building
|
|
1477
|
-
* - **detached**: Detached building
|
|
1478
|
-
*
|
|
1479
|
-
* If the development layout is unknown, the field is set to `null`.
|
|
1480
|
-
*
|
|
1481
|
-
* The `development_layout` was modeled based on the number and length of intersections with heated (and buildings with unknown heating status)
|
|
1482
|
-
* neighbouring buildings and the perimeter of a geometry as follows:
|
|
1483
|
-
*
|
|
1484
|
-
* **detached** = intersection_length / outline_length < 0.085
|
|
1485
|
-
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.45 for buildings with exactly 1 intersection
|
|
1486
|
-
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.15 for buildings with more than 1 intersections
|
|
1487
|
-
* **non_detached** = for all other buildings
|
|
1488
|
-
*/
|
|
1489
|
-
development_layout: 'non_detached' | 'semi_detached' | 'detached' | null;
|
|
1490
|
-
/**
|
|
1491
|
-
*
|
|
1492
|
-
* The `development_layout_class` field specifies the layout of the building. This field can have one of the following values:
|
|
1493
|
-
*
|
|
1494
|
-
* - **1**: Non-detached building
|
|
1495
|
-
* - **2**: Semi-detached building
|
|
1496
|
-
* - **3**: Detached building
|
|
1497
|
-
*
|
|
1498
|
-
* If the development layout is unknown, the field is set to `null`.
|
|
1499
|
-
*
|
|
1500
|
-
* The `development_layout_class` was modeled based on the number and length of intersections with heated (and buildings with unknown heating status)
|
|
1501
|
-
* neighbouring buildings and the perimeter of a geometry as follows:
|
|
1502
|
-
*
|
|
1503
|
-
* **1** = intersection_length / outline_length < 0.085
|
|
1504
|
-
* **2** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.45 for buildings with exactly 1 intersection
|
|
1505
|
-
* **2** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.15 for buildings with more than 1 intersections
|
|
1506
|
-
* **3** = for all other buildings
|
|
1507
|
-
*/
|
|
1508
|
-
development_layout_class: number | null;
|
|
1509
|
-
/**
|
|
1510
|
-
*
|
|
1511
|
-
* The `construction_year_range` field specifies the approximate construction year of the building. The field is a tuple with two
|
|
1512
|
-
* values: the lower and upper bound of the construction year and can have one of the following value:
|
|
1513
|
-
*
|
|
1514
|
-
* - **[*null*, 1899]**: Construction year is somewhere up to 1899
|
|
1515
|
-
* - **[1900, 1945]**
|
|
1516
|
-
* - **[1946, 1960]**
|
|
1517
|
-
* - **[1961, 1970]**
|
|
1518
|
-
* - **[1971, 1980]**
|
|
1519
|
-
* - **[1981, 1985]**
|
|
1520
|
-
* - **[1986, 1995]**
|
|
1521
|
-
* - **[1996, 2000]**
|
|
1522
|
-
* - **[2001, 2005]**
|
|
1523
|
-
* - **[2006, 2010]**
|
|
1524
|
-
* - **[2011, 2015]**
|
|
1525
|
-
* - **[2016, 2024]**
|
|
1526
|
-
*
|
|
1527
|
-
* If the construction year class is unknown, the field is set to `null`.
|
|
1528
|
-
*/
|
|
1529
|
-
construction_year_range: unknown[] | null;
|
|
1530
|
-
/**
|
|
1531
|
-
*
|
|
1532
|
-
* The `construction_year_range_class` field specifies the approximate construction year of the building and can have one of the following values:
|
|
1533
|
-
*
|
|
1534
|
-
* - **1**: < 1899
|
|
1535
|
-
* - **2**: 1900 - 1945
|
|
1536
|
-
* - **3**: 1946 - 1960
|
|
1537
|
-
* - **4**: 1961 - 1970
|
|
1538
|
-
* - **5**: 1971 - 1980
|
|
1539
|
-
* - **6**: 1981 - 1985
|
|
1540
|
-
* - **7**: 1986 - 1995
|
|
1541
|
-
* - **8**: 1996 - 2000
|
|
1542
|
-
* - **9**: 2001 - 2005
|
|
1543
|
-
* - **10**: 2006 - 2010
|
|
1544
|
-
* - **11**: 2011 - 2015
|
|
1545
|
-
* - **12**: 2016 - 2024
|
|
1546
|
-
*
|
|
1547
|
-
* If the construction year range class is unknown, the field is set to `null`.
|
|
1548
|
-
*/
|
|
1549
|
-
construction_year_range_class: number | null;
|
|
1550
|
-
/**
|
|
1551
|
-
*
|
|
1552
|
-
* The `construction_year` field specifies the construction year of the building.
|
|
1553
|
-
*
|
|
1554
|
-
* If the construction year is unknown, the field is set to `null`.
|
|
1555
|
-
*/
|
|
1556
|
-
construction_year: number | null;
|
|
1557
|
-
/**
|
|
1558
|
-
*
|
|
1559
|
-
* The `heritage` field specifies whether the building is under monumental protection.
|
|
1560
|
-
*
|
|
1561
|
-
* The field is set to `null` if the heritage status is unknown.
|
|
1562
|
-
*/
|
|
1563
|
-
heritage: boolean | null;
|
|
1564
|
-
/**
|
|
1565
|
-
*
|
|
1566
|
-
* The `geo_conductivity_100` field specifies the geothermal conductivity in 100 m depth.
|
|
1567
|
-
*
|
|
1568
|
-
* The field is set to `null` if the geothermal conductivity is unknown.
|
|
1569
|
-
*/
|
|
1570
|
-
geo_conductivity_100: number | null;
|
|
1571
|
-
/**
|
|
1572
|
-
*
|
|
1573
|
-
* The `heat_pump_air_possible` field indicates whether an air-source heat pump is a viable option for the building.
|
|
1574
|
-
*
|
|
1575
|
-
* - Set to `true` if an air-source heat pump is feasible.
|
|
1576
|
-
* - Set to `false` if an air-source heat pump is not feasible.
|
|
1577
|
-
* - Set to `null` if the information is unknown.
|
|
1578
|
-
*/
|
|
1579
|
-
heat_pump_air_possible: boolean | null;
|
|
1580
|
-
/**
|
|
1581
|
-
*
|
|
1582
|
-
* The `heat_pump_maximal_distance_drillings` field specifies the maximum allowable distance between drillings for a heat pump installation, measured in meters.
|
|
1583
|
-
* This field will be deprecated in future versions. Please use `heat_pump_maximal_distance_drillings_5m` instead.
|
|
1584
|
-
*
|
|
1585
|
-
* The field is set to `null` if the information is unknown.
|
|
1586
|
-
*/
|
|
1587
|
-
heat_pump_maximal_distance_drillings: number | null;
|
|
1588
|
-
/**
|
|
1589
|
-
*
|
|
1590
|
-
* The `heat_pump_maximal_distance_drillings_5m` field specifies the maximum allowable distance between drillings for a heat pump installation, measured in meters.
|
|
1591
|
-
*
|
|
1592
|
-
* The field is set to `null` if the information is unknown.
|
|
1593
|
-
*/
|
|
1594
|
-
heat_pump_maximal_distance_drillings_5m: number | null;
|
|
1595
|
-
/**
|
|
1596
|
-
*
|
|
1597
|
-
* The `heat_pump_minimal_number_possible_drillings` field specifies the minimum
|
|
1598
|
-
* number of drillings required for a heat pump installation with a distance of 5m
|
|
1599
|
-
* to the parcel border.
|
|
1600
|
-
* This field will be deprecated in future versions. Please use `heat_pump_minimal_number_possible_drillings_5m` instead.
|
|
1601
|
-
*
|
|
1602
|
-
* The field is set to `null` if the information is unknown.
|
|
1603
|
-
*
|
|
1604
|
-
* <br /><br />**Deprecation Warning:**<br /><br />
|
|
1605
|
-
*
|
|
1606
|
-
* Please use `heat_pump_minimal_number_possible_drillings_5m` instead of this field.
|
|
1607
|
-
* @deprecated
|
|
1608
|
-
*/
|
|
1609
|
-
heat_pump_minimal_number_possible_drillings: number | null;
|
|
1610
|
-
/**
|
|
1611
|
-
*
|
|
1612
|
-
* The `heat_pump_minimal_number_possible_drillings_5m` field specifies the minimum
|
|
1613
|
-
* number of drillings required for a heat pump installation with a distance of 5m
|
|
1614
|
-
* to the parcel border.
|
|
1615
|
-
*
|
|
1616
|
-
* The field is set to `null` if the information is unknown.
|
|
1617
|
-
*/
|
|
1618
|
-
heat_pump_minimal_number_possible_drillings_5m: number | null;
|
|
1619
|
-
/**
|
|
1620
|
-
*
|
|
1621
|
-
* The `heat_pump_minimal_number_possible_drillings_2m` field specifies the minimum
|
|
1622
|
-
* number of drillings required for a heat pump installation with a distance of 2m
|
|
1623
|
-
* to the parcel border.
|
|
1624
|
-
*
|
|
1625
|
-
* The field is set to `null` if the information is unknown.
|
|
1626
|
-
*/
|
|
1627
|
-
heat_pump_minimal_number_possible_drillings_2m: number | null;
|
|
1628
|
-
/**
|
|
1629
|
-
*
|
|
1630
|
-
* The `heat_pump_minimal_number_possible_drillings_no_distance` field specifies the minimum
|
|
1631
|
-
* number of drillings required for a heat pump installation with no distance to the parcel border.
|
|
1632
|
-
*
|
|
1633
|
-
* The field is set to `null` if the information is unknown.
|
|
1634
|
-
*/
|
|
1635
|
-
heat_pump_minimal_number_possible_drillings_no_distance: number | null;
|
|
1636
|
-
/**
|
|
1637
|
-
*
|
|
1638
|
-
* The `heat_pump_collector_free_area` field specifies the sum of the free area suitable
|
|
1639
|
-
* for a collector heat pump on parcels associated to a building.
|
|
1640
|
-
*
|
|
1641
|
-
* The field is set to `null` if the information is unknown.
|
|
1642
|
-
*/
|
|
1643
|
-
heat_pump_collector_free_area: number | null;
|
|
1644
|
-
/**
|
|
1645
|
-
*
|
|
1646
|
-
* The `flood_potential` field is an array representing different flood risk scenarios for a given
|
|
1647
|
-
* location. The objects in the array can contain the following fields:
|
|
1648
|
-
*
|
|
1649
|
-
* - `min_reccurence`: The minimum expected recurrence interval for flooding, measured in years.
|
|
1650
|
-
* This field is optional and can be `null` if the data is unavailable. A lower value indicates more
|
|
1651
|
-
* frequent flooding.
|
|
1652
|
-
*
|
|
1653
|
-
* - `max_reccurence`: The maximum expected recurrence interval for flooding, also in years. This
|
|
1654
|
-
* field is optional and can be `null`. If provided, this value represents the upper bound of the
|
|
1655
|
-
* flood risk interval. This field allows the specification of a range of recurrence intervals.
|
|
1656
|
-
*
|
|
1657
|
-
* - `protection_against_floods`: A boolean flag indicating whether flood protection measures are in
|
|
1658
|
-
* place for the area. This field is optional and can be `null` if the information is not available.
|
|
1659
|
-
* A value of `true` means flood defenses are present, while `false` indicates the absence of such
|
|
1660
|
-
* measures.
|
|
1661
|
-
*
|
|
1662
|
-
* If this array is set to `null`, it means that no data regarding flood potential is available for the location.
|
|
1663
|
-
*/
|
|
1664
|
-
flood_potential: Array<{
|
|
1665
|
-
min_recurrence?: number | null;
|
|
1666
|
-
max_recurrence?: number | null;
|
|
1667
|
-
protection_against_floods?: boolean | null;
|
|
1668
|
-
}> | null;
|
|
1669
|
-
photovoltaic_potential: {
|
|
1670
|
-
/**
|
|
1671
|
-
*
|
|
1672
|
-
* The `suitable_roof_area` field specifies the roof area suited for photovoltaics [m^2].
|
|
1673
|
-
*
|
|
1674
|
-
* The field is set to `null` if the roof area suited for photovoltaics is unknown.
|
|
1675
|
-
*/
|
|
1676
|
-
suitable_roof_area: number | null;
|
|
1677
|
-
/**
|
|
1678
|
-
*
|
|
1679
|
-
* The `gross_collector_area` field specifies the maximal collector area for photovoltaics including module frames [m^2].
|
|
1680
|
-
*
|
|
1681
|
-
* The field is set to `null` if the maximal collector area for photovoltaics is unknown.
|
|
1682
|
-
*/
|
|
1683
|
-
gross_collector_area: number | null;
|
|
1684
|
-
/**
|
|
1685
|
-
*
|
|
1686
|
-
* The `net_collector_area` field specifies the maximal collector area for photovoltaics excluding module frames [m^2].
|
|
1687
|
-
*
|
|
1688
|
-
* The field is set to `null` if the maximal collector area for photovoltaics excluding module frames is unknown.
|
|
1689
|
-
*/
|
|
1690
|
-
net_collector_area: number | null;
|
|
1691
|
-
/**
|
|
1692
|
-
*
|
|
1693
|
-
* The `electricity_generation` field specifies the maximal electricity generation from photovoltaics of the building per year [kWh/a].
|
|
1694
|
-
*
|
|
1695
|
-
* The field is set to `null` if the maximal electricity generation per year is unknown.
|
|
1696
|
-
*/
|
|
1697
|
-
electricity_generation: number | null;
|
|
1698
|
-
/**
|
|
1699
|
-
*
|
|
1700
|
-
* The `nominal_power` field specifies the nominal power a photovoltaics system could have at this building per year [kWp].
|
|
1701
|
-
*
|
|
1702
|
-
* The field is set to `null` if the the nominal power is unknown.
|
|
1703
|
-
*/
|
|
1704
|
-
nominal_power: number | null;
|
|
814
|
+
declare const $Position3D: {
|
|
815
|
+
readonly type: "array";
|
|
816
|
+
readonly prefixItems: readonly [{
|
|
817
|
+
readonly type: "number";
|
|
818
|
+
}, {
|
|
819
|
+
readonly type: "number";
|
|
820
|
+
}, {
|
|
821
|
+
readonly type: "number";
|
|
822
|
+
}];
|
|
823
|
+
};
|
|
824
|
+
declare const $Polygon3DGeometry: {
|
|
825
|
+
readonly type: "object";
|
|
826
|
+
readonly properties: {
|
|
827
|
+
readonly type: {
|
|
828
|
+
readonly type: "string";
|
|
829
|
+
readonly enum: readonly ["Polygon"];
|
|
830
|
+
};
|
|
831
|
+
readonly coordinates: {
|
|
832
|
+
readonly type: "array";
|
|
833
|
+
readonly items: {
|
|
834
|
+
readonly type: "array";
|
|
835
|
+
readonly items: {
|
|
836
|
+
readonly $ref: "#/components/schemas/Position3D";
|
|
837
|
+
};
|
|
838
|
+
};
|
|
839
|
+
};
|
|
1705
840
|
};
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
net_collector_area: number | null;
|
|
841
|
+
readonly required: readonly ["type", "coordinates"];
|
|
842
|
+
};
|
|
843
|
+
declare const $MultiPolygon3DGeometry: {
|
|
844
|
+
readonly type: "object";
|
|
845
|
+
readonly properties: {
|
|
846
|
+
readonly type: {
|
|
847
|
+
readonly type: "string";
|
|
848
|
+
readonly enum: readonly ["MultiPolygon"];
|
|
849
|
+
};
|
|
850
|
+
readonly coordinates: {
|
|
851
|
+
readonly type: "array";
|
|
852
|
+
readonly items: {
|
|
853
|
+
readonly type: "array";
|
|
854
|
+
readonly items: {
|
|
855
|
+
readonly type: "array";
|
|
856
|
+
readonly items: {
|
|
857
|
+
readonly $ref: "#/components/schemas/Position3D";
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
};
|
|
861
|
+
};
|
|
1728
862
|
};
|
|
1729
|
-
|
|
1730
|
-
*
|
|
1731
|
-
* The `matching_addresses` field indicates the number of addresses associated with the geometry.
|
|
1732
|
-
*
|
|
1733
|
-
* The field is set to `null` if no matching addresses are found.
|
|
1734
|
-
*/
|
|
1735
|
-
matching_addresses: number | null;
|
|
1736
|
-
/**
|
|
1737
|
-
*
|
|
1738
|
-
* The `eave_above_ground_weighted` field specifies the weighted average height of the eave above ground [meters]. For weighting
|
|
1739
|
-
* the `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis of the
|
|
1740
|
-
* field `number_original_geometries`.
|
|
1741
|
-
*
|
|
1742
|
-
*
|
|
1743
|
-
* The field is set to `null` if the height is unknown.
|
|
1744
|
-
*/
|
|
1745
|
-
eave_above_ground_weighted: number | null;
|
|
1746
|
-
/**
|
|
1747
|
-
*
|
|
1748
|
-
* The `eave_above_ground_min` field specifies the minimum height of the eave above ground [meters]. This is the minimal
|
|
1749
|
-
* `eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis
|
|
1750
|
-
* of the field `number_original_geometries`.
|
|
1751
|
-
*
|
|
1752
|
-
* The field is set to `null` if the height is unknown.
|
|
1753
|
-
*/
|
|
1754
|
-
eave_above_ground_min: number | null;
|
|
1755
|
-
/**
|
|
1756
|
-
*
|
|
1757
|
-
* The `eave_above_ground_max` field specifies the maximum height of the eave above ground [meters]. This is the maximal
|
|
1758
|
-
* `eave_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of
|
|
1759
|
-
* the field `number_original_geometries`.
|
|
1760
|
-
*
|
|
1761
|
-
*
|
|
1762
|
-
* The field is set to `null` if the height is unknown.
|
|
1763
|
-
*/
|
|
1764
|
-
eave_above_ground_max: number | null;
|
|
1765
|
-
/**
|
|
1766
|
-
*
|
|
1767
|
-
* The `ridge_above_ground_weighted` field specifies the weighted average height of the ridge above ground [meters]. For
|
|
1768
|
-
* weighting the `footprint_area` of sub-geometries was used, if a building consists of multiple. This can be traced on the basis
|
|
1769
|
-
* of the field `number_original_geometries`.
|
|
1770
|
-
*
|
|
1771
|
-
* The field is set to `null` if the height is unknown.
|
|
1772
|
-
*/
|
|
1773
|
-
ridge_above_ground_weighted: number | null;
|
|
1774
|
-
/**
|
|
1775
|
-
*
|
|
1776
|
-
* The `ridge_above_ground_min` field specifies the minimum height of the ridge above ground [meters]. This is the minimal
|
|
1777
|
-
* `ridge_above_ground within` a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the
|
|
1778
|
-
* field `number_original_geometries`.
|
|
1779
|
-
*
|
|
1780
|
-
* The field is set to `null` if the height is unknown.
|
|
1781
|
-
*/
|
|
1782
|
-
ridge_above_ground_min: number | null;
|
|
1783
|
-
/**
|
|
1784
|
-
*
|
|
1785
|
-
* The `ridge_above_ground_max` field specifies the maximum height of the ridge above ground [meters]. This is the maximal
|
|
1786
|
-
* `ridge_above_ground` within a group of sub-geometries, if a building consists of multiple. This can be traced on the basis of the
|
|
1787
|
-
* field `number_original_geometries`.
|
|
1788
|
-
*
|
|
1789
|
-
* The field is set to `null` if the height is unknown.
|
|
1790
|
-
*/
|
|
1791
|
-
ridge_above_ground_max: number | null;
|
|
1792
|
-
/**
|
|
1793
|
-
*
|
|
1794
|
-
* The `number_original_geometries` field specifies the number of original geometries used for weighted calculations.
|
|
1795
|
-
*
|
|
1796
|
-
* The field is set to `null` if the count is unknown.
|
|
1797
|
-
*/
|
|
1798
|
-
number_original_geometries: number | null;
|
|
1799
|
-
/**
|
|
1800
|
-
*
|
|
1801
|
-
* The `roof_area` field specifies the total roof area of the building [square meters].
|
|
1802
|
-
*
|
|
1803
|
-
* The field is set to `null` if the roof area is unknown.
|
|
1804
|
-
*/
|
|
1805
|
-
roof_area: number | null;
|
|
1806
|
-
/**
|
|
1807
|
-
*
|
|
1808
|
-
* The `ogc_fid` field specifies a unique identifier from the LOD2 dataset.
|
|
1809
|
-
*
|
|
1810
|
-
* The field is set to `null` if the identifier is unavailable.
|
|
1811
|
-
*/
|
|
1812
|
-
ogc_fid: string | null;
|
|
1813
|
-
/**
|
|
1814
|
-
*
|
|
1815
|
-
* The `outer_wall_area_free` field specifies the facade area free of adjacent structures [square meters].
|
|
1816
|
-
*
|
|
1817
|
-
* The field is set to `null` if the area is unknown.
|
|
1818
|
-
*/
|
|
1819
|
-
outer_wall_area_free: number | null;
|
|
1820
|
-
/**
|
|
1821
|
-
*
|
|
1822
|
-
* The `outer_wall_area_shared_heated` field specifies the facade area shared with heated adjacent structures [square meters].
|
|
1823
|
-
*
|
|
1824
|
-
* The field is set to `null` if the area is unknown.
|
|
1825
|
-
*/
|
|
1826
|
-
outer_wall_area_shared_heated: number | null;
|
|
1827
|
-
/**
|
|
1828
|
-
*
|
|
1829
|
-
* The `outer_wall_area_shared_non_heated` field specifies the facade area shared with non-heated adjacent structures [square meters].
|
|
1830
|
-
*
|
|
1831
|
-
* The field is set to `null` if the area is unknown.
|
|
1832
|
-
*/
|
|
1833
|
-
outer_wall_area_shared_non_heated: number | null;
|
|
1834
|
-
/**
|
|
1835
|
-
*
|
|
1836
|
-
* The `plinth_length_free` field specifies the length of the building's plinth that is not shared with adjacent structures [meters].
|
|
1837
|
-
*
|
|
1838
|
-
* The field is set to `null` if the length is unknown.
|
|
1839
|
-
*/
|
|
1840
|
-
plinth_length_free: number | null;
|
|
1841
|
-
/**
|
|
1842
|
-
*
|
|
1843
|
-
* The `plinth_length_shared_heated` field specifies the length of the building's plinth shared with heated adjacent structures [meters].
|
|
1844
|
-
*
|
|
1845
|
-
* The field is set to `null` if the length is unknown.
|
|
1846
|
-
*/
|
|
1847
|
-
plinth_length_shared_heated: number | null;
|
|
1848
|
-
/**
|
|
1849
|
-
*
|
|
1850
|
-
* The `plinth_length_shared_non_heated` field specifies the length of the building's plinth shared with non-heated adjacent structures [meters].
|
|
1851
|
-
*
|
|
1852
|
-
* The field is set to `null` if the length is unknown.
|
|
1853
|
-
*/
|
|
1854
|
-
plinth_length_shared_non_heated: number | null;
|
|
1855
|
-
/**
|
|
1856
|
-
*
|
|
1857
|
-
* The `building_function` field contains the original German building function name (GFK - Gebäudefunktionsklasse) from the source data.
|
|
1858
|
-
*
|
|
1859
|
-
* This is the raw German value. For the standardized English classification, use the `building_function_class` field.
|
|
1860
|
-
*
|
|
1861
|
-
* The field is set to `null` if the building function is unknown.
|
|
1862
|
-
*/
|
|
1863
|
-
building_function: string | null;
|
|
1864
|
-
/**
|
|
1865
|
-
*
|
|
1866
|
-
* The `building_function_class` field specifies the standardized English classification of the building function according to the German GFK (Gebäudefunktionsklasse) standard.
|
|
1867
|
-
*
|
|
1868
|
-
* This field categorizes buildings by their primary use or purpose, such as residential, commercial, industrial, public, or mixed-use functions.
|
|
1869
|
-
*
|
|
1870
|
-
* The field is set to `null` if the building function class is unknown.
|
|
1871
|
-
*/
|
|
1872
|
-
building_function_class: 'residential_building' | 'residential_house' | 'dormitory' | 'childrens_home' | 'nursing_home' | 'nurses_dormitory' | 'student_dormitory' | 'school_country_home' | 'mixed_use_building_with_residential' | 'residential_building_with_public_amenities' | 'residential_building_with_commerce_services' | 'residential_and_administrative_building' | 'residential_and_office_building' | 'residential_and_commercial_building' | 'residential_commercial_industrial_building' | 'agricultural_forestry_residential_building' | 'agricultural_forestry_residential_commercial_building' | 'farmhouse' | 'residential_and_agricultural_building' | 'forest_house' | 'leisure_facility_building' | 'holiday_home' | 'weekend_house' | 'garden_house' | 'commercial_building' | 'commercial_and_service_building' | 'office_building' | 'credit_institution' | 'insurance_office' | 'department_store' | 'shopping_center' | 'market_hall' | 'shop' | 'kiosk' | 'pharmacy' | 'exhibition_hall' | 'accommodation_building' | 'hotel_motel_guesthouse' | 'youth_hostel' | 'hut_with_overnight_stay' | 'campground_building' | 'catering_building' | 'restaurant' | 'hut_no_overnight_stay' | 'canteen' | 'leisure_and_entertainment_venue' | 'banquet_hall' | 'cinema' | 'bowling_alley' | 'casino' | 'arcade' | 'commercial_and_industrial_building' | 'production_building' | 'factory' | 'operations_building' | 'brewery' | 'distillery' | 'workshop' | 'sawmill' | 'gas_station' | 'car_wash' | 'storage_building' | 'cold_storage' | 'warehouse' | 'freight_forwarding_building' | 'research_building' | 'raw_material_extraction_building' | 'mine' | 'saltworks' | 'company_social_facility_building' | 'other_commercial_industrial_building' | 'mill' | 'windmill' | 'watermill' | 'pumping_station' | 'weather_station' | 'commercial_service_residential_building' | 'commercial_industrial_residential_building' | 'traffic_facility_operations_building_general' | 'road_traffic_operations_building' | 'road_maintenance_depot' | 'waiting_hall' | 'rail_traffic_operations_building' | 'railroad_crossing_keeper_house' | 'locomotive_shed_carriage_hall' | 'signal_box_block_post' | 'freight_yard_operations_building' | 'air_traffic_operations_building' | 'aircraft_hangar' | 'maritime_traffic_operations_building' | 'shipyard_hall' | 'dock_hall' | 'lock_operations_building' | 'boathouse' | 'cable_car_operations_building' | 'cable_car_tensioning_station' | 'parking_building' | 'parking_garage' | 'garage' | 'vehicle_hall' | 'supply_building' | 'energy_supply_building' | 'water_supply_building' | 'waterworks' | 'water_reservoir' | 'electricity_supply_building' | 'power_plant' | 'substation' | 'transformer' | 'reactor_building' | 'turbine_house' | 'boiler_house' | 'telecommunications_building' | 'building_at_underground_lines' | 'gas_supply_building' | 'gas_works' | 'heating_plant' | 'utility_building' | 'pumping_station_non_water_supply' | 'disposal_building' | 'wastewater_treatment_building' | 'sewage_treatment_plant_building' | 'public_toilet' | 'waste_treatment_building' | 'waste_bunker' | 'waste_incineration_plant' | 'landfill_building' | 'agricultural_forestry_building' | 'agricultural_forestry_commercial_building' | 'barn' | 'shed' | 'stable' | 'barn_and_stable' | 'large_scale_animal_housing' | 'riding_hall' | 'alpine_hut' | 'hunting_lodge_cabin' | 'greenhouse' | 'moveable_greenhouse' | 'public_building' | 'administrative_building' | 'parliament_building' | 'town_hall' | 'post_office' | 'customs_office' | 'court_building' | 'embassy_consulate' | 'district_administration' | 'regional_government' | 'tax_office' | 'education_research_building' | 'general_education_school' | 'vocational_school' | 'higher_education_building_university' | 'research_institute' | 'cultural_building' | 'palace' | 'theater_opera' | 'concert_hall' | 'museum' | 'broadcasting_television' | 'event_building' | 'library' | 'castle_fortress' | 'religious_building' | 'church' | 'synagogue' | 'chapel' | 'community_hall' | 'house_of_worship' | 'mosque' | 'temple' | 'monastery' | 'healthcare_building' | 'hospital' | 'sanatorium_nursing_home_nursing_station' | 'doctors_office_polyclinic' | 'rescue_station' | 'social_services_building' | 'youth_center' | 'leisure_club_community_center' | 'senior_center' | 'homeless_shelter' | 'daycare_kindergarten' | 'refugee_shelter' | 'security_and_order_building' | 'police_station' | 'fire_station' | 'barracks' | 'air_raid_shelter' | 'correctional_facility' | 'cemetery_building' | 'funeral_hall' | 'crematorium' | 'reception_building' | 'railway_station_building' | 'airport_building' | 'subway_station_building' | 'suburban_railway_station_building' | 'bus_station_building' | 'maritime_terminal_building' | 'public_purpose_residential_building' | 'recreational_building' | 'sports_building' | 'sports_gymnasium' | 'sports_field_building' | 'bathhouse' | 'indoor_swimming_pool' | 'outdoor_pool_building' | 'stadium_building' | 'spa_facility_building' | 'medical_bath_building' | 'sanatorium' | 'zoo_building' | 'zoo_entrance_building' | 'aquarium_terrarium_aviary' | 'animal_exhibition_building' | 'zoo_stable' | 'botanical_garden_building' | 'botanical_garden_entrance_building' | 'botanical_greenhouse' | 'conservatory' | 'other_recreational_facility_building' | 'mountain_hut_shelter' | 'tourist_information_center' | 'not_specified_due_to_source_situation' | 'water_tower' | 'church_tower' | 'observation_tower' | 'control_tower' | 'cooling_tower' | 'lighthouse' | 'fire_watchtower' | 'transmission_radio_tower' | 'city_gate_tower' | 'winding_tower' | 'drilling_tower' | 'castle_tower' | 'other' | 'biogas_plant' | 'wind_turbine' | 'solar_panels' | 'mast' | 'power_line_mast' | 'radio_mast' | 'radio_telescope' | 'chimney' | 'crane' | 'slewing_crane' | 'gantry_crane' | 'traveling_crane' | 'blast_furnace' | 'silo' | 'tank' | 'gasometer' | 'grandstand' | 'covered_grandstand' | 'uncovered_grandstand' | 'stadium' | 'covered_stadium' | 'uncovered_stadium' | 'ski_jump_inrun' | 'graduation_tower' | 'historic_water_pipeline' | 'watchtower' | 'fortification_castle_ruin' | 'historic_wall' | 'city_wall' | 'other_historic_wall' | 'canopy' | 'carport' | 'wall' | 'monument' | 'ship_lift' | 'chamber_lock' | 'bridge' | 'swing_bridge' | 'lifting_bridge' | 'drawbridge' | 'elevated_railway_elevated_road' | 'lock_chamber' | 'dam' | 'weir' | 'security_gate' | 'sewer_drain' | 'barrage' | null;
|
|
863
|
+
readonly required: readonly ["type", "coordinates"];
|
|
1873
864
|
};
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
type
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
type
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
* If the characteristics is unknown, the field is set to `null`.
|
|
1952
|
-
*/
|
|
1953
|
-
type characteristics = 'single_two_family' | 'row_semi_detached' | 'multi_family' | 'residential_block' | 'high_rise' | 'terrace' | 'farmhouse' | 'office_other' | 'factory_warehouse';
|
|
1954
|
-
/**
|
|
1955
|
-
*
|
|
1956
|
-
* The `development_layout` field specifies the layout of the building. This field can have one of the following values:
|
|
1957
|
-
*
|
|
1958
|
-
* - **non_detached**: Non-detached building
|
|
1959
|
-
* - **semi_detached**: Semi-detached building
|
|
1960
|
-
* - **detached**: Detached building
|
|
1961
|
-
*
|
|
1962
|
-
* If the development layout is unknown, the field is set to `null`.
|
|
1963
|
-
*
|
|
1964
|
-
* The `development_layout` was modeled based on the number and length of intersections with heated (and buildings with unknown heating status)
|
|
1965
|
-
* neighbouring buildings and the perimeter of a geometry as follows:
|
|
1966
|
-
*
|
|
1967
|
-
* **detached** = intersection_length / outline_length < 0.085
|
|
1968
|
-
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.45 for buildings with exactly 1 intersection
|
|
1969
|
-
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.15 for buildings with more than 1 intersections
|
|
1970
|
-
* **non_detached** = for all other buildings
|
|
1971
|
-
*/
|
|
1972
|
-
type development_layout = 'non_detached' | 'semi_detached' | 'detached';
|
|
1973
|
-
/**
|
|
1974
|
-
*
|
|
1975
|
-
* The `building_function_class` field specifies the standardized English classification of the building function according to the German GFK (Gebäudefunktionsklasse) standard.
|
|
1976
|
-
*
|
|
1977
|
-
* This field categorizes buildings by their primary use or purpose, such as residential, commercial, industrial, public, or mixed-use functions.
|
|
1978
|
-
*
|
|
1979
|
-
* The field is set to `null` if the building function class is unknown.
|
|
1980
|
-
*/
|
|
1981
|
-
type building_function_class = 'residential_building' | 'residential_house' | 'dormitory' | 'childrens_home' | 'nursing_home' | 'nurses_dormitory' | 'student_dormitory' | 'school_country_home' | 'mixed_use_building_with_residential' | 'residential_building_with_public_amenities' | 'residential_building_with_commerce_services' | 'residential_and_administrative_building' | 'residential_and_office_building' | 'residential_and_commercial_building' | 'residential_commercial_industrial_building' | 'agricultural_forestry_residential_building' | 'agricultural_forestry_residential_commercial_building' | 'farmhouse' | 'residential_and_agricultural_building' | 'forest_house' | 'leisure_facility_building' | 'holiday_home' | 'weekend_house' | 'garden_house' | 'commercial_building' | 'commercial_and_service_building' | 'office_building' | 'credit_institution' | 'insurance_office' | 'department_store' | 'shopping_center' | 'market_hall' | 'shop' | 'kiosk' | 'pharmacy' | 'exhibition_hall' | 'accommodation_building' | 'hotel_motel_guesthouse' | 'youth_hostel' | 'hut_with_overnight_stay' | 'campground_building' | 'catering_building' | 'restaurant' | 'hut_no_overnight_stay' | 'canteen' | 'leisure_and_entertainment_venue' | 'banquet_hall' | 'cinema' | 'bowling_alley' | 'casino' | 'arcade' | 'commercial_and_industrial_building' | 'production_building' | 'factory' | 'operations_building' | 'brewery' | 'distillery' | 'workshop' | 'sawmill' | 'gas_station' | 'car_wash' | 'storage_building' | 'cold_storage' | 'warehouse' | 'freight_forwarding_building' | 'research_building' | 'raw_material_extraction_building' | 'mine' | 'saltworks' | 'company_social_facility_building' | 'other_commercial_industrial_building' | 'mill' | 'windmill' | 'watermill' | 'pumping_station' | 'weather_station' | 'commercial_service_residential_building' | 'commercial_industrial_residential_building' | 'traffic_facility_operations_building_general' | 'road_traffic_operations_building' | 'road_maintenance_depot' | 'waiting_hall' | 'rail_traffic_operations_building' | 'railroad_crossing_keeper_house' | 'locomotive_shed_carriage_hall' | 'signal_box_block_post' | 'freight_yard_operations_building' | 'air_traffic_operations_building' | 'aircraft_hangar' | 'maritime_traffic_operations_building' | 'shipyard_hall' | 'dock_hall' | 'lock_operations_building' | 'boathouse' | 'cable_car_operations_building' | 'cable_car_tensioning_station' | 'parking_building' | 'parking_garage' | 'garage' | 'vehicle_hall' | 'supply_building' | 'energy_supply_building' | 'water_supply_building' | 'waterworks' | 'water_reservoir' | 'electricity_supply_building' | 'power_plant' | 'substation' | 'transformer' | 'reactor_building' | 'turbine_house' | 'boiler_house' | 'telecommunications_building' | 'building_at_underground_lines' | 'gas_supply_building' | 'gas_works' | 'heating_plant' | 'utility_building' | 'pumping_station_non_water_supply' | 'disposal_building' | 'wastewater_treatment_building' | 'sewage_treatment_plant_building' | 'public_toilet' | 'waste_treatment_building' | 'waste_bunker' | 'waste_incineration_plant' | 'landfill_building' | 'agricultural_forestry_building' | 'agricultural_forestry_commercial_building' | 'barn' | 'shed' | 'stable' | 'barn_and_stable' | 'large_scale_animal_housing' | 'riding_hall' | 'alpine_hut' | 'hunting_lodge_cabin' | 'greenhouse' | 'moveable_greenhouse' | 'public_building' | 'administrative_building' | 'parliament_building' | 'town_hall' | 'post_office' | 'customs_office' | 'court_building' | 'embassy_consulate' | 'district_administration' | 'regional_government' | 'tax_office' | 'education_research_building' | 'general_education_school' | 'vocational_school' | 'higher_education_building_university' | 'research_institute' | 'cultural_building' | 'palace' | 'theater_opera' | 'concert_hall' | 'museum' | 'broadcasting_television' | 'event_building' | 'library' | 'castle_fortress' | 'religious_building' | 'church' | 'synagogue' | 'chapel' | 'community_hall' | 'house_of_worship' | 'mosque' | 'temple' | 'monastery' | 'healthcare_building' | 'hospital' | 'sanatorium_nursing_home_nursing_station' | 'doctors_office_polyclinic' | 'rescue_station' | 'social_services_building' | 'youth_center' | 'leisure_club_community_center' | 'senior_center' | 'homeless_shelter' | 'daycare_kindergarten' | 'refugee_shelter' | 'security_and_order_building' | 'police_station' | 'fire_station' | 'barracks' | 'air_raid_shelter' | 'correctional_facility' | 'cemetery_building' | 'funeral_hall' | 'crematorium' | 'reception_building' | 'railway_station_building' | 'airport_building' | 'subway_station_building' | 'suburban_railway_station_building' | 'bus_station_building' | 'maritime_terminal_building' | 'public_purpose_residential_building' | 'recreational_building' | 'sports_building' | 'sports_gymnasium' | 'sports_field_building' | 'bathhouse' | 'indoor_swimming_pool' | 'outdoor_pool_building' | 'stadium_building' | 'spa_facility_building' | 'medical_bath_building' | 'sanatorium' | 'zoo_building' | 'zoo_entrance_building' | 'aquarium_terrarium_aviary' | 'animal_exhibition_building' | 'zoo_stable' | 'botanical_garden_building' | 'botanical_garden_entrance_building' | 'botanical_greenhouse' | 'conservatory' | 'other_recreational_facility_building' | 'mountain_hut_shelter' | 'tourist_information_center' | 'not_specified_due_to_source_situation' | 'water_tower' | 'church_tower' | 'observation_tower' | 'control_tower' | 'cooling_tower' | 'lighthouse' | 'fire_watchtower' | 'transmission_radio_tower' | 'city_gate_tower' | 'winding_tower' | 'drilling_tower' | 'castle_tower' | 'other' | 'biogas_plant' | 'wind_turbine' | 'solar_panels' | 'mast' | 'power_line_mast' | 'radio_mast' | 'radio_telescope' | 'chimney' | 'crane' | 'slewing_crane' | 'gantry_crane' | 'traveling_crane' | 'blast_furnace' | 'silo' | 'tank' | 'gasometer' | 'grandstand' | 'covered_grandstand' | 'uncovered_grandstand' | 'stadium' | 'covered_stadium' | 'uncovered_stadium' | 'ski_jump_inrun' | 'graduation_tower' | 'historic_water_pipeline' | 'watchtower' | 'fortification_castle_ruin' | 'historic_wall' | 'city_wall' | 'other_historic_wall' | 'canopy' | 'carport' | 'wall' | 'monument' | 'ship_lift' | 'chamber_lock' | 'bridge' | 'swing_bridge' | 'lifting_bridge' | 'drawbridge' | 'elevated_railway_elevated_road' | 'lock_chamber' | 'dam' | 'weir' | 'security_gate' | 'sewer_drain' | 'barrage';
|
|
865
|
+
declare const $GeometryCollection3D: {
|
|
866
|
+
readonly type: "object";
|
|
867
|
+
readonly properties: {
|
|
868
|
+
readonly type: {
|
|
869
|
+
readonly type: "string";
|
|
870
|
+
readonly enum: readonly ["GeometryCollection"];
|
|
871
|
+
};
|
|
872
|
+
readonly geometries: {
|
|
873
|
+
readonly type: "array";
|
|
874
|
+
readonly items: {
|
|
875
|
+
readonly anyOf: readonly [{
|
|
876
|
+
readonly $ref: "#/components/schemas/Polygon3DGeometry";
|
|
877
|
+
}, {
|
|
878
|
+
readonly $ref: "#/components/schemas/MultiPolygon3DGeometry";
|
|
879
|
+
}];
|
|
880
|
+
};
|
|
881
|
+
};
|
|
882
|
+
};
|
|
883
|
+
readonly required: readonly ["type", "geometries"];
|
|
884
|
+
};
|
|
885
|
+
declare const $Geometry3D: {
|
|
886
|
+
readonly anyOf: readonly [{
|
|
887
|
+
readonly $ref: "#/components/schemas/Polygon3DGeometry";
|
|
888
|
+
}, {
|
|
889
|
+
readonly $ref: "#/components/schemas/MultiPolygon3DGeometry";
|
|
890
|
+
}, {
|
|
891
|
+
readonly $ref: "#/components/schemas/GeometryCollection3D";
|
|
892
|
+
}];
|
|
893
|
+
};
|
|
894
|
+
declare const $SurfaceType: {
|
|
895
|
+
readonly type: "string";
|
|
896
|
+
readonly enum: readonly ["wall", "ground", "roof"];
|
|
897
|
+
readonly description: "The surface type of this geometry (wall, ground, or roof)";
|
|
898
|
+
readonly example: "roof";
|
|
899
|
+
};
|
|
900
|
+
declare const $BuildingGeometryPropertiesV4: {
|
|
901
|
+
readonly type: "object";
|
|
902
|
+
readonly properties: {
|
|
903
|
+
readonly type: {
|
|
904
|
+
readonly $ref: "#/components/schemas/SurfaceType";
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
readonly required: readonly ["type"];
|
|
908
|
+
};
|
|
909
|
+
declare const $BuildingGeometryFeatureV4: {
|
|
910
|
+
readonly type: "object";
|
|
911
|
+
readonly properties: {
|
|
912
|
+
readonly type: {
|
|
913
|
+
readonly type: "string";
|
|
914
|
+
readonly enum: readonly ["Feature"];
|
|
915
|
+
};
|
|
916
|
+
readonly geometry: {
|
|
917
|
+
readonly $ref: "#/components/schemas/Geometry3D";
|
|
918
|
+
};
|
|
919
|
+
readonly properties: {
|
|
920
|
+
readonly $ref: "#/components/schemas/BuildingGeometryPropertiesV4";
|
|
921
|
+
};
|
|
922
|
+
};
|
|
923
|
+
readonly required: readonly ["type", "geometry", "properties"];
|
|
924
|
+
};
|
|
925
|
+
declare const $BuildingGeometryResponseV4: {
|
|
926
|
+
readonly type: "object";
|
|
927
|
+
readonly properties: {
|
|
928
|
+
readonly type: {
|
|
929
|
+
readonly type: "string";
|
|
930
|
+
readonly enum: readonly ["FeatureCollection"];
|
|
931
|
+
};
|
|
932
|
+
readonly features: {
|
|
933
|
+
readonly type: "array";
|
|
934
|
+
readonly items: {
|
|
935
|
+
readonly $ref: "#/components/schemas/BuildingGeometryFeatureV4";
|
|
936
|
+
};
|
|
937
|
+
};
|
|
938
|
+
};
|
|
939
|
+
readonly required: readonly ["type", "features"];
|
|
940
|
+
};
|
|
941
|
+
|
|
1982
942
|
type LookupPropertiesV3 = {
|
|
1983
943
|
/**
|
|
1984
944
|
*
|
|
@@ -2092,7 +1052,7 @@ type LookupPropertiesV3 = {
|
|
|
2092
1052
|
*
|
|
2093
1053
|
* The `net_area` was modeled according to the Raumwärmebedarfsmodell NRW as:
|
|
2094
1054
|
* `footprint_area` * `levels` * factors between 0.7 (inhabited) and 0.8 (non-inhabited)
|
|
2095
|
-
* the latter was done to
|
|
1055
|
+
* the latter was done to consider e.g., inner wall area or staircases.
|
|
2096
1056
|
*/
|
|
2097
1057
|
net_area: number | null;
|
|
2098
1058
|
/**
|
|
@@ -2316,11 +1276,11 @@ type LookupPropertiesV3 = {
|
|
|
2316
1276
|
* The `flood_potential` field is an array representing different flood risk scenarios for a given
|
|
2317
1277
|
* location. The objects in the array can contain the following fields:
|
|
2318
1278
|
*
|
|
2319
|
-
* - `
|
|
1279
|
+
* - `min_recurrence`: The minimum expected recurrence interval for flooding, measured in years.
|
|
2320
1280
|
* This field is optional and can be `null` if the data is unavailable. A lower value indicates more
|
|
2321
1281
|
* frequent flooding.
|
|
2322
1282
|
*
|
|
2323
|
-
* - `
|
|
1283
|
+
* - `max_recurrence`: The maximum expected recurrence interval for flooding, also in years. This
|
|
2324
1284
|
* field is optional and can be `null`. If provided, this value represents the upper bound of the
|
|
2325
1285
|
* flood risk interval. This field allows the specification of a range of recurrence intervals.
|
|
2326
1286
|
*
|
|
@@ -3085,6 +2045,75 @@ type LookupPropertiesV3 = {
|
|
|
3085
2045
|
*/
|
|
3086
2046
|
biosphere_reserve: boolean | null;
|
|
3087
2047
|
};
|
|
2048
|
+
/**
|
|
2049
|
+
*
|
|
2050
|
+
* The `roof_type` field specifies the type of roof of a building. This field can have one of the following values:
|
|
2051
|
+
*
|
|
2052
|
+
* - **flat**: Flat roof
|
|
2053
|
+
* - **pitched**: Pitched roof
|
|
2054
|
+
* - **mixed**: Mixed types of roofs
|
|
2055
|
+
*
|
|
2056
|
+
* The field is set to `null` if the building type is unknown.
|
|
2057
|
+
*/
|
|
2058
|
+
type roof_type = 'flat' | 'pitched' | 'mixed';
|
|
2059
|
+
/**
|
|
2060
|
+
*
|
|
2061
|
+
* The `type` field specifies the type of building. This field can have one of the following values:
|
|
2062
|
+
*
|
|
2063
|
+
* - **single_family**: Single-family house
|
|
2064
|
+
* - **multi_family**: Multi-family house
|
|
2065
|
+
* - **non_residential**: Non-residential building
|
|
2066
|
+
* - **mixed_use**: Mixed-use building
|
|
2067
|
+
*
|
|
2068
|
+
* The field is set to `null` if the building type is unknown.
|
|
2069
|
+
*/
|
|
2070
|
+
type type = 'single_family' | 'multi_family' | 'non_residential' | 'mixed_use';
|
|
2071
|
+
/**
|
|
2072
|
+
*
|
|
2073
|
+
* The `characteristics` field defines the different types of building characteristics. This classification includes
|
|
2074
|
+
* various types of residential and non-residential buildings. This field can have one of the following values:
|
|
2075
|
+
*
|
|
2076
|
+
* - **single_two_family**: Single- or two-family house
|
|
2077
|
+
* - **row_semi_detached**: Row or semi-detached house
|
|
2078
|
+
* - **multi_family**: Multi-family house
|
|
2079
|
+
* - **residential_block**: Residential block
|
|
2080
|
+
* - **high_rise**: High-rise residential building
|
|
2081
|
+
* - **terrace**: Terrace house
|
|
2082
|
+
* - **farmhouse**: Farmhouse
|
|
2083
|
+
* - **office_other**: Office or other building
|
|
2084
|
+
* - **factory_warehouse**: Factory or warehouse building
|
|
2085
|
+
*
|
|
2086
|
+
* If the characteristics is unknown, the field is set to `null`.
|
|
2087
|
+
*/
|
|
2088
|
+
type characteristics = 'single_two_family' | 'row_semi_detached' | 'multi_family' | 'residential_block' | 'high_rise' | 'terrace' | 'farmhouse' | 'office_other' | 'factory_warehouse';
|
|
2089
|
+
/**
|
|
2090
|
+
*
|
|
2091
|
+
* The `development_layout` field specifies the layout of the building. This field can have one of the following values:
|
|
2092
|
+
*
|
|
2093
|
+
* - **non_detached**: Non-detached building
|
|
2094
|
+
* - **semi_detached**: Semi-detached building
|
|
2095
|
+
* - **detached**: Detached building
|
|
2096
|
+
*
|
|
2097
|
+
* If the development layout is unknown, the field is set to `null`.
|
|
2098
|
+
*
|
|
2099
|
+
* The `development_layout` was modeled based on the number and length of intersections with heated (and buildings with unknown heating status)
|
|
2100
|
+
* neighbouring buildings and the perimeter of a geometry as follows:
|
|
2101
|
+
*
|
|
2102
|
+
* **detached** = intersection_length / outline_length < 0.085
|
|
2103
|
+
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.45 for buildings with exactly 1 intersection
|
|
2104
|
+
* **semi_detached** = intersection_length / outline_length >= 0.085 AND intersection_length / outline_length < 0.15 for buildings with more than 1 intersections
|
|
2105
|
+
* **non_detached** = for all other buildings
|
|
2106
|
+
*/
|
|
2107
|
+
type development_layout = 'non_detached' | 'semi_detached' | 'detached';
|
|
2108
|
+
/**
|
|
2109
|
+
*
|
|
2110
|
+
* The `building_function_class` field specifies the standardized English classification of the building function according to the German GFK (Gebäudefunktionsklasse) standard.
|
|
2111
|
+
*
|
|
2112
|
+
* This field categorizes buildings by their primary use or purpose, such as residential, commercial, industrial, public, or mixed-use functions.
|
|
2113
|
+
*
|
|
2114
|
+
* The field is set to `null` if the building function class is unknown.
|
|
2115
|
+
*/
|
|
2116
|
+
type building_function_class = 'residential_building' | 'residential_house' | 'dormitory' | 'childrens_home' | 'nursing_home' | 'nurses_dormitory' | 'student_dormitory' | 'school_country_home' | 'mixed_use_building_with_residential' | 'residential_building_with_public_amenities' | 'residential_building_with_commerce_services' | 'residential_and_administrative_building' | 'residential_and_office_building' | 'residential_and_commercial_building' | 'residential_commercial_industrial_building' | 'agricultural_forestry_residential_building' | 'agricultural_forestry_residential_commercial_building' | 'farmhouse' | 'residential_and_agricultural_building' | 'forest_house' | 'leisure_facility_building' | 'holiday_home' | 'weekend_house' | 'garden_house' | 'commercial_building' | 'commercial_and_service_building' | 'office_building' | 'credit_institution' | 'insurance_office' | 'department_store' | 'shopping_center' | 'market_hall' | 'shop' | 'kiosk' | 'pharmacy' | 'exhibition_hall' | 'accommodation_building' | 'hotel_motel_guesthouse' | 'youth_hostel' | 'hut_with_overnight_stay' | 'campground_building' | 'catering_building' | 'restaurant' | 'hut_no_overnight_stay' | 'canteen' | 'leisure_and_entertainment_venue' | 'banquet_hall' | 'cinema' | 'bowling_alley' | 'casino' | 'arcade' | 'commercial_and_industrial_building' | 'production_building' | 'factory' | 'operations_building' | 'brewery' | 'distillery' | 'workshop' | 'sawmill' | 'gas_station' | 'car_wash' | 'storage_building' | 'cold_storage' | 'warehouse' | 'freight_forwarding_building' | 'research_building' | 'raw_material_extraction_building' | 'mine' | 'saltworks' | 'company_social_facility_building' | 'other_commercial_industrial_building' | 'mill' | 'windmill' | 'watermill' | 'pumping_station' | 'weather_station' | 'commercial_service_residential_building' | 'commercial_industrial_residential_building' | 'traffic_facility_operations_building_general' | 'road_traffic_operations_building' | 'road_maintenance_depot' | 'waiting_hall' | 'rail_traffic_operations_building' | 'railroad_crossing_keeper_house' | 'locomotive_shed_carriage_hall' | 'signal_box_block_post' | 'freight_yard_operations_building' | 'air_traffic_operations_building' | 'aircraft_hangar' | 'maritime_traffic_operations_building' | 'shipyard_hall' | 'dock_hall' | 'lock_operations_building' | 'boathouse' | 'cable_car_operations_building' | 'cable_car_tensioning_station' | 'parking_building' | 'parking_garage' | 'garage' | 'vehicle_hall' | 'supply_building' | 'energy_supply_building' | 'water_supply_building' | 'waterworks' | 'water_reservoir' | 'electricity_supply_building' | 'power_plant' | 'substation' | 'transformer' | 'reactor_building' | 'turbine_house' | 'boiler_house' | 'telecommunications_building' | 'building_at_underground_lines' | 'gas_supply_building' | 'gas_works' | 'heating_plant' | 'utility_building' | 'pumping_station_non_water_supply' | 'disposal_building' | 'wastewater_treatment_building' | 'sewage_treatment_plant_building' | 'public_toilet' | 'waste_treatment_building' | 'waste_bunker' | 'waste_incineration_plant' | 'landfill_building' | 'agricultural_forestry_building' | 'agricultural_forestry_commercial_building' | 'barn' | 'shed' | 'stable' | 'barn_and_stable' | 'large_scale_animal_housing' | 'riding_hall' | 'alpine_hut' | 'hunting_lodge_cabin' | 'greenhouse' | 'moveable_greenhouse' | 'public_building' | 'administrative_building' | 'parliament_building' | 'town_hall' | 'post_office' | 'customs_office' | 'court_building' | 'embassy_consulate' | 'district_administration' | 'regional_government' | 'tax_office' | 'education_research_building' | 'general_education_school' | 'vocational_school' | 'higher_education_building_university' | 'research_institute' | 'cultural_building' | 'palace' | 'theater_opera' | 'concert_hall' | 'museum' | 'broadcasting_television' | 'event_building' | 'library' | 'castle_fortress' | 'religious_building' | 'church' | 'synagogue' | 'chapel' | 'community_hall' | 'house_of_worship' | 'mosque' | 'temple' | 'monastery' | 'healthcare_building' | 'hospital' | 'sanatorium_nursing_home_nursing_station' | 'doctors_office_polyclinic' | 'rescue_station' | 'social_services_building' | 'youth_center' | 'leisure_club_community_center' | 'senior_center' | 'homeless_shelter' | 'daycare_kindergarten' | 'refugee_shelter' | 'security_and_order_building' | 'police_station' | 'fire_station' | 'barracks' | 'air_raid_shelter' | 'correctional_facility' | 'cemetery_building' | 'funeral_hall' | 'crematorium' | 'reception_building' | 'railway_station_building' | 'airport_building' | 'subway_station_building' | 'suburban_railway_station_building' | 'bus_station_building' | 'maritime_terminal_building' | 'public_purpose_residential_building' | 'recreational_building' | 'sports_building' | 'sports_gymnasium' | 'sports_field_building' | 'bathhouse' | 'indoor_swimming_pool' | 'outdoor_pool_building' | 'stadium_building' | 'spa_facility_building' | 'medical_bath_building' | 'sanatorium' | 'zoo_building' | 'zoo_entrance_building' | 'aquarium_terrarium_aviary' | 'animal_exhibition_building' | 'zoo_stable' | 'botanical_garden_building' | 'botanical_garden_entrance_building' | 'botanical_greenhouse' | 'conservatory' | 'other_recreational_facility_building' | 'mountain_hut_shelter' | 'tourist_information_center' | 'not_specified_due_to_source_situation' | 'water_tower' | 'church_tower' | 'observation_tower' | 'control_tower' | 'cooling_tower' | 'lighthouse' | 'fire_watchtower' | 'transmission_radio_tower' | 'city_gate_tower' | 'winding_tower' | 'drilling_tower' | 'castle_tower' | 'other' | 'biogas_plant' | 'wind_turbine' | 'solar_panels' | 'mast' | 'power_line_mast' | 'radio_mast' | 'radio_telescope' | 'chimney' | 'crane' | 'slewing_crane' | 'gantry_crane' | 'traveling_crane' | 'blast_furnace' | 'silo' | 'tank' | 'gasometer' | 'grandstand' | 'covered_grandstand' | 'uncovered_grandstand' | 'stadium' | 'covered_stadium' | 'uncovered_stadium' | 'ski_jump_inrun' | 'graduation_tower' | 'historic_water_pipeline' | 'watchtower' | 'fortification_castle_ruin' | 'historic_wall' | 'city_wall' | 'other_historic_wall' | 'canopy' | 'carport' | 'wall' | 'monument' | 'ship_lift' | 'chamber_lock' | 'bridge' | 'swing_bridge' | 'lifting_bridge' | 'drawbridge' | 'elevated_railway_elevated_road' | 'lock_chamber' | 'dam' | 'weir' | 'security_gate' | 'sewer_drain' | 'barrage';
|
|
3088
2117
|
/**
|
|
3089
2118
|
* The grouping strategy used to aggregate buildings in this result. Currently supports: proximity (cadastral based clustering) and property (cadastral, address, construction year, and roof type based grouping). Defaults to `proximity` when no strategy is specified in the request.
|
|
3090
2119
|
*/
|
|
@@ -3226,86 +2255,41 @@ type ParcelPropertiesV4 = {
|
|
|
3226
2255
|
*/
|
|
3227
2256
|
free_area: number | null;
|
|
3228
2257
|
};
|
|
3229
|
-
type
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
street: string;
|
|
3234
|
-
streetNumber: string;
|
|
3235
|
-
};
|
|
2258
|
+
type Position3D = unknown[];
|
|
2259
|
+
type Polygon3DGeometry = {
|
|
2260
|
+
type: 'Polygon';
|
|
2261
|
+
coordinates: Array<Array<Position3D>>;
|
|
3236
2262
|
};
|
|
3237
|
-
type
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3242
|
-
} | {
|
|
3243
|
-
type: 'MultiPolygon';
|
|
3244
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3245
|
-
};
|
|
3246
|
-
properties: LookupPropertiesV2;
|
|
2263
|
+
type type2 = 'Polygon';
|
|
2264
|
+
type MultiPolygon3DGeometry = {
|
|
2265
|
+
type: 'MultiPolygon';
|
|
2266
|
+
coordinates: Array<Array<Array<Position3D>>>;
|
|
3247
2267
|
};
|
|
3248
|
-
type
|
|
3249
|
-
type
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
lng?: number | null;
|
|
3253
|
-
};
|
|
2268
|
+
type type3 = 'MultiPolygon';
|
|
2269
|
+
type GeometryCollection3D = {
|
|
2270
|
+
type: 'GeometryCollection';
|
|
2271
|
+
geometries: Array<(Polygon3DGeometry | MultiPolygon3DGeometry)>;
|
|
3254
2272
|
};
|
|
3255
|
-
type
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
};
|
|
3264
|
-
properties: LookupPropertiesV2;
|
|
2273
|
+
type type4 = 'GeometryCollection';
|
|
2274
|
+
type Geometry3D = Polygon3DGeometry | MultiPolygon3DGeometry | GeometryCollection3D;
|
|
2275
|
+
/**
|
|
2276
|
+
* The surface type of this geometry (wall, ground, or roof)
|
|
2277
|
+
*/
|
|
2278
|
+
type SurfaceType = 'wall' | 'ground' | 'roof';
|
|
2279
|
+
type BuildingGeometryPropertiesV4 = {
|
|
2280
|
+
type: SurfaceType;
|
|
3265
2281
|
};
|
|
3266
|
-
type
|
|
3267
|
-
type
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
*/
|
|
3271
|
-
body: {
|
|
3272
|
-
[key: string]: {
|
|
3273
|
-
lat: number | null;
|
|
3274
|
-
lng: number | null;
|
|
3275
|
-
};
|
|
3276
|
-
};
|
|
2282
|
+
type BuildingGeometryFeatureV4 = {
|
|
2283
|
+
type: 'Feature';
|
|
2284
|
+
geometry: Geometry3D;
|
|
2285
|
+
properties: BuildingGeometryPropertiesV4;
|
|
3277
2286
|
};
|
|
3278
|
-
type
|
|
2287
|
+
type type5 = 'Feature';
|
|
2288
|
+
type BuildingGeometryResponseV4 = {
|
|
3279
2289
|
type: 'FeatureCollection';
|
|
3280
|
-
|
|
3281
|
-
counts: {
|
|
3282
|
-
total: number;
|
|
3283
|
-
found: number;
|
|
3284
|
-
not_found: number;
|
|
3285
|
-
};
|
|
3286
|
-
references: {
|
|
3287
|
-
found: Array<(string)>;
|
|
3288
|
-
not_found: Array<(string)>;
|
|
3289
|
-
};
|
|
3290
|
-
};
|
|
3291
|
-
features: Array<{
|
|
3292
|
-
type: 'Feature';
|
|
3293
|
-
geometry: {
|
|
3294
|
-
type: 'Polygon';
|
|
3295
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3296
|
-
} | {
|
|
3297
|
-
type: 'MultiPolygon';
|
|
3298
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3299
|
-
};
|
|
3300
|
-
properties: LookupPropertiesV2 & {
|
|
3301
|
-
/**
|
|
3302
|
-
* A unique identifier for the feature, which is provided by the client.
|
|
3303
|
-
*/
|
|
3304
|
-
reference: string;
|
|
3305
|
-
};
|
|
3306
|
-
}>;
|
|
2290
|
+
features: Array<BuildingGeometryFeatureV4>;
|
|
3307
2291
|
};
|
|
3308
|
-
type
|
|
2292
|
+
type type6 = 'FeatureCollection';
|
|
3309
2293
|
type GetAddressLookupV3Data = {
|
|
3310
2294
|
query: {
|
|
3311
2295
|
city: string;
|
|
@@ -3396,218 +2380,42 @@ type PostCoordinateBatchLookupV3Response = {
|
|
|
3396
2380
|
properties: LookupPropertiesV3 & {
|
|
3397
2381
|
/**
|
|
3398
2382
|
* A unique identifier for the feature, which is provided by the client.
|
|
3399
|
-
*/
|
|
3400
|
-
reference: string;
|
|
3401
|
-
};
|
|
3402
|
-
}>;
|
|
3403
|
-
};
|
|
3404
|
-
type PostCoordinateBatchLookupV3Error = unknown;
|
|
3405
|
-
type GetParcelCoordinateLookupV4Data = {
|
|
3406
|
-
query?: {
|
|
3407
|
-
lat?: number | null;
|
|
3408
|
-
lng?: number | null;
|
|
3409
|
-
};
|
|
3410
|
-
};
|
|
3411
|
-
type GetParcelCoordinateLookupV4Response = {
|
|
3412
|
-
type: 'FeatureCollection';
|
|
3413
|
-
features: Array<{
|
|
3414
|
-
type: 'Feature';
|
|
3415
|
-
geometry: {
|
|
3416
|
-
type: 'Polygon';
|
|
3417
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3418
|
-
} | {
|
|
3419
|
-
type: 'MultiPolygon';
|
|
3420
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3421
|
-
};
|
|
3422
|
-
properties: ParcelPropertiesV4;
|
|
3423
|
-
}>;
|
|
3424
|
-
};
|
|
3425
|
-
type GetParcelCoordinateLookupV4Error = unknown;
|
|
3426
|
-
type $OpenApiTs = {
|
|
3427
|
-
'/v2/addressLookup': {
|
|
3428
|
-
get: {
|
|
3429
|
-
req: GetAddressLookupV2Data;
|
|
3430
|
-
res: {
|
|
3431
|
-
/**
|
|
3432
|
-
*
|
|
3433
|
-
* Retrieves the building data based on the provided address. The response includes detailed
|
|
3434
|
-
* information about the building. A more detailed description of the response can be found
|
|
3435
|
-
* in the schema definition.
|
|
3436
|
-
*
|
|
3437
|
-
*/
|
|
3438
|
-
'200': {
|
|
3439
|
-
type: 'Feature';
|
|
3440
|
-
geometry: {
|
|
3441
|
-
type: 'Polygon';
|
|
3442
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3443
|
-
} | {
|
|
3444
|
-
type: 'MultiPolygon';
|
|
3445
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3446
|
-
};
|
|
3447
|
-
properties: LookupPropertiesV2;
|
|
3448
|
-
};
|
|
3449
|
-
/**
|
|
3450
|
-
* Invalid address
|
|
3451
|
-
*/
|
|
3452
|
-
'400': {
|
|
3453
|
-
/**
|
|
3454
|
-
* Invalid address
|
|
3455
|
-
*/
|
|
3456
|
-
error: string;
|
|
3457
|
-
};
|
|
3458
|
-
/**
|
|
3459
|
-
* Address not found
|
|
3460
|
-
*/
|
|
3461
|
-
'404': {
|
|
3462
|
-
/**
|
|
3463
|
-
* Address not found
|
|
3464
|
-
*/
|
|
3465
|
-
error: string;
|
|
3466
|
-
};
|
|
3467
|
-
/**
|
|
3468
|
-
* Internal server error
|
|
3469
|
-
*/
|
|
3470
|
-
'500': {
|
|
3471
|
-
/**
|
|
3472
|
-
* Internal server error
|
|
3473
|
-
*/
|
|
3474
|
-
error: string;
|
|
3475
|
-
};
|
|
3476
|
-
};
|
|
3477
|
-
};
|
|
3478
|
-
};
|
|
3479
|
-
'/v2/coordinateLookup': {
|
|
3480
|
-
get: {
|
|
3481
|
-
req: GetCoordinateLookupV2Data;
|
|
3482
|
-
res: {
|
|
3483
|
-
/**
|
|
3484
|
-
*
|
|
3485
|
-
* Retrieves the building data based on the provided address. The response includes detailed
|
|
3486
|
-
* information about the building. A more detailed description of the response can be found in
|
|
3487
|
-
* the schema definition.
|
|
3488
|
-
*
|
|
3489
|
-
*/
|
|
3490
|
-
'200': {
|
|
3491
|
-
type: 'Feature';
|
|
3492
|
-
geometry: {
|
|
3493
|
-
type: 'Polygon';
|
|
3494
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3495
|
-
} | {
|
|
3496
|
-
type: 'MultiPolygon';
|
|
3497
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3498
|
-
};
|
|
3499
|
-
properties: LookupPropertiesV2;
|
|
3500
|
-
};
|
|
3501
|
-
/**
|
|
3502
|
-
* Invalid coordinate
|
|
3503
|
-
*/
|
|
3504
|
-
'400': {
|
|
3505
|
-
/**
|
|
3506
|
-
* Invalid coordinate
|
|
3507
|
-
*/
|
|
3508
|
-
error: string;
|
|
3509
|
-
};
|
|
3510
|
-
/**
|
|
3511
|
-
* Unauthorized access
|
|
3512
|
-
*/
|
|
3513
|
-
'401': {
|
|
3514
|
-
/**
|
|
3515
|
-
* Unauthorized access
|
|
3516
|
-
*/
|
|
3517
|
-
error: string;
|
|
3518
|
-
};
|
|
3519
|
-
/**
|
|
3520
|
-
* Coordinate not found
|
|
3521
|
-
*/
|
|
3522
|
-
'404': {
|
|
3523
|
-
/**
|
|
3524
|
-
* Coordinate not found
|
|
3525
|
-
*/
|
|
3526
|
-
error: string;
|
|
3527
|
-
};
|
|
3528
|
-
/**
|
|
3529
|
-
* Internal server error
|
|
3530
|
-
*/
|
|
3531
|
-
'500': {
|
|
3532
|
-
/**
|
|
3533
|
-
* Internal server error
|
|
3534
|
-
*/
|
|
3535
|
-
error: string;
|
|
3536
|
-
};
|
|
3537
|
-
};
|
|
2383
|
+
*/
|
|
2384
|
+
reference: string;
|
|
3538
2385
|
};
|
|
2386
|
+
}>;
|
|
2387
|
+
};
|
|
2388
|
+
type PostCoordinateBatchLookupV3Error = unknown;
|
|
2389
|
+
type GetParcelCoordinateLookupV4Data = {
|
|
2390
|
+
query?: {
|
|
2391
|
+
lat?: number | null;
|
|
2392
|
+
lng?: number | null;
|
|
3539
2393
|
};
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
'200': {
|
|
3552
|
-
type: 'FeatureCollection';
|
|
3553
|
-
metadata: {
|
|
3554
|
-
counts: {
|
|
3555
|
-
total: number;
|
|
3556
|
-
found: number;
|
|
3557
|
-
not_found: number;
|
|
3558
|
-
};
|
|
3559
|
-
references: {
|
|
3560
|
-
found: Array<(string)>;
|
|
3561
|
-
not_found: Array<(string)>;
|
|
3562
|
-
};
|
|
3563
|
-
};
|
|
3564
|
-
features: Array<{
|
|
3565
|
-
type: 'Feature';
|
|
3566
|
-
geometry: {
|
|
3567
|
-
type: 'Polygon';
|
|
3568
|
-
coordinates: Array<Array<(unknown[])>>;
|
|
3569
|
-
} | {
|
|
3570
|
-
type: 'MultiPolygon';
|
|
3571
|
-
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3572
|
-
};
|
|
3573
|
-
properties: LookupPropertiesV2 & {
|
|
3574
|
-
/**
|
|
3575
|
-
* A unique identifier for the feature, which is provided by the client.
|
|
3576
|
-
*/
|
|
3577
|
-
reference: string;
|
|
3578
|
-
};
|
|
3579
|
-
}>;
|
|
3580
|
-
};
|
|
3581
|
-
/**
|
|
3582
|
-
* Invalid coordinates
|
|
3583
|
-
*/
|
|
3584
|
-
'400': {
|
|
3585
|
-
/**
|
|
3586
|
-
* Invalid coordinates
|
|
3587
|
-
*/
|
|
3588
|
-
error: string;
|
|
3589
|
-
};
|
|
3590
|
-
/**
|
|
3591
|
-
* Unauthorized access
|
|
3592
|
-
*/
|
|
3593
|
-
'401': {
|
|
3594
|
-
/**
|
|
3595
|
-
* Unauthorized access
|
|
3596
|
-
*/
|
|
3597
|
-
error: string;
|
|
3598
|
-
};
|
|
3599
|
-
/**
|
|
3600
|
-
* Internal server error
|
|
3601
|
-
*/
|
|
3602
|
-
'500': {
|
|
3603
|
-
/**
|
|
3604
|
-
* Internal server error
|
|
3605
|
-
*/
|
|
3606
|
-
error: string;
|
|
3607
|
-
};
|
|
3608
|
-
};
|
|
2394
|
+
};
|
|
2395
|
+
type GetParcelCoordinateLookupV4Response = {
|
|
2396
|
+
type: 'FeatureCollection';
|
|
2397
|
+
features: Array<{
|
|
2398
|
+
type: 'Feature';
|
|
2399
|
+
geometry: {
|
|
2400
|
+
type: 'Polygon';
|
|
2401
|
+
coordinates: Array<Array<(unknown[])>>;
|
|
2402
|
+
} | {
|
|
2403
|
+
type: 'MultiPolygon';
|
|
2404
|
+
coordinates: Array<Array<Array<(unknown[])>>>;
|
|
3609
2405
|
};
|
|
2406
|
+
properties: ParcelPropertiesV4;
|
|
2407
|
+
}>;
|
|
2408
|
+
};
|
|
2409
|
+
type GetParcelCoordinateLookupV4Error = unknown;
|
|
2410
|
+
type GetBuildingPart3dGeometryLookupV4Data = {
|
|
2411
|
+
query: {
|
|
2412
|
+
building_id: string;
|
|
2413
|
+
grouping_strategy?: 'proximity' | 'property';
|
|
3610
2414
|
};
|
|
2415
|
+
};
|
|
2416
|
+
type GetBuildingPart3dGeometryLookupV4Response = BuildingGeometryResponseV4;
|
|
2417
|
+
type GetBuildingPart3dGeometryLookupV4Error = unknown;
|
|
2418
|
+
type $OpenApiTs = {
|
|
3611
2419
|
'/v3/addressLookup': {
|
|
3612
2420
|
get: {
|
|
3613
2421
|
req: GetAddressLookupV3Data;
|
|
@@ -3849,143 +2657,46 @@ type $OpenApiTs = {
|
|
|
3849
2657
|
};
|
|
3850
2658
|
};
|
|
3851
2659
|
};
|
|
2660
|
+
'/v4/buildingPart3dGeometryLookup': {
|
|
2661
|
+
get: {
|
|
2662
|
+
req: GetBuildingPart3dGeometryLookupV4Data;
|
|
2663
|
+
res: {
|
|
2664
|
+
/**
|
|
2665
|
+
*
|
|
2666
|
+
* Retrieves the 3D building part geometries for the group that contains the given building identifier.
|
|
2667
|
+
* The response includes wall, roof, and ground surface geometries as individual Features in a FeatureCollection.
|
|
2668
|
+
*
|
|
2669
|
+
*/
|
|
2670
|
+
'200': BuildingGeometryResponseV4;
|
|
2671
|
+
/**
|
|
2672
|
+
* Invalid or missing building_id
|
|
2673
|
+
*/
|
|
2674
|
+
'400': {
|
|
2675
|
+
error: string;
|
|
2676
|
+
};
|
|
2677
|
+
/**
|
|
2678
|
+
* Unauthorized access
|
|
2679
|
+
*/
|
|
2680
|
+
'401': {
|
|
2681
|
+
error: string;
|
|
2682
|
+
};
|
|
2683
|
+
/**
|
|
2684
|
+
* Building not found
|
|
2685
|
+
*/
|
|
2686
|
+
'404': {
|
|
2687
|
+
error: string;
|
|
2688
|
+
};
|
|
2689
|
+
/**
|
|
2690
|
+
* Internal server error
|
|
2691
|
+
*/
|
|
2692
|
+
'500': {
|
|
2693
|
+
error: string;
|
|
2694
|
+
};
|
|
2695
|
+
};
|
|
2696
|
+
};
|
|
2697
|
+
};
|
|
3852
2698
|
};
|
|
3853
2699
|
|
|
3854
|
-
/**
|
|
3855
|
-
* Retrieve building data based on a given address
|
|
3856
|
-
*
|
|
3857
|
-
* This endpoint allows users to retrieve detailed building data by providing an address.
|
|
3858
|
-
* The data includes information from both public and private sources, aggregated into a
|
|
3859
|
-
* comprehensive dataset.
|
|
3860
|
-
*
|
|
3861
|
-
* ### Permissions
|
|
3862
|
-
* - `api.lookup.address.read`: This permission grants the ability
|
|
3863
|
-
* to read and retrieve building data based on a provided address. It ensures that the
|
|
3864
|
-
* user has access rights to query the address-based lookup endpoint.
|
|
3865
|
-
*
|
|
3866
|
-
* ### Address-based Lookup
|
|
3867
|
-
* This endpoint is designed to retrieve building data based on a given address, focusing
|
|
3868
|
-
* solely on exact matches. If the address is not found, the endpoint will return an empty
|
|
3869
|
-
* response. For use cases involving un-geocoded addresses, we recommend using our
|
|
3870
|
-
* coordinate-based lookup endpoint.
|
|
3871
|
-
*
|
|
3872
|
-
* ### Response Structure
|
|
3873
|
-
* - **GeoJSON Type**: In v2, the response format has been simplified to a `Feature` object, representing a single feature, rather than the `FeatureCollection` type returned by v1. This change reflects the endpoint's focus on returning a single or no result based on the query.
|
|
3874
|
-
*/
|
|
3875
|
-
declare const getAddressLookupV2: (options: Options<GetAddressLookupV2Data>) => Promise<{
|
|
3876
|
-
error?: unknown;
|
|
3877
|
-
data?: GetAddressLookupV2Response | undefined;
|
|
3878
|
-
request: Request;
|
|
3879
|
-
response: Response;
|
|
3880
|
-
}>;
|
|
3881
|
-
/**
|
|
3882
|
-
* Retrieve building data based on a given coordinate
|
|
3883
|
-
*
|
|
3884
|
-
* This endpoint allows users to retrieve detailed building data by providing a geo coordinate.
|
|
3885
|
-
* The data includes information from both public and private sources, aggregated into a
|
|
3886
|
-
* comprehensive dataset.
|
|
3887
|
-
*
|
|
3888
|
-
* ### Key Changes in v2
|
|
3889
|
-
* In v2, the response format has been optimized to return a `Feature` rather than a `FeatureCollection`. This adjustment reflects the endpoint’s focus on retrieving a single result or no result, rather than a collection, simplifying client-side handling.
|
|
3890
|
-
*
|
|
3891
|
-
* ### Permissions
|
|
3892
|
-
* - `api.lookup.coordinate.read`: This permission grants the ability to
|
|
3893
|
-
* read and retrieve building data based on a provided coordinate. It ensures that the user has
|
|
3894
|
-
* access rights to query the coordinate-based lookup endpoint.
|
|
3895
|
-
*
|
|
3896
|
-
* ### Response Structure
|
|
3897
|
-
* - **GeoJSON Type**: The response in v2 is now a single `Feature` object representing one building result or an empty response if no match is found. This differs from v1, which returned a `FeatureCollection` object.
|
|
3898
|
-
*/
|
|
3899
|
-
declare const getCoordinateLookupV2: (options?: Options<GetCoordinateLookupV2Data>) => Promise<{
|
|
3900
|
-
error?: unknown;
|
|
3901
|
-
data?: GetCoordinateLookupV2Response | undefined;
|
|
3902
|
-
request: Request;
|
|
3903
|
-
response: Response;
|
|
3904
|
-
}>;
|
|
3905
|
-
/**
|
|
3906
|
-
* Retrieve building data for a batch of coordinates
|
|
3907
|
-
*
|
|
3908
|
-
* This endpoint allows users to retrieve detailed building data by providing a batch of
|
|
3909
|
-
* geo-coordinates. The response is a GeoJSON object containing a FeatureCollection, where each
|
|
3910
|
-
* feature represents a building and includes additional properties for tracking back to the
|
|
3911
|
-
* requested coordinates.
|
|
3912
|
-
*
|
|
3913
|
-
* ### Key Improvements in v2
|
|
3914
|
-
*
|
|
3915
|
-
* In v2, each coordinate can be assigned a unique reference ID in the request body, allowing for
|
|
3916
|
-
* more precise handling of results. The response includes a metadata section that provides:
|
|
3917
|
-
* - The total number of coordinates processed.
|
|
3918
|
-
* - A count of found and not-found coordinates.
|
|
3919
|
-
* - Lists of references for found and not-found coordinates, making it easier to manage unmatched
|
|
3920
|
-
* entries without requiring complex client-side matching logic.
|
|
3921
|
-
*
|
|
3922
|
-
* ### Request Body Format
|
|
3923
|
-
* The request body is structured as an object where each key is a unique reference ID for a
|
|
3924
|
-
* coordinate:
|
|
3925
|
-
*
|
|
3926
|
-
* ```json
|
|
3927
|
-
* {
|
|
3928
|
-
* "reference_id1": { "lat": 51.252258, "lng": 7.13107 },
|
|
3929
|
-
* "reference_id2": { "lat": 51.29342, "lng": 7.21936 },
|
|
3930
|
-
* "reference_id3": { "lat": 51.18941, "lng": 7.14259 }
|
|
3931
|
-
* }
|
|
3932
|
-
* ```
|
|
3933
|
-
*
|
|
3934
|
-
* ### Response Structure
|
|
3935
|
-
* - **GeoJSON Type**: The response includes a FeatureCollection containing matched features.
|
|
3936
|
-
* - **Metadata**:
|
|
3937
|
-
* - `counts`: Provides total, found, and not-found counts for the requested coordinates.
|
|
3938
|
-
* - `references`: Lists reference IDs of matched (`found`) and unmatched (`not_found`)
|
|
3939
|
-
* coordinates.
|
|
3940
|
-
*
|
|
3941
|
-
* #### Example Response:
|
|
3942
|
-
* ```json
|
|
3943
|
-
* {
|
|
3944
|
-
* "type": "FeatureCollection",
|
|
3945
|
-
* "metadata": {
|
|
3946
|
-
* "counts": {
|
|
3947
|
-
* "total": 3,
|
|
3948
|
-
* "found": 2,
|
|
3949
|
-
* "not_found": 1
|
|
3950
|
-
* },
|
|
3951
|
-
* "references": {
|
|
3952
|
-
* "found": ["reference_id1", "reference_id2"],
|
|
3953
|
-
* "not_found": ["reference_id3"]
|
|
3954
|
-
* }
|
|
3955
|
-
* },
|
|
3956
|
-
* "features": [
|
|
3957
|
-
* {
|
|
3958
|
-
* "type": "Feature",
|
|
3959
|
-
* "geometry": { * geometry details * },
|
|
3960
|
-
* "properties": {
|
|
3961
|
-
* "ref": "reference_id1",
|
|
3962
|
-
* ...
|
|
3963
|
-
* }
|
|
3964
|
-
* },
|
|
3965
|
-
* ...
|
|
3966
|
-
* ]
|
|
3967
|
-
* }
|
|
3968
|
-
* ```
|
|
3969
|
-
*
|
|
3970
|
-
* ### Handling Non-Matching Coordinates
|
|
3971
|
-
*
|
|
3972
|
-
* For unmatched coordinates, v2 includes metadata listing these coordinates, enabling clients to
|
|
3973
|
-
* easily filter out or handle non-matching entries. This improves upon v1, where clients had to
|
|
3974
|
-
* manage complex matching logic without clear references for non-matching coordinates.
|
|
3975
|
-
*
|
|
3976
|
-
* ### Limitations
|
|
3977
|
-
* This endpoint supports up to 500 coordinates per request. If more are needed, split into multiple
|
|
3978
|
-
* requests.
|
|
3979
|
-
*
|
|
3980
|
-
* ### Permissions
|
|
3981
|
-
* - `api.batch.lookup.coordinate.read`: Grants the ability to access this endpoint.
|
|
3982
|
-
*/
|
|
3983
|
-
declare const postCoordinateBatchLookupV2: (options: Options<PostCoordinateBatchLookupV2Data>) => Promise<{
|
|
3984
|
-
error?: unknown;
|
|
3985
|
-
data?: PostCoordinateBatchLookupV2Response | undefined;
|
|
3986
|
-
request: Request;
|
|
3987
|
-
response: Response;
|
|
3988
|
-
}>;
|
|
3989
2700
|
/**
|
|
3990
2701
|
* Retrieve building data based on a given address
|
|
3991
2702
|
*
|
|
@@ -4120,7 +2831,7 @@ declare const getCoordinateLookupV3: (options?: Options<GetCoordinateLookupV3Dat
|
|
|
4120
2831
|
*
|
|
4121
2832
|
* ### Handling Non-Matching Coordinates
|
|
4122
2833
|
*
|
|
4123
|
-
* For unmatched coordinates,
|
|
2834
|
+
* For unmatched coordinates, the response includes metadata listing these coordinates, enabling clients to
|
|
4124
2835
|
* easily filter out or handle non-matching entries. This improves upon v1, where clients had to
|
|
4125
2836
|
* manage complex matching logic without clear references for non-matching coordinates.
|
|
4126
2837
|
*
|
|
@@ -4168,5 +2879,41 @@ declare const getParcelCoordinateLookupV4: (options?: Options<GetParcelCoordinat
|
|
|
4168
2879
|
request: Request;
|
|
4169
2880
|
response: Response;
|
|
4170
2881
|
}>;
|
|
2882
|
+
/**
|
|
2883
|
+
* Retrieve 3D building part geometries for the group of a building
|
|
2884
|
+
*
|
|
2885
|
+
* This endpoint retrieves the 3D building part geometries for the group that contains the queried building.
|
|
2886
|
+
* The data includes wall, roof, and ground surface geometries as individual GeoJSON Features with
|
|
2887
|
+
* 3D coordinates (longitude, latitude, altitude).
|
|
2888
|
+
*
|
|
2889
|
+
* ### New in v4
|
|
2890
|
+
* This is a new endpoint in v4 dedicated to 3D building geometry retrieval. Each building is decomposed
|
|
2891
|
+
* into its constituent surfaces — walls, roofs, and ground planes — each returned as a separate Feature
|
|
2892
|
+
* with a `type` property indicating the surface kind.
|
|
2893
|
+
*
|
|
2894
|
+
* ### Permissions
|
|
2895
|
+
* - `api.lookup.building.geometry.read`: This permission grants the ability to
|
|
2896
|
+
* read and retrieve 3D building part geometries for a given building identifier.
|
|
2897
|
+
*
|
|
2898
|
+
* ### Grouping Strategy
|
|
2899
|
+
* This endpoint resolves the full building group for the queried building using the selected grouping strategy:
|
|
2900
|
+
* - `proximity` (default) — geometry-based spatial clustering via `gold__proximity_groups`
|
|
2901
|
+
* - `property` — cadastral address-based grouping via `gold__property_groups`
|
|
2902
|
+
*
|
|
2903
|
+
* It then returns 3D geometries for all buildings in that resolved group, not only the single queried building. This enables rendering complete building clusters in 3D.
|
|
2904
|
+
*
|
|
2905
|
+
* ### Response Structure
|
|
2906
|
+
* - **GeoJSON Type**: The response returns a `FeatureCollection` containing all geometry parts
|
|
2907
|
+
* for the requested building.
|
|
2908
|
+
* - **Properties**: Each Feature includes a `type` property with value `wall`, `ground`, or `roof`.
|
|
2909
|
+
* - **Geometry**: Contains 3D Polygon coordinates in WGS84 (EPSG:4326) with altitude values as the
|
|
2910
|
+
* third coordinate element `[longitude, latitude, altitude]`.
|
|
2911
|
+
*/
|
|
2912
|
+
declare const getBuildingPart3dGeometryLookupV4: (options: Options<GetBuildingPart3dGeometryLookupV4Data>) => Promise<{
|
|
2913
|
+
error?: unknown;
|
|
2914
|
+
data?: BuildingGeometryResponseV4 | undefined;
|
|
2915
|
+
request: Request;
|
|
2916
|
+
response: Response;
|
|
2917
|
+
}>;
|
|
4171
2918
|
|
|
4172
|
-
export { $
|
|
2919
|
+
export { $BuildingGeometryFeatureV4, $BuildingGeometryPropertiesV4, $BuildingGeometryResponseV4, $Geometry3D, $GeometryCollection3D, $LookupPropertiesV3, $MultiPolygon3DGeometry, type $OpenApiTs, $ParcelPropertiesV4, $Polygon3DGeometry, $Position3D, $SurfaceType, type BuildingGeometryFeatureV4, type BuildingGeometryPropertiesV4, type BuildingGeometryResponseV4, type Geometry3D, type GeometryCollection3D, type GetAddressLookupV3Data, type GetAddressLookupV3Error, type GetAddressLookupV3Response, type GetBuildingPart3dGeometryLookupV4Data, type GetBuildingPart3dGeometryLookupV4Error, type GetBuildingPart3dGeometryLookupV4Response, type GetCoordinateLookupV3Data, type GetCoordinateLookupV3Error, type GetCoordinateLookupV3Response, type GetParcelCoordinateLookupV4Data, type GetParcelCoordinateLookupV4Error, type GetParcelCoordinateLookupV4Response, type LookupPropertiesV3, type MultiPolygon3DGeometry, type ParcelPropertiesV4, type Polygon3DGeometry, type Position3D, type PostCoordinateBatchLookupV3Data, type PostCoordinateBatchLookupV3Error, type PostCoordinateBatchLookupV3Response, type SurfaceType, type building_function_class, type characteristics, type development_layout, type dominant, type environment, getAddressLookupV3, getBuildingPart3dGeometryLookupV4, getCoordinateLookupV3, getParcelCoordinateLookupV4, type governance, type grouping_strategy, type investment_perspective, type milieus_dominant, type modernisation_potential, type overall, postCoordinateBatchLookupV3, type roof_type, type social, type type, type type2, type type3, type type4, type type5, type type6 };
|