Description Usage Arguments Details Value Author(s)
View source: R/pr_rastwrite_lines.R
Write a raster object by blocks of lines
1 2 3 4 5 6 7 8 9 | pr_rastwrite_lines(
rast_in,
out_file,
out_format = "tif",
proc_lev = "1",
scale_min = NULL,
scale_max = NULL,
join = FALSE
)
|
rast_in |
'Raster* object' to be written to disk |
out_file |
'character' full path of output image |
out_format |
‘character' [\"TIF\" | \"ENVI\"], Default: ’tif' |
proc_lev |
‘character' [\"1\" | \"2D\"], Default: ’1' |
scale_min |
'numeric' coefficients use to compute values from DN on products |
scale_max |
'numeric' coefficients use to compute values from DN on L2 products |
join |
'logical' flag used to indicate if we are saving the "joined" VNIR+SWIR cube |
DETAILS
the function is called for its side effects
Lorenzo Busetto, phD (2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.