Replies: 1 comment 5 replies
-
So far, I have just separated my CHM into four separate smaller rasters and am processing them individually. It seems to be working, but I am wondering if there is a better way to do an analysis on the whole data set at once so that the incremental output would be continuous? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Jean and the rest of the community. I am working with a large raster file, a canopy height model of a small town, to use the locate_trees algorithm on.
It continues to report the error "Error: Large on-disk rasters are not supported by locate_tree. Load the raster manually."
I have tried tiling my raster with the makeTiles() function and then reading it in as a .vrt but that returns the same error.
Could I please get some guidance on how I can process this raster with the locate_tree function and not running out of memory?
Thank you very much for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions