Writes a continuous raster file in .tiff format with the
correct raster attribute table information to be read by ESRI ArcGIS
products.
Usage
write_cont_tiff(cont_raster, out_dir, out_name)
Arguments
- cont_raster
raster::Raster*; A continuous raster.
- out_dir
character; A path to a folder.
- out_name
character; A file name.
Value
This function is used for the side-effect of writing a continuous
raster to a file.