Write a grid to disk

export_grid(x, path, layer = 1, quiet = FALSE)

Arguments

x

The grid as object of class stars.

path

Path to a .geotiff or tiff file where the grid should be written to.

layer

Name or index of the attribute to be written. Defaults to 1, meaning the first attribute is written.

quiet

Boolean. If FALSE, display progress information on screen. Defaults to FALSE.