Replies: 1 comment 3 replies
-
I do not understand the problem. The output CHM is expected to be perfectly continuous. What's wrong with it? The problem is that you are looping over the files independently instead of working with one large composite raster. You should not loop over the tif file for the same reason you should not loop over las files. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a request. When using rasterize_canopy(), the resulting CHM has no buffer. It's OK if one use it as it is. But if you want to modify the rasters, for example with focal(), maybe it would be useful to have a buffered CHM...?
Here's two pictures showing the artefact on using focal on non-buffered CHM.
I've used this basic code to use focal().
Beta Was this translation helpful? Give feedback.
All reactions