get_dem_cache_filepath: Get file path where to cache digital elevation model (DEM)...

View source: R/cache.R

get_dem_cache_filepathR 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


rcrisp documentation built on Aug. 8, 2025, 6:42 p.m.