Writes a matrix or an array into a ENVI BIL raster
write_raster(
Image,
HDR,
ImagePath,
window_size,
FullRes = TRUE,
LowRes = FALSE,
SmoothImage = FALSE
)
numeric. matrix or array of image to be written
hdr template
path of image file to be written
spatial units use dto compute diversiy (in pixels)
should full resolution image be written (original pixel size)
should low resolution image be written (one value per spatial unit)
boolean. set TRUE if you want smooting filter applied to resulting diversity rasters
None