- Notifications
You must be signed in to change notification settings - Fork160
Description
Discussed in#540
Originally posted byDWLMARKPICKELL 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