dem_to_cog | R Documentation |
Write DEM to cloud optimized GeoTiff file as specified location
dem_to_cog(dem, fpath, output_directory = NULL)
dem |
to write to file |
fpath |
filepath for output. If no output directory is specified (see below) fpath is parsed to determine the output directory |
output_directory |
where file should be written. If specified fpath is treated as filename only. |
The input DEM. This function is used for the side-effect of writing values to a file.
bucharest_dem <- get_dem_example_data()
dem_to_cog(bucharest_dem, "bucharest_dem.tif")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.