get_dem_cache_filepath {rcrisp} | R Documentation |
Get file path where to cache digital elevation model (DEM) data
Description
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()
.
Usage
get_dem_cache_filepath(tile_urls, bbox)
Arguments
tile_urls |
URL-paths where to reach the DEM tiles |
bbox |
A bounding box |
Value
A character string representing the file path
[Package rcrisp version 0.1.4 Index]