The zoom level z controls the resolution of the downloaded data
(default 9, a trade-off between resolution and download time). For details
on the data sources and the ground resolution per zoom level, see the
elevatr documentation:
https://cran.r-project.org/package=elevatr.
Note: the downloaded raster is returned in the CRS provided by the
source. Before using it with mc_surface, make sure it is in a
projected CRS (reproject with terra::project() if needed); a
geographic (lon/lat) raster is rejected by mc_surface() with an
informative error.