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
If NULL is setup as 0, and the LAS file have reference DEPTH with value 0, today the library is replacing the value with nan for all the Curves, I know some other software packages that do this only for curves that are not reference.
LAS specification document is not very clear about how should be managed reference with NULL value, but I found it more logical to keep the reference without NULL replacement.
What do you think?
The text was updated successfully, but these errors were encountered:
I think your suggestion should be the default, with a keyword argument to control whether a substitution is made everywhere or not at all or with a different value to numpy.nan
If
NULL
is setup as 0, and the LAS file have reference DEPTH with value 0, today the library is replacing the value withnan
for all the Curves, I know some other software packages that do this only for curves that are not reference.LAS specification document is not very clear about how should be managed reference with
NULL
value, but I found it more logical to keep the reference withoutNULL
replacement.What do you think?
The text was updated successfully, but these errors were encountered: