
Fetch an SRTM elevation raster over an AoI
Source:R/foundation_tiles.R
foundation_tile_source_srtm.RdWraps geodata::elevation_30s() (global, 30 arc-second SRTM) and
crops it to the AoI. Optionally derives slope and aspect via
terra::terrain().
Arguments
Value
A terra::SpatRaster with layer elev plus any derived
layers.