-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbcl_manifest.json
104 lines (104 loc) · 3.28 KB
/
bcl_manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"repos": [
{
"name": "legacy-NREL-measures-gem",
"org": "BuildingComponentLibrary",
"type": "measure",
"url": "https://github.com/BuildingComponentLibrary/legacy-NREL-measures-gem"
}, {
"name": "OpenStudio Common Measures",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-common-measures-gem"
}, {
"name": "OpenStudio ModelArticulation",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-model-articulation-gem"
}, {
"name": "OpenStudio EE Measures",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-ee-gem"
}, {
"name": "OpenStudio Calibration Measures",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-calibration-gem"
}, {
"name": "OpenStudio AEDG Measures",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-aedg-gem"
}, {
"name": "Openstudio Load Flexibility Measures Gem",
"org": "NREL",
"type": "measure",
"url": "https://github.com/NREL/openstudio-load-flexibility-measures-gem"
}, {
"name": "Automatic Magic Measures",
"org": "automaticmagic",
"type": "measure",
"url": "https://github.com/automaticmagic/automaticmagic-measures"
}, {
"name": "openstudio-effibem-measures-gem",
"org": "jmarrec",
"type": "measure",
"url": "https://github.com/jmarrec/openstudio-effibem-measures-gem"
}, {
"name": "Thermal Bridging and Derating (TBD)",
"org": "rd2",
"type": "measure",
"url": "https://github.com/rd2/tbd"
},{
"name": "OpenStudio_Components_HEPLLC",
"org": "Ski90Moo",
"type": "component",
"url": "https://github.com/Ski90Moo/OpenStudio_Components_HEPLLC"
},{
"name": "openstudio-measures",
"org": "BuildingPerformanceSimulation",
"type": "measure",
"url": "https://github.com/BuildingPerformanceSimulation/openstudio-measures"
},{
"name": "OpenStudio-Occupant-Variability-Gem",
"org": "LBNL-ETA",
"type": "measure",
"url": "https://github.com/LBNL-ETA/OpenStudio-Occupant-Variability-Gem"
},{
"name": "bcl_components",
"org": "macabilo2",
"type": "component",
"url": "https://github.com/macabilo2/bcl_components"
},{
"name": "OpenStudio_Measures_HEPLLC",
"org": "Ski90Moo",
"type": "measure",
"url": "https://github.com/Ski90Moo/OpenStudio_Measures_HEPLLC"
},{
"name": "LBNL-BCL-Windows",
"org": "LBNL-ETA",
"type": "component",
"url": "https://github.com/LBNL-ETA/LBNL-BCL-Windows"
},{
"name": "OpenStudio Building Energy Standard Measures",
"org": "PNNL",
"type": "measure",
"url": "https://github.com/pnnl/openstudio-building-energy-standard-measures-gem"
}, {
"name": "Openstudio NIST Birds Nest Measure",
"org": "NIST",
"type": "measure",
"url": "https://github.com/usnistgov/openstudio-birds-nest-gem"
},{
"name": "Openstudio AMBER Group Measures",
"org": "AMBER Group, Colorado School of Mines",
"type": "measure",
"url": "https://github.com/AMBER-Group-CSM/openstudio-amber-measures-gem"
}, {
"name": "Openstudio_Measures_meftah",
"org": "meftaH416",
"type": "measure",
"url": "https://github.com/meftaH416/Openstudio_Measures_meftah"
}]
}