-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTS_NetworkFragility.json
54 lines (54 loc) · 1.41 KB
/
TS_NetworkFragility.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
{
"data": [{
"D3_mean": 2.44,
"D3_stddev": 0.55,
"taxonomy": "Substation",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m",
"imt": "depth",
"id": "unique_id"
}, {
"D3_mean": 2.44,
"D3_stddev": 0.55,
"taxonomy": "Tap",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m",
"imt": "depth",
"id": "unique_id"
}, {
"D3_mean": 12,
"D3_stddev": 0.0,
"taxonomy": "Consumer",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m",
"imt": "depth",
"id": "unique_id"
}, {
"D3_mean": 2.44,
"D3_stddev": 0.55,
"taxonomy": "Power Plant",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m",
"imt": "depth",
"id": "unique_id"
}],
"meta": {
"shape": "normcdf",
"lossCategory": "structural",
"taxonomies": ["Substation", "Tap", "Consumer", "Power Plant"],
"no_damage": "D0",
"assetCategory": "power network",
"source": "Power Plant",
"terminal": "Consumer",
"format": "continuous",
"description": "Tsunami Fragility Model, project RIESGOS",
"id": "Aranguiz_v1.0",
"damage_states": "",
"limit_states": ["D3"],
"taxonomy_source": "Aranguiz et. al. (2018)"
}
}