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
D:\study\2015\las_kgs_test\LAS Files\E-E' LAS Files\Deem\A_Deem_B.las
Traceback (most recent call last):
File ".\basic_read_test.py", line 20, in <module>
l = las_reader.read(fn)
File "d:\work\dewnr\logging_software\las_reader\las_reader\__init__.py", line 5, in read
return las.LASFile(file)
File "d:\work\dewnr\logging_software\las_reader\las_reader\las.py", line 132, in __init__
self.read(file, **kwargs)
File "d:\work\dewnr\logging_software\las_reader\las_reader\las.py", line 149, in read
self.well = reader.read_section('~W')
File "d:\work\dewnr\logging_software\las_reader\las_reader\las.py", line 403, in read_section
parser = SectionParser(section_name, version=self.version)
File "d:\work\dewnr\logging_software\las_reader\las_reader\las.py", line 487, in __init__
section_orders = ORDER_DEFINITIONS[self.version][self.section_name2]
KeyError: 2.1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: