-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenhancedRoofWindstormValues.json
110 lines (110 loc) · 3.82 KB
/
enhancedRoofWindstormValues.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
105
106
107
108
109
110
{
"roofDeck": [
{ "id": "wood", "value": "Wood Deck", "hint": "Wood Deck", "isDefault": true },
{ "id": "metal", "value": "Metal Deck", "hint": "Metal Deck" },
{ "id": "reinforced", "value": "Reinforced Concrete Roof Deck", "hint": "Built to ACI 318 standard." }
],
"roofCover": [
{ "id": "1", "value": "Non-SCBC Equivalent", "hint": "All else.", "isDefault": true },
{
"id": "2",
"value": "SCBC Equivalent",
"hint": "Roof cover in compliance with ASTM D-3161 modified to 110 mph."
},
{
"id": "3",
"value": "Reinforced Concrete Roof Deck",
"hint": ""
}
],
"roofCoverState": {
"SC": [
{ "id": "1", "value": "Non-SCBC Equivalent", "hint": "All else.", "isDefault": true },
{
"id": "2",
"value": "SCBC Equivalent",
"hint": "Roof cover in compliance with ASTM D-3161 modified to 110 mph."
},
{
"id": "3",
"value": "Reinforced Concrete Roof Deck",
"hint": ""
}
],
"LA": [
{ "id": "1", "value": "Non-LSUCC Equivalent", "hint": "All else.", "isDefault": true },
{
"id": "2",
"value": "LSUCC Equivalent",
"hint": "Roof cover in compliance with ASTM D-3161 modified to 110 mph."
},
{
"id": "3",
"value": "Reinforced Concrete Roof Deck",
"hint": ""
}
]
},
"roofDeckAttachment": [
{
"id": "1",
"value": "Level A",
"hint": "Plywood/Oriented Strand Board (OSB) nailed with 6 penny common nails at 6” spacing on the edge and 12” in the field on 24” truss spacing or any system with equivalent mean uplift resistance of 55 pounds per square foot.",
"isDefault": true
},
{
"id": "2",
"value": "Level B",
"hint": "Plywood/Oriented Strand Board (OSB) nailed with 8 penny common nails at 6” spacing on the edge and 12” in the field on 24” truss spacing or any system with equivalent mean uplift resistance of 103 pounds per square foot."
},
{
"id": "3",
"value": "Level C",
"hint": "Plywood/Oriented Strand Board (OSB) nailed with 8 penny common nails at 6” spacing on the edge and 6” in the field on 24” truss spacing or Dimensional Lumber or any system with equivalent mean uplift resistance of 182 pounds per square foot."
}
],
"roofToWallConnection": [
{
"id": "1",
"value": "Toe Nails",
"hint": "Approximately 3 nails are driven at an oblique angle through the rafter and into the top plate.",
"isDefault": true
},
{
"id": "2",
"value": "Clips",
"hint": "Clips are pieces of metal that are nailed into the side of the rafter/truss and into the side of the top plate or wall stud. The metal does not wrap around the top of the rafter/truss, and the clip is only located on one side of the connection. A Diamond is a piece of metal that has a slot in the middle to accept the rafter, and nails to the outside edge of the top plate."
},
{
"id": "3",
"value": "Single Wraps or Double Wraps",
"hint": "Attached to the side and/or bottom of the top plate and are nailed to the rafter/truss. Straps that are wrapped on both sides have double the capacity of a single strap."
}
],
"openingProtection": [
{ "id": "1", "value": "None", "hint": "All else.", "isDefault": true },
{
"id": "2",
"value": "Basic",
"hint": "All glazed openings protected to the 4.5 lb missile in ASTM E 1996."
},
{
"id": "3",
"value": "Hurricane",
"hint": "All glazed openings protected to ASTM E 1886 and E 1996."
}
],
"roofSWR": [
{
"id": "0",
"value": "No Secondary Water Resistance",
"hint": "",
"isDefault": true
},
{
"id": "1",
"value": "Secondary Water Resistance",
"hint": ""
}
]
}