if (FALSE) { # interactive()
# Get DEM with default values
bb <- get_osm_bb("Bucharest")
crs <- 31600 # National projected CRS
# Get DEM with default values
get_dem(bb)
# Get DEM from custom STAC endpoint
get_dem(bb,
stac_endpoint = "some endpoint",
stac_collection = "some collection")
# Specify CRS
get_dem(bb, crs = crs)
}
Run the code above in your browser using DataLab