lasio icon indicating copy to clipboard operation
lasio copied to clipboard

Issue getting data to wrap

Open kinverarity1 opened this issue 1 year ago • 1 comments

Discussed in https://github.com/kinverarity1/lasio/discussions/540

Originally posted by DWLMARKPICKELL January 19, 2023 Using LASIO to convert CSV data to LAS format and everything is working great but I just can't seem to get the data to WRAP. In my code I'm setting the WRAP to YES using

las.version.WRAP = 'YES' This is followed by setting all the headers info, pulling data and then las.write(file,version=vers)

This results in my las headers showing: (which las.version.WRAP confirms) ~Version --------------------------------------------------- VERS. 2.0 : CWLS log ASCII Standard -VERSION 2.0 WRAP. YES : One line per depth step DLM . SPACE : Column Data Section Delimiter ~Well ------------------------------------------------------

The data though will not wrap and when running through the lascertify application it fails stating that the header indicates WRAPPED but the data is not in fact wrapping. Observation of file confirms this. Happens in both Ver 1.2 and 2.0

kinverarity1 avatar May 18 '23 09:05 kinverarity1