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