You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For some big LAS 3 files reading is very long.
This is due to the regex in lasio/reader.py that searches "_Data" in the section title but in my example the section is "XXX_DATA".
Btw by using this regex it is very fast. Could you implement it ?
Describe the bug
For some big LAS 3 files reading is very long.
This is due to the regex in lasio/reader.py that searches "_Data" in the section title but in my example the section is "XXX_DATA".
Btw by using this regex it is very fast. Could you implement it ?
To Reproduce
I cannot provide my files for confidential reasons but :
Take a las file:
You will see that atm it takes a lot of time.
Expected behavior
Reading should last only a few seconds
Software versions (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: