welly icon indicating copy to clipboard operation
welly copied to clipboard

welly having a hard time loading in file from lasio object, but lasio loads it in fine

Open ThomasMGeo opened this issue 2 years ago • 1 comments

Any insight why welly can't load in this file, but lasio can?

lasio ver: 0.30 welly ver: 0.5.2 wellpathpy ver: 0.5.0

las = lasio.read(welllogfiles[13], ignore_header_errors=True)
print('TEST')
w = well.from_lasio(las, index='ft')

1052127317.zip

ThomasMGeo avatar May 27 '22 16:05 ThomasMGeo

Probably related to this issue with lasio: https://github.com/kinverarity1/lasio/issues/507

cc: @kinverarity1

ThomasMGeo avatar May 27 '22 17:05 ThomasMGeo

This is fixed on the lasio side, will close now.

ThomasMGeo avatar May 18 '23 14:05 ThomasMGeo