-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
catalog_apply() & readTLSLAS() gives warnings (minor issue) #430
Comments
Please show your code so I can spot where and why you have this. This looks like a legit bug report. |
Okay, this is the code from the example page. The issue is in the
|
Ho ok I got it. Use The idea behind the LAScatalog processing engine is to provide tools for users. And you never know if users are processing ALS TLS or whatever. So, as a developer you should never call the ALS or TLS versions of The object That being said you're right I should add something to trigger a warning or an error and better document this point. |
Thanks for looking into this and answering! :) |
I added an error. Thanks |
Hello,
I am sorry if I should have posted this in the discussion, I was not sure where to post this. Right now, I was writing some functions for
catalog_apply()
and somehow, when I usereadTLSLAS()
instead ofreadLAS()
, I get warnings:As soon as I switch back to
readLAS()
(I also triedreadALSLAS()
, it also gives warnings), everything works without a warning. I am not 100% sure, but the output looks similar to me. But I also did not give any filter or select arguments to thereadTLS()
function. I guess it's just a minor issue, it just took me some time to realize what the problem was. I just wanted to inform you guys, I am not too sure if it's relevant at all. I tried this on an example too (just switching the function how to read in the data) and it gives the same warnings. Maybe this is also intentional or I should ignore this because I already read in my catalog withreadTLSLAScatalog()
?The text was updated successfully, but these errors were encountered: