Write DEM to cloud optimized GeoTiff file as specified location
Examples
if (FALSE) { # interactive()
bucharest_dem <- get_dem_example_data()
dem_to_cog(bucharest_dem, "bucharest_dem.tif")
}
Write DEM to cloud optimized GeoTiff file as specified location
if (FALSE) { # interactive()
bucharest_dem <- get_dem_example_data()
dem_to_cog(bucharest_dem, "bucharest_dem.tif")
}