Skip to contents

Writes a categorical raster file in .tiff format with the correct raster attribute table information and compression to be read by ESRI ArcGIS products.

Usage

write_cat_tiff(cat_raster, out_dir, out_name)

Arguments

cat_raster

raster::Raster*; A categorical 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 categorical raster to a file.