forked from BuildingComponentLibrary/bcl-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bcl_manifest.json
64 lines (64 loc) · 1.95 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
{
"repos": [
{
"name": "legacy-NREL-measures-gem",
"org": "BuildingComponentLibrary",
"type": "measure",
"url": "https://github.com/BuildingComponentLibrary/legacy-NREL-measures-gem"
}, {
"name": "BPS Measures",
"org": "BuildingPerformanceSimulation",
"type": "measure",
"url": "https://github.com/BuildingPerformanceSimulation/openstudio-measures"
}, {
"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"
}]
}