@webviz/well-log-viewer 0.0.1-alpha.1 → 0.0.1-alpha.3
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.
- package/dist/SyncLogViewer.js +3 -4
- package/dist/SyncLogViewer.js.map +1 -1
- package/dist/components/WellLogView.js +5 -5
- package/dist/components/WellLogView.js.map +1 -1
- package/dist/demo/example-data/welllog_template_2.json +167 -167
- package/dist/demo/example-data/wellpick_colors.json +1 -1
- package/dist/demo/example-data/wellpicks.json +179 -179
- package/package.json +32 -5
- package/dist/Intro.stories.mdx +0 -59
- package/dist/package.json +0 -21
- package/src/Intro.stories.mdx +0 -59
- package/src/MapAndWellLogViewer.stories.jsx +0 -147
- package/src/MapAndWellLogViewer.test.tsx +0 -26
- package/src/MapAndWellLogViewer.tsx +0 -473
- package/src/SyncLogViewer.stories.jsx +0 -361
- package/src/SyncLogViewer.test.tsx +0 -41
- package/src/SyncLogViewer.tsx +0 -1188
- package/src/WellLogViewer.png +0 -0
- package/src/WellLogViewer.stories.jsx +0 -169
- package/src/WellLogViewer.test.tsx +0 -53
- package/src/WellLogViewer.tsx +0 -439
- package/src/WellLogViewer_performance.test.tsx +0 -78
- package/src/__snapshots__/MapAndWellLogViewer.test.tsx.snap +0 -365
- package/src/__snapshots__/SyncLogViewer.test.tsx.snap +0 -510
- package/src/__snapshots__/WellLogViewer.test.tsx.snap +0 -552
- package/src/components/AxisSelector.test.tsx +0 -50
- package/src/components/AxisSelector.tsx +0 -49
- package/src/components/ColorTableTypes.ts +0 -9
- package/src/components/InfoPanel.test.tsx +0 -58
- package/src/components/InfoPanel.tsx +0 -144
- package/src/components/InfoTypes.ts +0 -17
- package/src/components/LocalMenus.tsx +0 -336
- package/src/components/PlotDialog.tsx +0 -419
- package/src/components/Scroller.stories.jsx +0 -80
- package/src/components/Scroller.test.tsx +0 -22
- package/src/components/Scroller.tsx +0 -173
- package/src/components/TrackDialog.tsx +0 -217
- package/src/components/WellLogSpacer.tsx +0 -483
- package/src/components/WellLogTemplateTypes.ts +0 -65
- package/src/components/WellLogTypes.ts +0 -53
- package/src/components/WellLogView.stories.jsx +0 -84
- package/src/components/WellLogView.test.tsx +0 -52
- package/src/components/WellLogView.tsx +0 -2063
- package/src/components/WellLogViewWithScroller.stories.jsx +0 -69
- package/src/components/WellLogViewWithScroller.test.tsx +0 -47
- package/src/components/WellLogViewWithScroller.tsx +0 -179
- package/src/components/ZoomSlider.stories.jsx +0 -52
- package/src/components/ZoomSlider.test.tsx +0 -28
- package/src/components/ZoomSlider.tsx +0 -86
- package/src/components/__snapshots__/AxisSelector.test.tsx.snap +0 -28
- package/src/components/__snapshots__/InfoPanel.test.tsx.snap +0 -103
- package/src/components/__snapshots__/Scroller.test.tsx.snap +0 -13
- package/src/components/__snapshots__/WellLogView.test.tsx.snap +0 -54
- package/src/components/__snapshots__/WellLogViewWithScroller.test.tsx.snap +0 -270
- package/src/components/__snapshots__/ZoomSlider.test.tsx.snap +0 -50
- package/src/components/styles.scss +0 -106
- package/src/custom.d.ts +0 -13
- package/src/demo/example-data/volve_logs.json +0 -689617
- package/src/demo/example-data/welllog_template_2.json +0 -196
- package/src/demo/example-data/wellpick_colors.json +0 -156
- package/src/demo/example-data/wellpicks.json +0 -186
- package/src/index.ts +0 -8
- package/src/utils/axes.ts +0 -26
- package/src/utils/color-table.ts +0 -153
- package/src/utils/deepcopy.ts +0 -3
- package/src/utils/edit-track.tsx +0 -40
- package/src/utils/fill-info.ts +0 -224
- package/src/utils/gradientfill-plot-legend.ts +0 -177
- package/src/utils/gradientfill-plot.ts +0 -203
- package/src/utils/graph/factory.ts +0 -15
- package/src/utils/legend/common.ts +0 -153
- package/src/utils/log-viewer.ts +0 -209
- package/src/utils/minmax.ts +0 -126
- package/src/utils/pattern.tsx +0 -50
- package/src/utils/stack/stack-legend.ts +0 -100
- package/src/utils/tracks.ts +0 -1559
- package/tsconfig.json +0 -8
|
@@ -1,196 +1,196 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"plots": [
|
|
17
|
-
{
|
|
18
|
-
"name": "PORO"
|
|
2
|
+
"name": "Template 2",
|
|
3
|
+
"scale": {
|
|
4
|
+
"primary": "tvd"
|
|
5
|
+
},
|
|
6
|
+
"tracks": [
|
|
7
|
+
{
|
|
8
|
+
"plots": [
|
|
9
|
+
{
|
|
10
|
+
"name": "ZONELOG",
|
|
11
|
+
"style": "discrete"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
19
14
|
},
|
|
20
15
|
{
|
|
21
|
-
|
|
16
|
+
"plots": [
|
|
17
|
+
{
|
|
18
|
+
"name": "PORO"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "NTG"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "SW"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
"plots": [
|
|
30
|
+
{
|
|
31
|
+
"name": "FAULT_PROXIMITY_FLAG",
|
|
32
|
+
"style": "discrete"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
30
36
|
{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
"plots": [
|
|
38
|
+
{
|
|
39
|
+
"name": "RDE_ORIG",
|
|
40
|
+
"style": "discrete"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
38
44
|
{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
"plots": [
|
|
46
|
+
{
|
|
47
|
+
"name": "FACIES",
|
|
48
|
+
"style": "discrete"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
46
52
|
{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
"plots": [
|
|
54
|
+
{
|
|
55
|
+
"name": "ZONE_MAIN",
|
|
56
|
+
"style": "discrete"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
54
60
|
{
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
"plots": [
|
|
62
|
+
{
|
|
63
|
+
"name": "FaultDistance_HUM",
|
|
64
|
+
"style": "discrete"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
62
68
|
{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"plots": [
|
|
69
|
+
"plots": [
|
|
70
|
+
{
|
|
71
|
+
"name": "BDIA"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
70
75
|
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
"plots": [
|
|
77
|
+
{
|
|
78
|
+
"name": "ROPA"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
77
82
|
{
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
"plots": [
|
|
84
|
+
{
|
|
85
|
+
"name": "BVW"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
84
89
|
{
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
"plots": [
|
|
91
|
+
{
|
|
92
|
+
"name": "COAL_FLAG"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
91
96
|
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
"plots": [
|
|
98
|
+
{
|
|
99
|
+
"name": "KLOGH"
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
98
103
|
{
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
"plots": [
|
|
105
|
+
{
|
|
106
|
+
"name": "PHIF"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
105
110
|
{
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
"plots": [
|
|
112
|
+
{
|
|
113
|
+
"name": "DD_PRESS"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
112
117
|
{
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
"plots": [
|
|
119
|
+
{
|
|
120
|
+
"name": "DD_VOLUME"
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
119
124
|
{
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
"plots": [
|
|
126
|
+
{
|
|
127
|
+
"name": "TEMP",
|
|
128
|
+
"type": "linestep"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
126
132
|
{
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
"plots": [
|
|
133
|
+
"plots": [
|
|
134
|
+
{
|
|
135
|
+
"name": "DD_PRESS_MOD_1000"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
134
139
|
{
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
"plots": [
|
|
141
|
+
{
|
|
142
|
+
"name": "DD_PRESS_MOD_100"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
141
146
|
{
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
147
|
+
"plots": [
|
|
148
|
+
{
|
|
149
|
+
"name": "RACESLM"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
148
153
|
{
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
"plots": [
|
|
155
|
+
{
|
|
156
|
+
"name": "RPAESLM"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
155
160
|
{
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
"plots": [
|
|
162
|
+
{
|
|
163
|
+
"name": "RACELM"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
162
167
|
{
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
168
|
+
"plots": [
|
|
169
|
+
{
|
|
170
|
+
"name": "RPCELM"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
169
174
|
{
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
"plots": [
|
|
176
|
+
{
|
|
177
|
+
"name": "RAAELM"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
176
181
|
{
|
|
177
|
-
|
|
182
|
+
"plots": [
|
|
183
|
+
{
|
|
184
|
+
"name": "RPAELM"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
178
187
|
}
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
{
|
|
182
|
-
"plots": [
|
|
188
|
+
],
|
|
189
|
+
"styles": [
|
|
183
190
|
{
|
|
184
|
-
|
|
191
|
+
"name": "discrete",
|
|
192
|
+
"type": "stacked",
|
|
193
|
+
"colorTable": "Stratigraphy"
|
|
185
194
|
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
],
|
|
189
|
-
"styles": [
|
|
190
|
-
{
|
|
191
|
-
"name": "discrete",
|
|
192
|
-
"type": "stacked",
|
|
193
|
-
"colorTable": "Stratigraphy"
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
}
|
|
195
|
+
]
|
|
196
|
+
}
|