Skip to contents

This function retrieves example Digital Elevation Model (DEM) data from a persistent URL on the 4TU.ResearchData data repository, and it can be used in examples and tests.

Usage

get_dem_example_data()

Value

A SpatRaster object containing the DEM data.

Examples

if (FALSE) { # interactive()
get_dem_example_data()
}