Create a raster (CHM or DTM) that matches an existing grid #639
Unanswered
DeltaForest-DP
asked this question in
Q&A
Replies: 1 comment
-
Provide your raster as a template
|
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
-
Hi, I'm trying to generate a CHM and DTM that match an existing product that sits on a grid that is offset from mine by a set of known coordinates. The command grid_metrics(..., start=c(0.42, -0.2), ...) does this nicely for the point-cloud stats - is there a similar way to shift the raster in rasterize_canopy() and rasterize_terrain()? (note that the projection is the same; just the grid used previously is shifted in x and y)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions