Replies: 1 comment
-
|
I guess it's same problem as in this issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Maybу i'm doing something wrong (correct me please), but i can't read las file with Multiple lines per depth
Lasio stops reading data section exactly after first row
las = lasio.read("LAS_short.las", engine='normal')Answer received:
Curve #8 'MD_IN' is defined in the ~C section but there is no data in ~A
Curve #9 'MD_OUT' is defined in the ~C section but there is no data in ~A
Curve #10 'MP_IN' is defined in the ~C section but there is no data in ~A
... and till last Curve #39
Trying with different 'read_policy', but no effect
How can i fix it?
Thank you
LAS_short.las.zip
Beta Was this translation helpful? Give feedback.
All reactions