Extracts elevation values from a DEM raster at specified coordinate locations.
Usage
elevation_extract(
m,
dem,
method = "bilinear",
terra = has_terra() && methods::is(dem, "SpatRaster")
)
Extracts elevation values from a DEM raster at specified coordinate locations.
elevation_extract(
m,
dem,
method = "bilinear",
terra = has_terra() && methods::is(dem, "SpatRaster")
)