We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Attempting to open a Lidar LAS file results in lasio (slowly) and incorrectly trying to parse it as a Log ASCII Standard file.
To Reproduce Steps to reproduce the behavior:
lasio.read("a_lidar_file.las", ignore_header_errors=True)
Expected behavior An exception should be raised immediately.
Software versions (please complete the following information):
master
The text was updated successfully, but these errors were encountered:
In fact, doing this in a Jupyter Notebook for a 33 MB lidar file, completely nuked my notebook server 😭
Sorry, something went wrong.
02cf79b
No branches or pull requests
Describe the bug
Attempting to open a Lidar LAS file results in lasio (slowly) and incorrectly trying to parse it as a Log ASCII Standard file.
To Reproduce
Steps to reproduce the behavior:
lasio.read("a_lidar_file.las", ignore_header_errors=True)
results in a LASFile object instead of an exceptionExpected behavior
An exception should be raised immediately.
Software versions (please complete the following information):
master
branchThe text was updated successfully, but these errors were encountered: