urbanopt-cli 0.1.0 → 0.2.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,580 +1,616 @@
1
1
  {
2
- "type": "FeatureCollection",
3
- "features": [
4
- {
5
- "type": "Feature",
6
- "properties": {
7
- "id": "1",
8
- "name": "Mixed_use 1",
9
- "type": "Building",
10
- "footprint_area": 188046,
11
- "floor_area": 752184,
12
- "number_of_stories": 4,
13
- "building_type": "Mixed use",
14
- "mixed_type_1_percentage": 50,
15
- "mixed_type_2_percentage": 50,
16
- "mixed_type_3_percentage": 0,
17
- "mixed_type_4_percentage": 0,
18
- "mixed_type_1": "Office",
19
- "mixed_type_2": "Food service",
20
- "mixed_type_3": "Strip shopping mall",
21
- "mixed_type_4": "Lodging"
22
- },
23
- "geometry": {
24
- "type": "Polygon",
25
- "coordinates": [
26
- [
27
- [
28
- -78.84650338745196,
29
- 42.81331301863236
30
- ],
31
- [
32
- -78.84652443964629,
33
- 42.81463974371101
34
- ],
35
- [
36
- -78.84680142363833,
37
- 42.815293654042534
38
- ],
39
- [
40
- -78.84744455124724,
41
- 42.81514110006128
42
- ],
43
- [
44
- -78.84728610028628,
45
- 42.81478165791734
46
- ],
47
- [
48
- -78.84786797764677,
49
- 42.814643631760134
50
- ],
51
- [
52
- -78.84721106637106,
53
- 42.813153418927016
54
- ],
55
- [
56
- -78.84650338745196,
57
- 42.81331301863236
58
- ]
59
- ]
60
- ]
61
- }
62
- },
63
- {
64
- "type": "Feature",
65
- "properties": {
66
- "id": "2",
67
- "name": "Restaurant 1",
68
- "type": "Building",
69
- "footprint_area": 22313,
70
- "floor_area": 22313,
71
- "number_of_stories": 1,
72
- "building_type": "Food service"
73
- },
74
- "geometry": {
75
- "type": "Polygon",
76
- "coordinates": [
77
- [
78
- [
79
- -78.8500120420453,
80
- 42.81812185529549
81
- ],
82
- [
83
- -78.85038975191084,
84
- 42.81803226424341
85
- ],
86
- [
87
- -78.850630729414,
88
- 42.81857888627522
89
- ],
90
- [
91
- -78.85025301954843,
92
- 42.81866847653532
93
- ],
94
- [
95
- -78.8500120420453,
96
- 42.81812185529549
97
- ]
98
- ]
99
- ]
100
- }
101
- },
102
- {
103
- "type": "Feature",
104
- "properties": {
105
- "id": "3",
106
- "name": "Residential 1",
107
- "type": "Building",
108
- "footprint_area": 41877,
109
- "floor_area": 125631,
110
- "number_of_stories": 3,
111
- "building_type": "Multifamily (5 or more units)"
112
- },
113
- "geometry": {
114
- "type": "Polygon",
115
- "coordinates": [
116
- [
117
- [
118
- -78.84962224800356,
119
- 42.81329273502644
120
- ],
121
- [
122
- -78.84929833482822,
123
- 42.81337083838241
124
- ],
125
- [
126
- -78.84983265832118,
127
- 42.814563298664666
128
- ],
129
- [
130
- -78.85015657149653,
131
- 42.81448519681467
132
- ],
133
- [
134
- -78.84962224800356,
135
- 42.81329273502644
136
- ]
137
- ]
138
- ]
139
- }
140
- },
141
- {
142
- "type": "Feature",
143
- "properties": {
144
- "id": "4",
145
- "name": "Residential 2",
146
- "type": "Building",
147
- "footprint_area": 10541,
148
- "floor_area": 31623,
149
- "number_of_stories": 3,
150
- "building_type": "Multifamily (5 or more units)"
151
- },
152
- "geometry": {
153
- "type": "Polygon",
154
- "coordinates": [
155
- [
156
- [
157
- -78.84907318596754,
158
- 42.81342719667407
159
- ],
160
- [
161
- -78.84862090048105,
162
- 42.81353625345659
163
- ],
164
- [
165
- -78.84871721918239,
166
- 42.813751210926796
167
- ],
168
- [
169
- -78.84916950466888,
170
- 42.81364215452331
171
- ],
172
- [
173
- -78.84907318596754,
174
- 42.81342719667407
175
- ]
176
- ]
177
- ]
178
- }
179
- },
180
- {
181
- "type": "Feature",
182
- "properties": {
183
- "id": "5",
184
- "name": "Residential 4 ",
185
- "type": "Building",
186
- "footprint_area": 8804,
187
- "floor_area": 8804,
188
- "number_of_stories": 1,
189
- "building_type": "Multifamily (5 or more units)"
190
- },
191
- "geometry": {
192
- "type": "Polygon",
193
- "coordinates": [
194
- [
195
- [
196
- -78.84809175426629,
197
- 42.81367038997507
198
- ],
199
- [
200
- -78.84848670778973,
201
- 42.81357515750889
202
- ],
203
- [
204
- -78.84857883872144,
205
- 42.81378076888831
206
- ],
207
- [
208
- -78.84818388519801,
209
- 42.81387600103781
210
- ],
211
- [
212
- -78.84809175426629,
213
- 42.81367038997507
214
- ]
215
- ]
216
- ]
217
- }
218
- },
219
- {
220
- "type": "Feature",
221
- "properties": {
222
- "id": "6",
223
- "name": "Residential 5",
224
- "type": "Building",
225
- "footprint_area": 10689,
226
- "floor_area": 10689,
227
- "number_of_stories": 1,
228
- "building_type": "Multifamily (2 to 4 units)"
229
- },
230
- "geometry": {
231
- "type": "Polygon",
232
- "coordinates": [
233
- [
234
- [
235
- -78.84846106738529,
236
- 42.814495803077364
237
- ],
238
- [
239
- -78.8486903952376,
240
- 42.81444050756261
241
- ],
242
- [
243
- -78.8484977578349,
244
- 42.81401059666683
245
- ],
246
- [
247
- -78.84826842998261,
248
- 42.81406589256599
249
- ],
250
- [
251
- -78.84846106738529,
252
- 42.814495803077364
253
- ]
254
- ]
255
- ]
256
- }
257
- },
258
- {
259
- "type": "Feature",
260
- "properties": {
261
- "id": "7",
262
- "name": "Office 1",
263
- "type": "Building",
264
- "footprint_area": 54284,
265
- "floor_area": 325704,
266
- "number_of_stories": 6,
267
- "building_type": "Office"
268
- },
269
- "geometry": {
270
- "type": "Polygon",
271
- "coordinates": [
272
- [
273
- [
274
- -78.84733878006863,
275
- 42.816466983030836
276
- ],
277
- [
278
- -78.84854275129324,
279
- 42.81617669028003
280
- ],
281
- [
282
- -78.848356395545,
283
- 42.81576080994094
284
- ],
285
- [
286
- -78.84715242432038,
287
- 42.81605110464406
288
- ],
289
- [
290
- -78.84733878006863,
291
- 42.816466983030836
292
- ]
293
- ]
294
- ]
295
- }
296
- },
297
- {
298
- "type": "Feature",
299
- "properties": {
300
- "id": "8",
301
- "name": "Hospital 1",
302
- "type": "Building",
303
- "footprint_area": 40320,
304
- "floor_area": 403200,
305
- "number_of_stories": 10,
306
- "building_type": "Outpatient health care"
307
- },
308
- "geometry": {
309
- "type": "Polygon",
310
- "coordinates": [
311
- [
312
- [
313
- -78.84973966335251,
314
- 42.8154441454509
315
- ],
316
- [
317
- -78.85049562542395,
318
- 42.81525669280299
319
- ],
320
- [
321
- -78.85078257620685,
322
- 42.81588131780643
323
- ],
324
- [
325
- -78.8505086568277,
326
- 42.81594736368234
327
- ],
328
- [
329
- -78.85041233812638,
330
- 42.815732413845666
331
- ],
332
- [
333
- -78.84991755499783,
334
- 42.81585689105046
335
- ],
336
- [
337
- -78.84973966335251,
338
- 42.8154441454509
339
- ]
340
- ]
341
- ]
342
- }
343
- },
344
- {
345
- "type": "Feature",
346
- "properties": {
347
- "id": "9",
348
- "name": "Hospital 2",
349
- "type": "Building",
350
- "footprint_area": 95657,
351
- "floor_area": 286971,
352
- "number_of_stories": 3,
353
- "building_type": "Inpatient health care"
354
- },
355
- "geometry": {
356
- "type": "Polygon",
357
- "coordinates": [
358
- [
359
- [
360
- -78.85083627755732,
361
- 42.81600678613279
362
- ],
363
- [
364
- -78.85056039001891,
365
- 42.816076133580566
366
- ],
367
- [
368
- -78.85072568130569,
369
- 42.816450649528036
370
- ],
371
- [
372
- -78.84940134236577,
373
- 42.81677160705479
374
- ],
375
- [
376
- -78.84958014898304,
377
- 42.81716858994267
378
- ],
379
- [
380
- -78.8507262115271,
381
- 42.816890840117026
382
- ],
383
- [
384
- -78.8508565789851,
385
- 42.81719595796099
386
- ],
387
- [
388
- -78.85132137101688,
389
- 42.81708331517635
390
- ],
391
- [
392
- -78.85083627755732,
393
- 42.81600678613279
394
- ]
395
- ]
396
- ]
397
- }
398
- },
399
- {
400
- "type": "Feature",
401
- "properties": {
402
- "id": "10",
403
- "name": "Mixed use 2",
404
- "type": "Building",
405
- "footprint_area": 159798,
406
- "floor_area": 1278384,
407
- "number_of_stories": 8,
408
- "building_type": "Mixed use",
409
- "mixed_type_1_percentage": 25,
410
- "mixed_type_2_percentage": 25,
411
- "mixed_type_3_percentage": 15,
412
- "mixed_type_4_percentage": 35,
413
- "mixed_type_1": "Strip shopping mall",
414
- "mixed_type_2": "Food service",
415
- "mixed_type_3": "Office",
416
- "mixed_type_4": "Lodging"
417
- },
418
- "geometry": {
419
- "type": "Polygon",
420
- "coordinates": [
421
- [
422
- [
423
- -78.85115264550463,
424
- 42.81786093060211
425
- ],
426
- [
427
- -78.85163483958878,
428
- 42.81774467026972
429
- ],
430
- [
431
- -78.85246596719499,
432
- 42.819583261120755
433
- ],
434
- [
435
- -78.85082390085432,
436
- 42.819979162017745
437
- ],
438
- [
439
- -78.85060552295334,
440
- 42.81947573727234
441
- ],
442
- [
443
- -78.85174564783776,
444
- 42.81920483484765
445
- ],
446
- [
447
- -78.85115264550463,
448
- 42.81786093060211
449
- ]
450
- ]
451
- ]
452
- }
453
- },
454
- {
455
- "type": "Feature",
456
- "properties": {
457
- "id": "11",
458
- "name": "Residential 3",
459
- "type": "Building",
460
- "footprint_area": 10837,
461
- "floor_area": 32511,
462
- "number_of_stories": 3,
463
- "building_type": "Multifamily (5 or more units)"
464
- },
465
- "geometry": {
466
- "type": "Polygon",
467
- "coordinates": [
468
- [
469
- [
470
- -78.84961163640645,
471
- 42.81460851835703
472
- ],
473
- [
474
- -78.84914661048371,
475
- 42.81472064501696
476
- ],
477
- [
478
- -78.84905029178236,
479
- 42.81450569091638
480
- ],
481
- [
482
- -78.84951531770513,
483
- 42.81439356386673
484
- ],
485
- [
486
- -78.84961163640645,
487
- 42.81460851835703
488
- ]
489
- ]
490
- ]
491
- }
492
- },
493
- {
494
- "type": "Feature",
495
- "properties": {
496
- "id": "12",
497
- "name": "Mall 1",
498
- "type": "Building",
499
- "footprint_area": 124803,
500
- "floor_area": 374409,
501
- "number_of_stories": 3,
502
- "building_type": "Strip shopping mall"
503
- },
504
- "geometry": {
505
- "type": "Polygon",
506
- "coordinates": [
507
- [
508
- [
509
- -78.84768338040897,
510
- 42.817161656757065
511
- ],
512
- [
513
- -78.8482630702579,
514
- 42.8170218879136
515
- ],
516
- [
517
- -78.84915297130291,
518
- 42.81900776764229
519
- ],
520
- [
521
- -78.84857328145401,
522
- 42.81914753199706
523
- ],
524
- [
525
- -78.84768338040897,
526
- 42.817161656757065
527
- ]
528
- ]
529
- ]
530
- }
531
- },
532
- {
533
- "type": "Feature",
534
- "properties": {
535
- "id": "13",
536
- "name": "Hotel 1",
537
- "type": "Building",
538
- "footprint_area": 31616,
539
- "floor_area": 316160,
540
- "number_of_stories": 10,
541
- "building_type": "Lodging"
542
- },
543
- "geometry": {
544
- "type": "Polygon",
545
- "coordinates": [
546
- [
547
- [
548
- -78.8494955083645,
549
- 42.819748790984335
550
- ],
551
- [
552
- -78.84891089471263,
553
- 42.81989327725856
554
- ],
555
- [
556
- -78.8491389243777,
557
- 42.82038967009544
558
- ],
559
- [
560
- -78.84972353802956,
561
- 42.82024518498119
562
- ],
563
- [
564
- -78.8494955083645,
565
- 42.819748790984335
566
- ]
567
- ]
568
- ]
569
- }
570
- }
571
- ],
572
- "mappers": [],
573
- "scenarios": [
574
- {
575
- "id": "72301739-c6c3-4dd7-bf1a-f37c8eff40db",
576
- "name": "New Scenario",
577
- "feature_mappings": []
578
- }
579
- ]
580
- }
2
+ "features": [
3
+ {
4
+ "geometry": {
5
+ "coordinates": [
6
+ -78.84948467732347,
7
+ 42.81677154451123
8
+ ],
9
+ "type": "Point"
10
+ },
11
+ "properties": {
12
+ "begin_date": "2017-01-01T07:00:00.000Z",
13
+ "cec_climate_zone": null,
14
+ "climate_zone": "6A",
15
+ "default_template": "90.1-2013",
16
+ "end_date": "2017-13-31T07:00:00.000Z",
17
+ "id": "53340c2c-ab20-40db-aba1-11ac607c52a7",
18
+ "import_surrounding_buildings_as_shading": null,
19
+ "name": "Site Origin",
20
+ "surface_elevation": null,
21
+ "tariff_filename": null,
22
+ "timesteps_per_hour": 1,
23
+ "type": "Site Origin",
24
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw"
25
+ },
26
+ "type": "Feature"
27
+ },
28
+ {
29
+ "geometry": {
30
+ "coordinates": [
31
+ [
32
+ [
33
+ -78.84650338745196,
34
+ 42.81331301863236
35
+ ],
36
+ [
37
+ -78.84652443964629,
38
+ 42.81463974371101
39
+ ],
40
+ [
41
+ -78.84680142363833,
42
+ 42.815293654042534
43
+ ],
44
+ [
45
+ -78.84744455124724,
46
+ 42.81514110006128
47
+ ],
48
+ [
49
+ -78.84728610028628,
50
+ 42.81478165791734
51
+ ],
52
+ [
53
+ -78.84786797764677,
54
+ 42.814643631760134
55
+ ],
56
+ [
57
+ -78.84721106637106,
58
+ 42.813153418927016
59
+ ],
60
+ [
61
+ -78.84650338745196,
62
+ 42.81331301863236
63
+ ]
64
+ ]
65
+ ],
66
+ "type": "Polygon"
67
+ },
68
+ "properties": {
69
+ "building_type": "Mixed use",
70
+ "floor_area": 752184,
71
+ "footprint_area": 188046,
72
+ "id": "1",
73
+ "mixed_type_1": "Office",
74
+ "mixed_type_1_percentage": 50,
75
+ "mixed_type_2": "Food service",
76
+ "mixed_type_2_percentage": 50,
77
+ "mixed_type_3": "Strip shopping mall",
78
+ "mixed_type_3_percentage": 0,
79
+ "mixed_type_4": "Lodging",
80
+ "mixed_type_4_percentage": 0,
81
+ "name": "Mixed_use 1",
82
+ "number_of_stories": 4,
83
+ "type": "Building"
84
+ },
85
+ "type": "Feature"
86
+ },
87
+ {
88
+ "geometry": {
89
+ "coordinates": [
90
+ [
91
+ [
92
+ -78.8500120420453,
93
+ 42.81812185529549
94
+ ],
95
+ [
96
+ -78.85038975191084,
97
+ 42.81803226424341
98
+ ],
99
+ [
100
+ -78.850630729414,
101
+ 42.81857888627522
102
+ ],
103
+ [
104
+ -78.85025301954843,
105
+ 42.81866847653532
106
+ ],
107
+ [
108
+ -78.8500120420453,
109
+ 42.81812185529549
110
+ ]
111
+ ]
112
+ ],
113
+ "type": "Polygon"
114
+ },
115
+ "properties": {
116
+ "building_type": "Food service",
117
+ "floor_area": 22313,
118
+ "footprint_area": 22313,
119
+ "id": "2",
120
+ "name": "Restaurant 1",
121
+ "number_of_stories": 1,
122
+ "type": "Building"
123
+ },
124
+ "type": "Feature"
125
+ },
126
+ {
127
+ "type": "Feature",
128
+ "properties": {
129
+ "id": "3",
130
+ "name": "Restaurant 10",
131
+ "type": "Building",
132
+ "footprint_area": 41877,
133
+ "floor_area": 125631,
134
+ "number_of_stories": 3,
135
+ "building_type": "Food service"
136
+ },
137
+ "geometry": {
138
+ "type": "Polygon",
139
+ "coordinates": [
140
+ [
141
+ [
142
+ -78.84962224800356,
143
+ 42.81329273502644
144
+ ],
145
+ [
146
+ -78.84929833482822,
147
+ 42.81337083838241
148
+ ],
149
+ [
150
+ -78.84983265832118,
151
+ 42.814563298664666
152
+ ],
153
+ [
154
+ -78.85015657149653,
155
+ 42.81448519681467
156
+ ],
157
+ [
158
+ -78.84962224800356,
159
+ 42.81329273502644
160
+ ]
161
+ ]
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "type": "Feature",
167
+ "properties": {
168
+ "id": "4",
169
+ "name": "Restaurant 12",
170
+ "type": "Building",
171
+ "footprint_area": 10541,
172
+ "floor_area": 31623,
173
+ "number_of_stories": 3,
174
+ "building_type": "Food service"
175
+ },
176
+ "geometry": {
177
+ "type": "Polygon",
178
+ "coordinates": [
179
+ [
180
+ [
181
+ -78.84907318596754,
182
+ 42.81342719667407
183
+ ],
184
+ [
185
+ -78.84862090048105,
186
+ 42.81353625345659
187
+ ],
188
+ [
189
+ -78.84871721918239,
190
+ 42.813751210926796
191
+ ],
192
+ [
193
+ -78.84916950466888,
194
+ 42.81364215452331
195
+ ],
196
+ [
197
+ -78.84907318596754,
198
+ 42.81342719667407
199
+ ]
200
+ ]
201
+ ]
202
+ }
203
+ },
204
+ {
205
+ "type": "Feature",
206
+ "properties": {
207
+ "id": "5",
208
+ "name": "Restaurant 14",
209
+ "type": "Building",
210
+ "footprint_area": 8804,
211
+ "floor_area": 8804,
212
+ "number_of_stories": 1,
213
+ "building_type": "Food service"
214
+ },
215
+ "geometry": {
216
+ "type": "Polygon",
217
+ "coordinates": [
218
+ [
219
+ [
220
+ -78.84809175426629,
221
+ 42.81367038997507
222
+ ],
223
+ [
224
+ -78.84848670778973,
225
+ 42.81357515750889
226
+ ],
227
+ [
228
+ -78.84857883872144,
229
+ 42.81378076888831
230
+ ],
231
+ [
232
+ -78.84818388519801,
233
+ 42.81387600103781
234
+ ],
235
+ [
236
+ -78.84809175426629,
237
+ 42.81367038997507
238
+ ]
239
+ ]
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "type": "Feature",
245
+ "properties": {
246
+ "id": "6",
247
+ "name": "Restaurant 15",
248
+ "type": "Building",
249
+ "footprint_area": 10689,
250
+ "floor_area": 10689,
251
+ "number_of_stories": 1,
252
+ "building_type": "Food service"
253
+ },
254
+ "geometry": {
255
+ "type": "Polygon",
256
+ "coordinates": [
257
+ [
258
+ [
259
+ -78.84846106738529,
260
+ 42.814495803077364
261
+ ],
262
+ [
263
+ -78.8486903952376,
264
+ 42.81444050756261
265
+ ],
266
+ [
267
+ -78.8484977578349,
268
+ 42.81401059666683
269
+ ],
270
+ [
271
+ -78.84826842998261,
272
+ 42.81406589256599
273
+ ],
274
+ [
275
+ -78.84846106738529,
276
+ 42.814495803077364
277
+ ]
278
+ ]
279
+ ]
280
+ }
281
+ },
282
+ {
283
+ "geometry": {
284
+ "coordinates": [
285
+ [
286
+ [
287
+ -78.84733878006863,
288
+ 42.816466983030836
289
+ ],
290
+ [
291
+ -78.84854275129324,
292
+ 42.81617669028003
293
+ ],
294
+ [
295
+ -78.848356395545,
296
+ 42.81576080994094
297
+ ],
298
+ [
299
+ -78.84715242432038,
300
+ 42.81605110464406
301
+ ],
302
+ [
303
+ -78.84733878006863,
304
+ 42.816466983030836
305
+ ]
306
+ ]
307
+ ],
308
+ "type": "Polygon"
309
+ },
310
+ "properties": {
311
+ "building_type": "Office",
312
+ "id": "7",
313
+ "detailed_model_filename": "7.osm",
314
+ "number_of_stories": 6,
315
+ "name": "Office 1",
316
+ "type": "Building"
317
+ },
318
+ "type": "Feature"
319
+ },
320
+ {
321
+ "geometry": {
322
+ "coordinates": [
323
+ [
324
+ [
325
+ -78.84973966335251,
326
+ 42.8154441454509
327
+ ],
328
+ [
329
+ -78.85049562542395,
330
+ 42.81525669280299
331
+ ],
332
+ [
333
+ -78.85078257620685,
334
+ 42.81588131780643
335
+ ],
336
+ [
337
+ -78.8505086568277,
338
+ 42.81594736368234
339
+ ],
340
+ [
341
+ -78.85041233812638,
342
+ 42.815732413845666
343
+ ],
344
+ [
345
+ -78.84991755499783,
346
+ 42.81585689105046
347
+ ],
348
+ [
349
+ -78.84973966335251,
350
+ 42.8154441454509
351
+ ]
352
+ ]
353
+ ],
354
+ "type": "Polygon"
355
+ },
356
+ "properties": {
357
+ "building_type": "Outpatient health care",
358
+ "id": "8",
359
+ "name": "Hospital 1",
360
+ "detailed_model_filename": "8.osm",
361
+ "number_of_stories": 10,
362
+ "type": "Building"
363
+ },
364
+ "type": "Feature"
365
+ },
366
+ {
367
+ "geometry": {
368
+ "coordinates": [
369
+ [
370
+ [
371
+ -78.85083627755732,
372
+ 42.81600678613279
373
+ ],
374
+ [
375
+ -78.85056039001891,
376
+ 42.816076133580566
377
+ ],
378
+ [
379
+ -78.85072568130569,
380
+ 42.816450649528036
381
+ ],
382
+ [
383
+ -78.84940134236577,
384
+ 42.81677160705479
385
+ ],
386
+ [
387
+ -78.84958014898304,
388
+ 42.81716858994267
389
+ ],
390
+ [
391
+ -78.8507262115271,
392
+ 42.816890840117026
393
+ ],
394
+ [
395
+ -78.8508565789851,
396
+ 42.81719595796099
397
+ ],
398
+ [
399
+ -78.85132137101688,
400
+ 42.81708331517635
401
+ ],
402
+ [
403
+ -78.85083627755732,
404
+ 42.81600678613279
405
+ ]
406
+ ]
407
+ ],
408
+ "type": "Polygon"
409
+ },
410
+ "properties": {
411
+ "building_type": "Inpatient health care",
412
+ "id": "9",
413
+ "detailed_model_filename": "9.osm",
414
+ "name": "Hospital 2",
415
+ "number_of_stories": 3,
416
+ "type": "Building"
417
+ },
418
+ "type": "Feature"
419
+ },
420
+ {
421
+ "geometry": {
422
+ "coordinates": [
423
+ [
424
+ [
425
+ -78.85115264550463,
426
+ 42.81786093060211
427
+ ],
428
+ [
429
+ -78.85163483958878,
430
+ 42.81774467026972
431
+ ],
432
+ [
433
+ -78.85246596719499,
434
+ 42.819583261120755
435
+ ],
436
+ [
437
+ -78.85082390085432,
438
+ 42.819979162017745
439
+ ],
440
+ [
441
+ -78.85060552295334,
442
+ 42.81947573727234
443
+ ],
444
+ [
445
+ -78.85174564783776,
446
+ 42.81920483484765
447
+ ],
448
+ [
449
+ -78.85115264550463,
450
+ 42.81786093060211
451
+ ]
452
+ ]
453
+ ],
454
+ "type": "Polygon"
455
+ },
456
+ "properties": {
457
+ "building_type": "Mixed use",
458
+ "floor_area": 1278384,
459
+ "footprint_area": 159798,
460
+ "id": "10",
461
+ "mixed_type_1": "Strip shopping mall",
462
+ "mixed_type_1_percentage": 25,
463
+ "mixed_type_2": "Food service",
464
+ "mixed_type_2_percentage": 25,
465
+ "mixed_type_3": "Office",
466
+ "mixed_type_3_percentage": 15,
467
+ "mixed_type_4": "Lodging",
468
+ "mixed_type_4_percentage": 35,
469
+ "name": "Mixed use 2",
470
+ "number_of_stories": 8,
471
+ "type": "Building"
472
+ },
473
+ "type": "Feature"
474
+ },
475
+ {
476
+ "type": "Feature",
477
+ "properties": {
478
+ "id": "11",
479
+ "name": "Restaurant 13",
480
+ "type": "Building",
481
+ "footprint_area": 10837,
482
+ "floor_area": 32511,
483
+ "number_of_stories": 3,
484
+ "building_type": "Food service"
485
+ },
486
+ "geometry": {
487
+ "type": "Polygon",
488
+ "coordinates": [
489
+ [
490
+ [
491
+ -78.84961163640645,
492
+ 42.81460851835703
493
+ ],
494
+ [
495
+ -78.84914661048371,
496
+ 42.81472064501696
497
+ ],
498
+ [
499
+ -78.84905029178236,
500
+ 42.81450569091638
501
+ ],
502
+ [
503
+ -78.84951531770513,
504
+ 42.81439356386673
505
+ ],
506
+ [
507
+ -78.84961163640645,
508
+ 42.81460851835703
509
+ ]
510
+ ]
511
+ ]
512
+ }
513
+ },
514
+ {
515
+ "geometry": {
516
+ "coordinates": [
517
+ [
518
+ [
519
+ -78.84768338040897,
520
+ 42.817161656757065
521
+ ],
522
+ [
523
+ -78.8482630702579,
524
+ 42.8170218879136
525
+ ],
526
+ [
527
+ -78.84915297130291,
528
+ 42.81900776764229
529
+ ],
530
+ [
531
+ -78.84857328145401,
532
+ 42.81914753199706
533
+ ],
534
+ [
535
+ -78.84768338040897,
536
+ 42.817161656757065
537
+ ]
538
+ ]
539
+ ],
540
+ "type": "Polygon"
541
+ },
542
+ "properties": {
543
+ "building_type": "Strip shopping mall",
544
+ "floor_area": 374409,
545
+ "footprint_area": 124803,
546
+ "id": "12",
547
+ "name": "Mall 1",
548
+ "number_of_stories": 3,
549
+ "type": "Building"
550
+ },
551
+ "type": "Feature"
552
+ },
553
+ {
554
+ "geometry": {
555
+ "coordinates": [
556
+ [
557
+ [
558
+ -78.8494955083645,
559
+ 42.819748790984335
560
+ ],
561
+ [
562
+ -78.84891089471263,
563
+ 42.81989327725856
564
+ ],
565
+ [
566
+ -78.8491389243777,
567
+ 42.82038967009544
568
+ ],
569
+ [
570
+ -78.84972353802956,
571
+ 42.82024518498119
572
+ ],
573
+ [
574
+ -78.8494955083645,
575
+ 42.819748790984335
576
+ ]
577
+ ]
578
+ ],
579
+ "type": "Polygon"
580
+ },
581
+ "properties": {
582
+ "building_type": "Lodging",
583
+ "floor_area": 316160,
584
+ "footprint_area": 31616,
585
+ "id": "13",
586
+ "name": "Hotel 1",
587
+ "number_of_stories": 10,
588
+ "type": "Building"
589
+ },
590
+ "type": "Feature"
591
+ }
592
+ ],
593
+ "mappers": [],
594
+ "project": {
595
+ "begin_date": "2017-01-01T07:00:00.000Z",
596
+ "cec_climate_zone": null,
597
+ "climate_zone": "6A",
598
+ "default_template": "90.1-2013",
599
+ "end_date": "2017-12-31T07:00:00.000Z",
600
+ "id": "7c33a001-bccb-413e-ac87-67558b5d4b07",
601
+ "import_surrounding_buildings_as_shading": null,
602
+ "name": "New Project",
603
+ "surface_elevation": null,
604
+ "tariff_filename": null,
605
+ "timesteps_per_hour": 1,
606
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw"
607
+ },
608
+ "scenarios": [
609
+ {
610
+ "feature_mappings": [],
611
+ "id": "72301739-c6c3-4dd7-bf1a-f37c8eff40db",
612
+ "name": "New Scenario"
613
+ }
614
+ ],
615
+ "type": "FeatureCollection"
616
+ }