Replies: 1 comment
-
See #460 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error :
Error in fast_quantization(las@data[["Z"]], zscale, zoffset) :
Non quantizable value outside the range of representable values of type 'int'
The only other mention I see on Stack Exchange references a bug that was fixed with 3.1.2, but I am using 3.1.4 and still get an error.
Here is my code (las attached):
tmp_las <- readLAS(...xxx...)
dtm = grid_terrain(tmp_las, algorithm = knnidw())
las_norm<-normalize_height(tmp_las, dtm)
NIWO_2020_447000_4429000.zip
Beta Was this translation helpful? Give feedback.
All reactions