equinor / videx-wellog

Well log components
https://equinor.github.io/videx-wellog/
MIT License
20 stars 7 forks source link

Fill from left edge to log are not continuous it get white stripe when zoomed in #165

Open Midtveit opened 1 year ago

Midtveit commented 1 year ago

When zooming in the filling color get a white stripe which should not be there. The filling should be continuous regardless of zoom level.

see picture image

Desktop (please complete the following information):

Problem observed using videx well log with webviz https://github.com/equinor/webviz-subsurface-components/issues/1017

HavardNJ commented 1 year ago

@Midtveit Could you have a look at the data? Even in the unzoomed data there looks to be a line from bottom to top line which looks odd. Suspect depth is not sorted correctly or contains nulls.

Vladimir-Kokin commented 1 year ago

@HavardNJ Yes, the problem occurs due to null value for depth. But it looks like a bug.

When MDOA data has some null values we get a picture with a gap in the graph: изображение And when depth has some null value it could be expected that the same gap will occur. So now I should set null to MDOA data when get null depth value to workaround the videx-wellog behaviour.

You mentioned the correctly sorted depth. The another question concerns the requirements of sorted depth. For horizontal wells the true vertical depth (MD) could be decreasing on some intervals of measured depth. So when we try to use TVD as a primary axis we get a lot of interesting effects in visualization изображение But this question seams is more suitable for a separate issue. Now I do not know how the logs for such well could be visualized.