get_dem_cache_filepath | R Documentation |
The function returns the file path where to serialize a terra::SpatRaster
object representing the DEM as retrieved from a set of tiles reachable at the
given URLs, cropped and merged for the given bounding box. The directory used
is the one returned by cache_directory()
.
get_dem_cache_filepath(tile_urls, bbox)
tile_urls |
URL-paths where to reach the DEM tiles |
bbox |
A bounding box |
A character string representing the file path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.