Replies: 1 comment
-
rumple index requires to aggregate many cells. You cannot get a rumple index with the same resolution than the CHM. Or maybe with a moving windows. You could take 20 x 20 cells on a moving windows and assign the value to the central pixel. then move the windows by one pixel. This is what |
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
-
Hello,
I've calculated a CHM of a LAS catalog. Now I want to extract the rumple index from this CHM. Or, when I do:
rumple_index <- rumple_index(chm)
I get a single numerical value: one value for the whole raster. I would like to get a full raster of same dimensions and resolution than my CHM. I looked at terra focal and app but didn't manage to make them work. Any ideas on that ?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions