Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue getting data to wrap #576

Open
kinverarity1 opened this issue May 18, 2023 Discussed in #540 · 1 comment
Open

Issue getting data to wrap #576

kinverarity1 opened this issue May 18, 2023 Discussed in #540 · 1 comment
Labels

Comments

@kinverarity1
Copy link
Owner

Discussed in #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
Copy link
Owner Author

@DWLMARKPICKELL Thank you for raising this error, I'll have a look at it when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant