-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
118 lines (118 loc) · 2.3 KB
/
metadata.json
File metadata and controls
118 lines (118 loc) · 2.3 KB
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
111
112
113
114
115
116
117
118
{
"primary": {
"name": "u3_ssaf_simple_rup_set",
"numRuptures": 3081,
"totalRate": NaN,
"numSingleStrandRuptures": 3081,
"availableConnections": 9,
"actualConnections": 9,
"scalarRanges": [
{
"scalar": "LENGTH",
"min": 9.114590314131325,
"max": 546.5675219169284
},
{
"scalar": "MAG",
"min": 5.358555707385699,
"max": 8.05732056152314
},
{
"scalar": "SECT_COUNT",
"min": 2.0,
"max": 88.0
},
{
"scalar": "CLUSTER_COUNT",
"min": 1.0,
"max": 10.0
},
{
"scalar": "AREA",
"min": 19.523450092896127,
"max": 6854.914418096209
},
{
"scalar": "MAX_JUMP_DIST",
"min": 0.0,
"max": 1.8222305966416772
},
{
"scalar": "CUM_JUMP_DIST",
"min": 0.0,
"max": 1.8338212910910745
},
{
"scalar": "IDEAL_LEN_RATIO",
"min": 0.9999913192388962,
"max": 1.0587211575280875
},
{
"scalar": "IDEAL_LEN_DIFF",
"min": -2.3869881982818697E-4,
"max": 14.017162949378417
},
{
"scalar": "RAKE",
"min": 180.0,
"max": 180.0
},
{
"scalar": "CUM_RAKE_CHANGE",
"min": 0.0,
"max": 0.0
},
{
"scalar": "MECH_CHANGE",
"min": 0.0,
"max": 0.0
},
{
"scalar": "CUM_AZ_CHANGE",
"min": 0.0,
"max": 267.9980773925781
},
{
"scalar": "BW_PROB",
"min": 0.0021036742255091667,
"max": 1.0
},
{
"scalar": "MAX_SLIP_DIFF",
"min": 0.0,
"max": 25.0
}
]
},
"region": {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-121.000000000001,
32.999999999999
],
[
-114.999999999999,
32.999999999999
],
[
-114.999999999999,
37.000000000001
],
[
-121.000000000001,
37.000000000001
],
[
-121.000000000001,
32.999999999999
]
]
]
}
}
}