urbanopt-cli 0.6.0 → 0.6.4

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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +2 -2
  4. data/CHANGELOG.md +38 -0
  5. data/CMakeLists.txt +13 -13
  6. data/FindOpenStudioSDK.cmake +11 -6
  7. data/Gemfile +11 -5
  8. data/example_files/Gemfile +6 -3
  9. data/example_files/base_workflow_res.osw +10 -0
  10. data/example_files/example_project_combined.json +13 -3
  11. data/example_files/example_project_with_PV.json +751 -0
  12. data/example_files/example_project_with_streets.json +826 -0
  13. data/example_files/mappers/Baseline.rb +69 -14
  14. data/example_files/mappers/CreateBar.rb +31 -1
  15. data/example_files/mappers/FlexibleHotWater.rb +69 -0
  16. data/example_files/mappers/Floorspace.rb +31 -1
  17. data/example_files/mappers/HighEfficiency.rb +20 -8
  18. data/example_files/mappers/HighEfficiencyCreateBar.rb +3 -2
  19. data/example_files/mappers/HighEfficiencyFloorspace.rb +3 -2
  20. data/example_files/mappers/base_workflow.osw +5 -0
  21. data/example_files/mappers/createbar_workflow.osw +3 -1
  22. data/example_files/mappers/floorspace_workflow.osw +2 -1
  23. data/example_files/osm_building/7.osm +0 -307
  24. data/example_files/osm_building/8.osm +0 -419
  25. data/example_files/osm_building/9.osm +0 -664
  26. data/example_files/reopt/base_assumptions.json +3 -3
  27. data/example_files/reopt/multiPV_assumptions.json +2 -2
  28. data/example_files/resources/hpxml-measures/Gemfile +1 -1
  29. data/example_files/resources/hpxml-measures/Gemfile.lock +6 -25
  30. data/example_files/visualization/input_visualization_feature.html +15 -16
  31. data/example_files/visualization/input_visualization_scenario.html +16 -11
  32. data/lib/uo_cli/version.rb +1 -1
  33. data/lib/uo_cli.rb +158 -26
  34. data/scripts/setup-env-gitbash.sh +4 -4
  35. data/scripts/setup-env-unix.sh +4 -4
  36. data/scripts/setup-env.bat +3 -3
  37. data/scripts/setup-env.ps1 +3 -3
  38. data/uo_cli.gemspec +8 -5
  39. metadata +59 -14
@@ -0,0 +1,826 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "project": {
4
+ "id": "7c33a001-bccb-413e-ac87-67558b5d4b07",
5
+ "name": "New Project",
6
+ "surface_elevation": null,
7
+ "import_surrounding_buildings_as_shading": null,
8
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw",
9
+ "tariff_filename": null,
10
+ "climate_zone": "6A",
11
+ "cec_climate_zone": null,
12
+ "begin_date": "2017-01-01T07:00:00.000Z",
13
+ "end_date": "2017-12-31T07:00:00.000Z",
14
+ "timesteps_per_hour": 1,
15
+ "default_template": "90.1-2013",
16
+ "underground_cables_ratio": "0.9",
17
+ "only_lv_consumers": false,
18
+ "max_number_of_lv_nodes_per_building": 1
19
+ },
20
+ "features": [
21
+ {
22
+ "type": "Feature",
23
+ "properties": {
24
+ "id": "53340c2c-ab20-40db-aba1-11ac607c52a7",
25
+ "begin_date": "2017-01-01T07:00:00.000Z",
26
+ "cec_climate_zone": null,
27
+ "climate_zone": "6A",
28
+ "default_template": "90.1-2013",
29
+ "end_date": "2017-12-31T07:00:00.000Z",
30
+ "import_surrounding_buildings_as_shading": null,
31
+ "name": "Site Origin",
32
+ "surface_elevation": null,
33
+ "tariff_filename": null,
34
+ "timesteps_per_hour": 1,
35
+ "type": "Site Origin",
36
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw"
37
+ },
38
+ "geometry": {
39
+ "coordinates": [
40
+ -78.84948467732347,
41
+ 42.81677154451123
42
+ ],
43
+ "type": "Point"
44
+ }
45
+ },
46
+ {
47
+ "type": "Feature",
48
+ "properties": {
49
+ "id": "1",
50
+ "building_type": "Mixed use",
51
+ "floor_area": 752184,
52
+ "footprint_area": 188046,
53
+ "mixed_type_1": "Office",
54
+ "mixed_type_1_percentage": 50,
55
+ "mixed_type_2": "Food service",
56
+ "mixed_type_2_percentage": 50,
57
+ "mixed_type_3": "Strip shopping mall",
58
+ "mixed_type_3_percentage": 0,
59
+ "mixed_type_4": "Lodging",
60
+ "mixed_type_4_percentage": 0,
61
+ "name": "Mixed_use 1",
62
+ "number_of_stories": 4,
63
+ "type": "Building"
64
+ },
65
+ "geometry": {
66
+ "coordinates": [
67
+ [
68
+ [
69
+ -78.84650338745196,
70
+ 42.81331301863236
71
+ ],
72
+ [
73
+ -78.84652443964629,
74
+ 42.81463974371101
75
+ ],
76
+ [
77
+ -78.84680142363833,
78
+ 42.815293654042534
79
+ ],
80
+ [
81
+ -78.84744455124724,
82
+ 42.81514110006128
83
+ ],
84
+ [
85
+ -78.84728610028628,
86
+ 42.81478165791734
87
+ ],
88
+ [
89
+ -78.84786797764677,
90
+ 42.814643631760134
91
+ ],
92
+ [
93
+ -78.84721106637106,
94
+ 42.813153418927016
95
+ ],
96
+ [
97
+ -78.84650338745196,
98
+ 42.81331301863236
99
+ ]
100
+ ]
101
+ ],
102
+ "type": "Polygon"
103
+ }
104
+ },
105
+ {
106
+ "type": "Feature",
107
+ "properties": {
108
+ "id": "2",
109
+ "building_type": "Food service",
110
+ "floor_area": 22313,
111
+ "footprint_area": 22313,
112
+ "name": "Restaurant 1",
113
+ "number_of_stories": 1,
114
+ "type": "Building"
115
+ },
116
+ "geometry": {
117
+ "coordinates": [
118
+ [
119
+ [
120
+ -78.8500120420453,
121
+ 42.81812185529549
122
+ ],
123
+ [
124
+ -78.85038975191084,
125
+ 42.81803226424341
126
+ ],
127
+ [
128
+ -78.850630729414,
129
+ 42.81857888627522
130
+ ],
131
+ [
132
+ -78.85025301954843,
133
+ 42.81866847653532
134
+ ],
135
+ [
136
+ -78.8500120420453,
137
+ 42.81812185529549
138
+ ]
139
+ ]
140
+ ],
141
+ "type": "Polygon"
142
+ }
143
+ },
144
+ {
145
+ "type": "Feature",
146
+ "properties": {
147
+ "id": "3",
148
+ "name": "Restaurant 10",
149
+ "type": "Building",
150
+ "footprint_area": 41877,
151
+ "floor_area": 125631,
152
+ "number_of_stories": 3,
153
+ "building_type": "Food service"
154
+ },
155
+ "geometry": {
156
+ "type": "Polygon",
157
+ "coordinates": [
158
+ [
159
+ [
160
+ -78.84962224800356,
161
+ 42.81329273502644
162
+ ],
163
+ [
164
+ -78.84929833482822,
165
+ 42.81337083838241
166
+ ],
167
+ [
168
+ -78.84983265832118,
169
+ 42.814563298664666
170
+ ],
171
+ [
172
+ -78.85015657149653,
173
+ 42.81448519681467
174
+ ],
175
+ [
176
+ -78.84962224800356,
177
+ 42.81329273502644
178
+ ]
179
+ ]
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "type": "Feature",
185
+ "properties": {
186
+ "id": "4",
187
+ "name": "Restaurant 12",
188
+ "type": "Building",
189
+ "footprint_area": 10541,
190
+ "floor_area": 31623,
191
+ "number_of_stories": 3,
192
+ "building_type": "Food service"
193
+ },
194
+ "geometry": {
195
+ "type": "Polygon",
196
+ "coordinates": [
197
+ [
198
+ [
199
+ -78.84907318596754,
200
+ 42.81342719667407
201
+ ],
202
+ [
203
+ -78.84862090048105,
204
+ 42.81353625345659
205
+ ],
206
+ [
207
+ -78.84871721918239,
208
+ 42.813751210926796
209
+ ],
210
+ [
211
+ -78.84916950466888,
212
+ 42.81364215452331
213
+ ],
214
+ [
215
+ -78.84907318596754,
216
+ 42.81342719667407
217
+ ]
218
+ ]
219
+ ]
220
+ }
221
+ },
222
+ {
223
+ "type": "Feature",
224
+ "properties": {
225
+ "id": "5",
226
+ "name": "Restaurant 14",
227
+ "type": "Building",
228
+ "footprint_area": 8804,
229
+ "floor_area": 8804,
230
+ "number_of_stories": 1,
231
+ "building_type": "Food service"
232
+ },
233
+ "geometry": {
234
+ "type": "Polygon",
235
+ "coordinates": [
236
+ [
237
+ [
238
+ -78.84809175426629,
239
+ 42.81367038997507
240
+ ],
241
+ [
242
+ -78.84848670778973,
243
+ 42.81357515750889
244
+ ],
245
+ [
246
+ -78.84857883872144,
247
+ 42.81378076888831
248
+ ],
249
+ [
250
+ -78.84818388519801,
251
+ 42.81387600103781
252
+ ],
253
+ [
254
+ -78.84809175426629,
255
+ 42.81367038997507
256
+ ]
257
+ ]
258
+ ]
259
+ }
260
+ },
261
+ {
262
+ "type": "Feature",
263
+ "properties": {
264
+ "id": "6",
265
+ "name": "Restaurant 15",
266
+ "type": "Building",
267
+ "footprint_area": 10689,
268
+ "floor_area": 10689,
269
+ "number_of_stories": 1,
270
+ "building_type": "Food service"
271
+ },
272
+ "geometry": {
273
+ "type": "Polygon",
274
+ "coordinates": [
275
+ [
276
+ [
277
+ -78.84846106738529,
278
+ 42.814495803077364
279
+ ],
280
+ [
281
+ -78.8486903952376,
282
+ 42.81444050756261
283
+ ],
284
+ [
285
+ -78.8484977578349,
286
+ 42.81401059666683
287
+ ],
288
+ [
289
+ -78.84826842998261,
290
+ 42.81406589256599
291
+ ],
292
+ [
293
+ -78.84846106738529,
294
+ 42.814495803077364
295
+ ]
296
+ ]
297
+ ]
298
+ }
299
+ },
300
+ {
301
+ "type": "Feature",
302
+ "properties": {
303
+ "id": "7",
304
+ "building_type": "Office",
305
+ "detailed_model_filename": "7.osm",
306
+ "number_of_stories": 6,
307
+ "name": "Office 1",
308
+ "type": "Building"
309
+ },
310
+ "geometry": {
311
+ "coordinates": [
312
+ [
313
+ [
314
+ -78.84733878006863,
315
+ 42.816466983030836
316
+ ],
317
+ [
318
+ -78.84854275129324,
319
+ 42.81617669028003
320
+ ],
321
+ [
322
+ -78.848356395545,
323
+ 42.81576080994094
324
+ ],
325
+ [
326
+ -78.84715242432038,
327
+ 42.81605110464406
328
+ ],
329
+ [
330
+ -78.84733878006863,
331
+ 42.816466983030836
332
+ ]
333
+ ]
334
+ ],
335
+ "type": "Polygon"
336
+ }
337
+ },
338
+ {
339
+ "type": "Feature",
340
+ "properties": {
341
+ "id": "8",
342
+ "building_type": "Outpatient health care",
343
+ "name": "Hospital 1",
344
+ "detailed_model_filename": "8.osm",
345
+ "number_of_stories": 10,
346
+ "type": "Building"
347
+ },
348
+ "geometry": {
349
+ "coordinates": [
350
+ [
351
+ [
352
+ -78.84973966335251,
353
+ 42.8154441454509
354
+ ],
355
+ [
356
+ -78.85049562542395,
357
+ 42.81525669280299
358
+ ],
359
+ [
360
+ -78.85078257620685,
361
+ 42.81588131780643
362
+ ],
363
+ [
364
+ -78.8505086568277,
365
+ 42.81594736368234
366
+ ],
367
+ [
368
+ -78.85041233812638,
369
+ 42.815732413845666
370
+ ],
371
+ [
372
+ -78.84991755499783,
373
+ 42.81585689105046
374
+ ],
375
+ [
376
+ -78.84973966335251,
377
+ 42.8154441454509
378
+ ]
379
+ ]
380
+ ],
381
+ "type": "Polygon"
382
+ }
383
+ },
384
+ {
385
+ "type": "Feature",
386
+ "properties": {
387
+ "id": "9",
388
+ "building_type": "Inpatient health care",
389
+ "detailed_model_filename": "9.osm",
390
+ "name": "Hospital 2",
391
+ "number_of_stories": 3,
392
+ "type": "Building"
393
+ },
394
+ "geometry": {
395
+ "coordinates": [
396
+ [
397
+ [
398
+ -78.85083627755732,
399
+ 42.81600678613279
400
+ ],
401
+ [
402
+ -78.85056039001891,
403
+ 42.816076133580566
404
+ ],
405
+ [
406
+ -78.85072568130569,
407
+ 42.816450649528036
408
+ ],
409
+ [
410
+ -78.84940134236577,
411
+ 42.81677160705479
412
+ ],
413
+ [
414
+ -78.84958014898304,
415
+ 42.81716858994267
416
+ ],
417
+ [
418
+ -78.8507262115271,
419
+ 42.816890840117026
420
+ ],
421
+ [
422
+ -78.8508565789851,
423
+ 42.81719595796099
424
+ ],
425
+ [
426
+ -78.85132137101688,
427
+ 42.81708331517635
428
+ ],
429
+ [
430
+ -78.85083627755732,
431
+ 42.81600678613279
432
+ ]
433
+ ]
434
+ ],
435
+ "type": "Polygon"
436
+ }
437
+ },
438
+ {
439
+ "type": "Feature",
440
+ "properties": {
441
+ "id": "10",
442
+ "building_type": "Mixed use",
443
+ "floor_area": 1278384,
444
+ "footprint_area": 159798,
445
+ "mixed_type_1": "Strip shopping mall",
446
+ "mixed_type_1_percentage": 25,
447
+ "mixed_type_2": "Food service",
448
+ "mixed_type_2_percentage": 25,
449
+ "mixed_type_3": "Office",
450
+ "mixed_type_3_percentage": 15,
451
+ "mixed_type_4": "Lodging",
452
+ "mixed_type_4_percentage": 35,
453
+ "name": "Mixed use 2",
454
+ "number_of_stories": 8,
455
+ "type": "Building"
456
+ },
457
+ "geometry": {
458
+ "coordinates": [
459
+ [
460
+ [
461
+ -78.85115264550463,
462
+ 42.81786093060211
463
+ ],
464
+ [
465
+ -78.85163483958878,
466
+ 42.81774467026972
467
+ ],
468
+ [
469
+ -78.85246596719499,
470
+ 42.819583261120755
471
+ ],
472
+ [
473
+ -78.85082390085432,
474
+ 42.819979162017745
475
+ ],
476
+ [
477
+ -78.85060552295334,
478
+ 42.81947573727234
479
+ ],
480
+ [
481
+ -78.85174564783776,
482
+ 42.81920483484765
483
+ ],
484
+ [
485
+ -78.85115264550463,
486
+ 42.81786093060211
487
+ ]
488
+ ]
489
+ ],
490
+ "type": "Polygon"
491
+ }
492
+ },
493
+ {
494
+ "type": "Feature",
495
+ "properties": {
496
+ "id": "11",
497
+ "name": "Restaurant 13",
498
+ "type": "Building",
499
+ "footprint_area": 10837,
500
+ "floor_area": 32511,
501
+ "number_of_stories": 3,
502
+ "building_type": "Food service"
503
+ },
504
+ "geometry": {
505
+ "type": "Polygon",
506
+ "coordinates": [
507
+ [
508
+ [
509
+ -78.84961163640645,
510
+ 42.81460851835703
511
+ ],
512
+ [
513
+ -78.84914661048371,
514
+ 42.81472064501696
515
+ ],
516
+ [
517
+ -78.84905029178236,
518
+ 42.81450569091638
519
+ ],
520
+ [
521
+ -78.84951531770513,
522
+ 42.81439356386673
523
+ ],
524
+ [
525
+ -78.84961163640645,
526
+ 42.81460851835703
527
+ ]
528
+ ]
529
+ ]
530
+ }
531
+ },
532
+ {
533
+ "type": "Feature",
534
+ "properties": {
535
+ "id": "12",
536
+ "building_type": "Strip shopping mall",
537
+ "floor_area": 374409,
538
+ "footprint_area": 124803,
539
+ "name": "Mall 1",
540
+ "number_of_stories": 3,
541
+ "type": "Building"
542
+ },
543
+ "geometry": {
544
+ "coordinates": [
545
+ [
546
+ [
547
+ -78.84768338040897,
548
+ 42.817161656757065
549
+ ],
550
+ [
551
+ -78.8482630702579,
552
+ 42.8170218879136
553
+ ],
554
+ [
555
+ -78.84915297130291,
556
+ 42.81900776764229
557
+ ],
558
+ [
559
+ -78.84857328145401,
560
+ 42.81914753199706
561
+ ],
562
+ [
563
+ -78.84768338040897,
564
+ 42.817161656757065
565
+ ]
566
+ ]
567
+ ],
568
+ "type": "Polygon"
569
+ }
570
+ },
571
+ {
572
+ "type": "Feature",
573
+ "properties": {
574
+ "id": "13",
575
+ "building_type": "Lodging",
576
+ "floor_area": 316160,
577
+ "footprint_area": 31616,
578
+ "name": "Hotel 1",
579
+ "number_of_stories": 10,
580
+ "type": "Building"
581
+ },
582
+ "geometry": {
583
+ "coordinates": [
584
+ [
585
+ [
586
+ -78.8494955083645,
587
+ 42.819748790984335
588
+ ],
589
+ [
590
+ -78.84891089471263,
591
+ 42.81989327725856
592
+ ],
593
+ [
594
+ -78.8491389243777,
595
+ 42.82038967009544
596
+ ],
597
+ [
598
+ -78.84972353802956,
599
+ 42.82024518498119
600
+ ],
601
+ [
602
+ -78.8494955083645,
603
+ 42.819748790984335
604
+ ]
605
+ ]
606
+ ],
607
+ "type": "Polygon"
608
+ }
609
+ },
610
+ {
611
+ "geometry": {
612
+ "type": "LineString",
613
+ "coordinates": [
614
+ [
615
+ -78.8489681482315,
616
+ 42.82123330461977
617
+ ],
618
+ [
619
+ -78.84544909000398,
620
+ 42.812979756818265
621
+ ]
622
+ ]
623
+ },
624
+ "type": "Feature",
625
+ "properties": {
626
+ "type": "Road",
627
+ "id": "26956ab1-6006-410f-8761-8c5336af7478",
628
+ "total_length": 3155
629
+ }
630
+ },
631
+ {
632
+ "geometry": {
633
+ "type": "LineString",
634
+ "coordinates": [
635
+ [
636
+ -78.84535253047943,
637
+ 42.813213901246286
638
+ ],
639
+ [
640
+ -78.84992837905885,
641
+ 42.81208842580139
642
+ ]
643
+ ]
644
+ },
645
+ "type": "Feature",
646
+ "properties": {
647
+ "type": "Road",
648
+ "id": "a23de270-6f78-4b8c-a94f-c33066027738",
649
+ "total_length": 1292
650
+ }
651
+ },
652
+ {
653
+ "geometry": {
654
+ "type": "LineString",
655
+ "coordinates": [
656
+ [
657
+ -78.8494884967804,
658
+ 42.811915273915076
659
+ ],
660
+ [
661
+ -78.85327577590942,
662
+ 42.82022601764069
663
+ ]
664
+ ]
665
+ },
666
+ "type": "Feature",
667
+ "properties": {
668
+ "type": "Road",
669
+ "id": "edb9ec8c-1c0d-4127-bbb5-74c4694c5dfc",
670
+ "total_length": 3197
671
+ }
672
+ },
673
+ {
674
+ "geometry": {
675
+ "type": "LineString",
676
+ "coordinates": [
677
+ [
678
+ -78.85342597961424,
679
+ 42.81980106352452
680
+ ],
681
+ [
682
+ -78.84859800338745,
683
+ 42.82096574561655
684
+ ]
685
+ ]
686
+ },
687
+ "type": "Feature",
688
+ "properties": {
689
+ "type": "Road",
690
+ "id": "79f54743-f060-4b70-b111-00fa146c9ed1",
691
+ "total_length": 1360
692
+ }
693
+ },
694
+ {
695
+ "geometry": {
696
+ "type": "LineString",
697
+ "coordinates": [
698
+ [
699
+ -78.85085105895996,
700
+ 42.82085557392571
701
+ ],
702
+ [
703
+ -78.84721398353577,
704
+ 42.812592137623426
705
+ ]
706
+ ]
707
+ },
708
+ "type": "Feature",
709
+ "properties": {
710
+ "type": "Road",
711
+ "id": "46d5a837-c737-4ccc-bcd6-9ed019a559e5",
712
+ "total_length": 3168
713
+ }
714
+ },
715
+ {
716
+ "geometry": {
717
+ "type": "LineString",
718
+ "coordinates": [
719
+ [
720
+ -78.84607672691344,
721
+ 42.815755983691304
722
+ ],
723
+ [
724
+ -78.85104417800902,
725
+ 42.814496760865865
726
+ ]
727
+ ]
728
+ },
729
+ "type": "Feature",
730
+ "properties": {
731
+ "type": "Road",
732
+ "id": "bb98d362-6e28-4968-9ca5-67f1c3232f10",
733
+ "total_length": 1406
734
+ }
735
+ },
736
+ {
737
+ "geometry": {
738
+ "type": "LineString",
739
+ "coordinates": [
740
+ [
741
+ -78.84950324892998,
742
+ 42.817851352339574
743
+ ],
744
+ [
745
+ -78.85200977325438,
746
+ 42.817239472684264
747
+ ]
748
+ ]
749
+ },
750
+ "type": "Feature",
751
+ "properties": {
752
+ "type": "Road",
753
+ "id": "97b60c2e-f4d8-4375-9636-fb3622f4d746",
754
+ "total_length": 707
755
+ }
756
+ },
757
+ {
758
+ "geometry": {
759
+ "type": "LineString",
760
+ "coordinates": [
761
+ [
762
+ -78.85010808706282,
763
+ 42.81902394080427
764
+ ],
765
+ [
766
+ -78.84816884994507,
767
+ 42.81950595478102
768
+ ]
769
+ ]
770
+ },
771
+ "type": "Feature",
772
+ "properties": {
773
+ "type": "Road",
774
+ "id": "316f45e4-c14a-44ee-b92f-b5521aa1a86b",
775
+ "total_length": 548
776
+ }
777
+ },
778
+ {
779
+ "type": "Feature",
780
+ "properties": {
781
+ "id": "5840ecc6-7f2b-400c-a683-528d02f140f6",
782
+ "geometryType": "Rectangle",
783
+ "name": "New District System_1",
784
+ "type": "District System",
785
+ "footprint_area": 24983,
786
+ "footprint_perimeter": 689,
787
+ "district_system_type": "Electrical Substation"
788
+ },
789
+ "geometry": {
790
+ "type": "Polygon",
791
+ "coordinates": [
792
+ [
793
+ [
794
+ -78.85567193142118,
795
+ 42.81641251053426
796
+ ],
797
+ [
798
+ -78.85530837052585,
799
+ 42.81650816115567
800
+ ],
801
+ [
802
+ -78.85561262989047,
803
+ 42.81713042140092
804
+ ],
805
+ [
806
+ -78.85597619078581,
807
+ 42.817034771742016
808
+ ],
809
+ [
810
+ -78.85567193142118,
811
+ 42.81641251053426
812
+ ]
813
+ ]
814
+ ]
815
+ }
816
+ }
817
+ ],
818
+ "mappers": [],
819
+ "scenarios": [
820
+ {
821
+ "feature_mappings": [],
822
+ "id": "72301739-c6c3-4dd7-bf1a-f37c8eff40db",
823
+ "name": "New Scenario"
824
+ }
825
+ ]
826
+ }