Goal: To extract landscape variables such as mean slope (given various radii from focal points), aspect ratio, or other topographical variables from digital elevation model (DEM). I am anticipating the following workflow, if possible:
- Import DEM into R
- Designate focal points for which landscape variables should be extracted
- Extract landscape variables
The DEM is 1-meter resolution for a 14.8km^2 island, so that's about 14 million points. I realize this would be quite sluggish in R, so I would also welcome suggestions for other tools (like SAGA, etc.).
Any good thoughts on this?