write_cat_tiff: Write Categorical Raster TIFF file

View source: R/write_cat_tiff.R

write_cat_tiffR Documentation

Write Categorical Raster TIFF file

Description

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.


MVR-GIS/nybem documentation built on Feb. 9, 2023, 7:03 a.m.