agilescientific / welly

Welly helps with well loading, wireline logs, log quality, data science

Home Page:https://code.agilescientific.com/welly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ThomasMGeo opened this issue · 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

Probably related to this issue with lasio: kinverarity1/lasio#507

cc: @kinverarity1

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