bcl 0.5.8 → 0.5.9
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.
- checksums.yaml +4 -4
- data/lib/bcl.rb +2 -1
- data/lib/bcl/base_xml.rb +12 -4
- data/lib/bcl/component.rb +6 -6
- data/lib/bcl/component_from_spreadsheet.rb +13 -10
- data/lib/bcl/component_methods.rb +113 -417
- data/lib/bcl/component_spreadsheet.rb +3 -6
- data/lib/bcl/core_ext.rb +17 -16
- data/lib/bcl/master_taxonomy.rb +12 -14
- data/lib/bcl/tar_ball.rb +1 -1
- data/lib/bcl/version.rb +2 -2
- data/lib/files/Components.xls +0 -0
- data/lib/files/downloads/40237ee0-5ea7-0130-ad9b-14109fdf0b37.tar.gz +0 -0
- data/lib/files/staged/components/Asphalt_Shingles_1_8_in/Asphalt_Shingles_1_8_in.tar.gz +0 -0
- data/lib/files/staged/components/Asphalt_Shingles_1_8_in/component.xml +81 -0
- data/lib/files/staged/components/Built_up_Roofing_3_8_in/Built_up_Roofing_3_8_in.tar.gz +0 -0
- data/lib/files/staged/components/Built_up_Roofing_3_8_in/component.xml +76 -0
- data/lib/files/staged/components/Metal_Surface_1_16_in/Metal_Surface_1_16_in.tar.gz +0 -0
- data/lib/files/staged/components/Metal_Surface_1_16_in/component.xml +76 -0
- data/lib/files/staged/components/Shingle_Backer_1_4_in/Shingle_Backer_1_4_in.tar.gz +0 -0
- data/lib/files/staged/components/Shingle_Backer_1_4_in/component.xml +81 -0
- data/lib/files/staged/components/Shingle_Backer_3_8_in/Shingle_Backer_3_8_in.tar.gz +0 -0
- data/lib/files/staged/components/Shingle_Backer_3_8_in/component.xml +81 -0
- data/lib/files/staged/components/Wood_Shingles_1_4_in/Wood_Shingles_1_4_in.tar.gz +0 -0
- data/lib/files/staged/components/Wood_Shingles_1_4_in/component.xml +81 -0
- data/lib/files/staged/gather/1/Asphalt_Shingles_1_8_in.tar.gz +0 -0
- data/lib/files/staged/gather/1/Built_up_Roofing_3_8_in.tar.gz +0 -0
- data/lib/files/staged/gather/1/Metal_Surface_1_16_in.tar.gz +0 -0
- data/lib/files/staged/gather/1/Shingle_Backer_1_4_in.tar.gz +0 -0
- data/lib/files/staged/gather/1/Shingle_Backer_3_8_in.tar.gz +0 -0
- data/lib/files/staged/gather/1/Wood_Shingles_1_4_in.tar.gz +0 -0
- data/lib/files/staged/gather/components_1.tar.gz +0 -0
- metadata +32 -25
|
Binary file
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
|
|
3
|
+
<name>Shingle Backer - 1/4 in.</name>
|
|
4
|
+
<uid>c322d590-c88c-012f-b243-0026b9d40ccf</uid>
|
|
5
|
+
<version_id>65b34870-7926-0130-b650-0026b9d40ccf</version_id>
|
|
6
|
+
<description>Material from a data set created from ASHRAE HOF 2005 and ASHRAE 90.1-2004 Appendix A</description>
|
|
7
|
+
<modeler_description>3.0</modeler_description>
|
|
8
|
+
<provenances>
|
|
9
|
+
<provenance>
|
|
10
|
+
<author>aparker</author>
|
|
11
|
+
<datetime>2012-09-26</datetime>
|
|
12
|
+
<comment>From EnergyPlus 7.1 DataSet ASHRAE_2005_HOF_Materials.idf; Dataset was created from ASHRAE Handbook of Fundamentals, 2005, Chapter 25, Table 4.</comment>
|
|
13
|
+
</provenance>
|
|
14
|
+
</provenances>
|
|
15
|
+
<tags>
|
|
16
|
+
<tag>Material.Opaque.Roofing</tag>
|
|
17
|
+
</tags>
|
|
18
|
+
<attributes>
|
|
19
|
+
<attribute>
|
|
20
|
+
<name>Category</name>
|
|
21
|
+
<value>Backing</value>
|
|
22
|
+
<datatype>string</datatype>
|
|
23
|
+
</attribute>
|
|
24
|
+
<attribute>
|
|
25
|
+
<name>Thickness</name>
|
|
26
|
+
<value>6.35</value>
|
|
27
|
+
<datatype>float</datatype>
|
|
28
|
+
<units>mm</units>
|
|
29
|
+
</attribute>
|
|
30
|
+
<attribute>
|
|
31
|
+
<name>Conductivity</name>
|
|
32
|
+
<value>0.063</value>
|
|
33
|
+
<datatype>float</datatype>
|
|
34
|
+
<units>W/m*K</units>
|
|
35
|
+
</attribute>
|
|
36
|
+
<attribute>
|
|
37
|
+
<name>Resistance</name>
|
|
38
|
+
<value>0.10079365079365077</value>
|
|
39
|
+
<datatype>float</datatype>
|
|
40
|
+
<units>m^2*K/W</units>
|
|
41
|
+
</attribute>
|
|
42
|
+
<attribute>
|
|
43
|
+
<name>Density</name>
|
|
44
|
+
<value>289.99999999999994</value>
|
|
45
|
+
<datatype>float</datatype>
|
|
46
|
+
<units>kg/m^3</units>
|
|
47
|
+
</attribute>
|
|
48
|
+
<attribute>
|
|
49
|
+
<name>Specific Heat</name>
|
|
50
|
+
<value>1299.9999999999998</value>
|
|
51
|
+
<datatype>float</datatype>
|
|
52
|
+
<units>J/kg*K</units>
|
|
53
|
+
</attribute>
|
|
54
|
+
<attribute>
|
|
55
|
+
<name>Typical Application</name>
|
|
56
|
+
<value>Exterior Wall</value>
|
|
57
|
+
<datatype>string</datatype>
|
|
58
|
+
</attribute>
|
|
59
|
+
<attribute>
|
|
60
|
+
<name>Typical Application</name>
|
|
61
|
+
<value>Exterior Roof</value>
|
|
62
|
+
<datatype>string</datatype>
|
|
63
|
+
</attribute>
|
|
64
|
+
<attribute>
|
|
65
|
+
<name>Typical Application</name>
|
|
66
|
+
<value>Attic Roof</value>
|
|
67
|
+
<datatype>string</datatype>
|
|
68
|
+
</attribute>
|
|
69
|
+
<attribute>
|
|
70
|
+
<name>OpenStudio Type</name>
|
|
71
|
+
<value>OS:Material</value>
|
|
72
|
+
<datatype>string</datatype>
|
|
73
|
+
</attribute>
|
|
74
|
+
</attributes>
|
|
75
|
+
<source>
|
|
76
|
+
</source>
|
|
77
|
+
<files>
|
|
78
|
+
</files>
|
|
79
|
+
<costs>
|
|
80
|
+
</costs>
|
|
81
|
+
</component>
|
|
Binary file
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
|
|
3
|
+
<name>Shingle Backer - 3/8 in.</name>
|
|
4
|
+
<uid>c325bbd0-c88c-012f-b245-0026b9d40ccf</uid>
|
|
5
|
+
<version_id>65b59260-7926-0130-b652-0026b9d40ccf</version_id>
|
|
6
|
+
<description>Material from a data set created from ASHRAE HOF 2005 and ASHRAE 90.1-2004 Appendix A</description>
|
|
7
|
+
<modeler_description>3.0</modeler_description>
|
|
8
|
+
<provenances>
|
|
9
|
+
<provenance>
|
|
10
|
+
<author>aparker</author>
|
|
11
|
+
<datetime>2012-09-26</datetime>
|
|
12
|
+
<comment>From EnergyPlus 7.1 DataSet ASHRAE_2005_HOF_Materials.idf; Dataset was created from ASHRAE Handbook of Fundamentals, 2005, Chapter 25, Table 4.</comment>
|
|
13
|
+
</provenance>
|
|
14
|
+
</provenances>
|
|
15
|
+
<tags>
|
|
16
|
+
<tag>Material.Opaque.Roofing</tag>
|
|
17
|
+
</tags>
|
|
18
|
+
<attributes>
|
|
19
|
+
<attribute>
|
|
20
|
+
<name>Category</name>
|
|
21
|
+
<value>Backing</value>
|
|
22
|
+
<datatype>string</datatype>
|
|
23
|
+
</attribute>
|
|
24
|
+
<attribute>
|
|
25
|
+
<name>Thickness</name>
|
|
26
|
+
<value>9.524999999999999</value>
|
|
27
|
+
<datatype>float</datatype>
|
|
28
|
+
<units>mm</units>
|
|
29
|
+
</attribute>
|
|
30
|
+
<attribute>
|
|
31
|
+
<name>Conductivity</name>
|
|
32
|
+
<value>0.063</value>
|
|
33
|
+
<datatype>float</datatype>
|
|
34
|
+
<units>W/m*K</units>
|
|
35
|
+
</attribute>
|
|
36
|
+
<attribute>
|
|
37
|
+
<name>Resistance</name>
|
|
38
|
+
<value>0.15119047619047618</value>
|
|
39
|
+
<datatype>float</datatype>
|
|
40
|
+
<units>m^2*K/W</units>
|
|
41
|
+
</attribute>
|
|
42
|
+
<attribute>
|
|
43
|
+
<name>Density</name>
|
|
44
|
+
<value>289.99999999999994</value>
|
|
45
|
+
<datatype>float</datatype>
|
|
46
|
+
<units>kg/m^3</units>
|
|
47
|
+
</attribute>
|
|
48
|
+
<attribute>
|
|
49
|
+
<name>Specific Heat</name>
|
|
50
|
+
<value>1299.9999999999998</value>
|
|
51
|
+
<datatype>float</datatype>
|
|
52
|
+
<units>J/kg*K</units>
|
|
53
|
+
</attribute>
|
|
54
|
+
<attribute>
|
|
55
|
+
<name>Typical Application</name>
|
|
56
|
+
<value>Exterior Wall</value>
|
|
57
|
+
<datatype>string</datatype>
|
|
58
|
+
</attribute>
|
|
59
|
+
<attribute>
|
|
60
|
+
<name>Typical Application</name>
|
|
61
|
+
<value>Exterior Roof</value>
|
|
62
|
+
<datatype>string</datatype>
|
|
63
|
+
</attribute>
|
|
64
|
+
<attribute>
|
|
65
|
+
<name>Typical Application</name>
|
|
66
|
+
<value>Attic Roof</value>
|
|
67
|
+
<datatype>string</datatype>
|
|
68
|
+
</attribute>
|
|
69
|
+
<attribute>
|
|
70
|
+
<name>OpenStudio Type</name>
|
|
71
|
+
<value>OS:Material</value>
|
|
72
|
+
<datatype>string</datatype>
|
|
73
|
+
</attribute>
|
|
74
|
+
</attributes>
|
|
75
|
+
<source>
|
|
76
|
+
</source>
|
|
77
|
+
<files>
|
|
78
|
+
</files>
|
|
79
|
+
<costs>
|
|
80
|
+
</costs>
|
|
81
|
+
</component>
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
|
|
3
|
+
<name>Wood Shingles - 1/4 in.</name>
|
|
4
|
+
<uid>c3312dc0-c88c-012f-b24d-0026b9d40ccf</uid>
|
|
5
|
+
<version_id>65bc7030-7926-0130-b65a-0026b9d40ccf</version_id>
|
|
6
|
+
<description>Material from a data set created from ASHRAE HOF 2005 and ASHRAE 90.1-2004 Appendix A</description>
|
|
7
|
+
<modeler_description>3.0</modeler_description>
|
|
8
|
+
<provenances>
|
|
9
|
+
<provenance>
|
|
10
|
+
<author>aparker</author>
|
|
11
|
+
<datetime>2012-09-26</datetime>
|
|
12
|
+
<comment>From EnergyPlus 7.1 DataSet ASHRAE_2005_HOF_Materials.idf; Dataset was created from ASHRAE Handbook of Fundamentals, 2005, Chapter 25, Table 4.</comment>
|
|
13
|
+
</provenance>
|
|
14
|
+
</provenances>
|
|
15
|
+
<tags>
|
|
16
|
+
<tag>Material.Opaque.Roofing</tag>
|
|
17
|
+
</tags>
|
|
18
|
+
<attributes>
|
|
19
|
+
<attribute>
|
|
20
|
+
<name>Category</name>
|
|
21
|
+
<value>Shingles</value>
|
|
22
|
+
<datatype>string</datatype>
|
|
23
|
+
</attribute>
|
|
24
|
+
<attribute>
|
|
25
|
+
<name>Thickness</name>
|
|
26
|
+
<value>6.35</value>
|
|
27
|
+
<datatype>float</datatype>
|
|
28
|
+
<units>mm</units>
|
|
29
|
+
</attribute>
|
|
30
|
+
<attribute>
|
|
31
|
+
<name>Conductivity</name>
|
|
32
|
+
<value>0.04</value>
|
|
33
|
+
<datatype>float</datatype>
|
|
34
|
+
<units>W/m*K</units>
|
|
35
|
+
</attribute>
|
|
36
|
+
<attribute>
|
|
37
|
+
<name>Resistance</name>
|
|
38
|
+
<value>0.15874999999999997</value>
|
|
39
|
+
<datatype>float</datatype>
|
|
40
|
+
<units>m^2*K/W</units>
|
|
41
|
+
</attribute>
|
|
42
|
+
<attribute>
|
|
43
|
+
<name>Density</name>
|
|
44
|
+
<value>592.0</value>
|
|
45
|
+
<datatype>float</datatype>
|
|
46
|
+
<units>kg/m^3</units>
|
|
47
|
+
</attribute>
|
|
48
|
+
<attribute>
|
|
49
|
+
<name>Specific Heat</name>
|
|
50
|
+
<value>1299.9999999999998</value>
|
|
51
|
+
<datatype>float</datatype>
|
|
52
|
+
<units>J/kg*K</units>
|
|
53
|
+
</attribute>
|
|
54
|
+
<attribute>
|
|
55
|
+
<name>Typical Application</name>
|
|
56
|
+
<value>Exterior Wall</value>
|
|
57
|
+
<datatype>string</datatype>
|
|
58
|
+
</attribute>
|
|
59
|
+
<attribute>
|
|
60
|
+
<name>Typical Application</name>
|
|
61
|
+
<value>Exterior Roof</value>
|
|
62
|
+
<datatype>string</datatype>
|
|
63
|
+
</attribute>
|
|
64
|
+
<attribute>
|
|
65
|
+
<name>Typical Application</name>
|
|
66
|
+
<value>Attic Roof</value>
|
|
67
|
+
<datatype>string</datatype>
|
|
68
|
+
</attribute>
|
|
69
|
+
<attribute>
|
|
70
|
+
<name>OpenStudio Type</name>
|
|
71
|
+
<value>OS:Material</value>
|
|
72
|
+
<datatype>string</datatype>
|
|
73
|
+
</attribute>
|
|
74
|
+
</attributes>
|
|
75
|
+
<source>
|
|
76
|
+
</source>
|
|
77
|
+
<files>
|
|
78
|
+
</files>
|
|
79
|
+
<costs>
|
|
80
|
+
</costs>
|
|
81
|
+
</component>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Macumber
|
|
@@ -11,10 +11,10 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2020-04-28 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
|
-
name:
|
|
17
|
+
name: archive-tar-minitar
|
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
|
19
19
|
requirements:
|
|
20
20
|
- - ">="
|
|
@@ -42,21 +42,7 @@ dependencies:
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: '0'
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
|
-
name:
|
|
46
|
-
requirement: !ruby/object:Gem::Requirement
|
|
47
|
-
requirements:
|
|
48
|
-
- - ">="
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version: '0'
|
|
51
|
-
type: :runtime
|
|
52
|
-
prerelease: false
|
|
53
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
54
|
-
requirements:
|
|
55
|
-
- - ">="
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
version: '0'
|
|
58
|
-
- !ruby/object:Gem::Dependency
|
|
59
|
-
name: archive-tar-minitar
|
|
45
|
+
name: faraday
|
|
60
46
|
requirement: !ruby/object:Gem::Requirement
|
|
61
47
|
requirements:
|
|
62
48
|
- - ">="
|
|
@@ -84,7 +70,7 @@ dependencies:
|
|
|
84
70
|
- !ruby/object:Gem::Version
|
|
85
71
|
version: '0'
|
|
86
72
|
- !ruby/object:Gem::Dependency
|
|
87
|
-
name:
|
|
73
|
+
name: rubyzip
|
|
88
74
|
requirement: !ruby/object:Gem::Requirement
|
|
89
75
|
requirements:
|
|
90
76
|
- - ">="
|
|
@@ -98,7 +84,7 @@ dependencies:
|
|
|
98
84
|
- !ruby/object:Gem::Version
|
|
99
85
|
version: '0'
|
|
100
86
|
- !ruby/object:Gem::Dependency
|
|
101
|
-
name:
|
|
87
|
+
name: uuid
|
|
102
88
|
requirement: !ruby/object:Gem::Requirement
|
|
103
89
|
requirements:
|
|
104
90
|
- - ">="
|
|
@@ -112,7 +98,7 @@ dependencies:
|
|
|
112
98
|
- !ruby/object:Gem::Version
|
|
113
99
|
version: '0'
|
|
114
100
|
- !ruby/object:Gem::Dependency
|
|
115
|
-
name:
|
|
101
|
+
name: yamler
|
|
116
102
|
requirement: !ruby/object:Gem::Requirement
|
|
117
103
|
requirements:
|
|
118
104
|
- - ">="
|
|
@@ -126,7 +112,7 @@ dependencies:
|
|
|
126
112
|
- !ruby/object:Gem::Version
|
|
127
113
|
version: '0'
|
|
128
114
|
- !ruby/object:Gem::Dependency
|
|
129
|
-
name:
|
|
115
|
+
name: zliby
|
|
130
116
|
requirement: !ruby/object:Gem::Requirement
|
|
131
117
|
requirements:
|
|
132
118
|
- - ">="
|
|
@@ -140,7 +126,7 @@ dependencies:
|
|
|
140
126
|
- !ruby/object:Gem::Version
|
|
141
127
|
version: '0'
|
|
142
128
|
- !ruby/object:Gem::Dependency
|
|
143
|
-
name:
|
|
129
|
+
name: rexml
|
|
144
130
|
requirement: !ruby/object:Gem::Requirement
|
|
145
131
|
requirements:
|
|
146
132
|
- - ">="
|
|
@@ -154,7 +140,7 @@ dependencies:
|
|
|
154
140
|
- !ruby/object:Gem::Version
|
|
155
141
|
version: '0'
|
|
156
142
|
- !ruby/object:Gem::Dependency
|
|
157
|
-
name:
|
|
143
|
+
name: spreadsheet
|
|
158
144
|
requirement: !ruby/object:Gem::Requirement
|
|
159
145
|
requirements:
|
|
160
146
|
- - ">="
|
|
@@ -187,6 +173,27 @@ files:
|
|
|
187
173
|
- lib/bcl/master_taxonomy.rb
|
|
188
174
|
- lib/bcl/tar_ball.rb
|
|
189
175
|
- lib/bcl/version.rb
|
|
176
|
+
- lib/files/Components.xls
|
|
177
|
+
- lib/files/downloads/40237ee0-5ea7-0130-ad9b-14109fdf0b37.tar.gz
|
|
178
|
+
- lib/files/staged/components/Asphalt_Shingles_1_8_in/Asphalt_Shingles_1_8_in.tar.gz
|
|
179
|
+
- lib/files/staged/components/Asphalt_Shingles_1_8_in/component.xml
|
|
180
|
+
- lib/files/staged/components/Built_up_Roofing_3_8_in/Built_up_Roofing_3_8_in.tar.gz
|
|
181
|
+
- lib/files/staged/components/Built_up_Roofing_3_8_in/component.xml
|
|
182
|
+
- lib/files/staged/components/Metal_Surface_1_16_in/Metal_Surface_1_16_in.tar.gz
|
|
183
|
+
- lib/files/staged/components/Metal_Surface_1_16_in/component.xml
|
|
184
|
+
- lib/files/staged/components/Shingle_Backer_1_4_in/Shingle_Backer_1_4_in.tar.gz
|
|
185
|
+
- lib/files/staged/components/Shingle_Backer_1_4_in/component.xml
|
|
186
|
+
- lib/files/staged/components/Shingle_Backer_3_8_in/Shingle_Backer_3_8_in.tar.gz
|
|
187
|
+
- lib/files/staged/components/Shingle_Backer_3_8_in/component.xml
|
|
188
|
+
- lib/files/staged/components/Wood_Shingles_1_4_in/Wood_Shingles_1_4_in.tar.gz
|
|
189
|
+
- lib/files/staged/components/Wood_Shingles_1_4_in/component.xml
|
|
190
|
+
- lib/files/staged/gather/1/Asphalt_Shingles_1_8_in.tar.gz
|
|
191
|
+
- lib/files/staged/gather/1/Built_up_Roofing_3_8_in.tar.gz
|
|
192
|
+
- lib/files/staged/gather/1/Metal_Surface_1_16_in.tar.gz
|
|
193
|
+
- lib/files/staged/gather/1/Shingle_Backer_1_4_in.tar.gz
|
|
194
|
+
- lib/files/staged/gather/1/Shingle_Backer_3_8_in.tar.gz
|
|
195
|
+
- lib/files/staged/gather/1/Wood_Shingles_1_4_in.tar.gz
|
|
196
|
+
- lib/files/staged/gather/components_1.tar.gz
|
|
190
197
|
homepage: http://bcl.nrel.gov
|
|
191
198
|
licenses:
|
|
192
199
|
- LGPL
|
|
@@ -207,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
214
|
version: '0'
|
|
208
215
|
requirements: []
|
|
209
216
|
rubyforge_project:
|
|
210
|
-
rubygems_version: 2.4.5
|
|
217
|
+
rubygems_version: 2.4.5.1
|
|
211
218
|
signing_key:
|
|
212
219
|
specification_version: 4
|
|
213
220
|
summary: Classes for creating component XML files for the BCL
|