View source: R/gdal_raster_functions.R
gdalMultiband2Singles | R Documentation |
Split a multiband raster into multiple single files.
gdalMultiband2Singles(inpath, outdir = NULL, bands = NULL, return_list = TRUE)
inpath |
input multiband raster file path. |
outdir |
output directory to write multiple single files. |
return_list |
TRUE, return rasters as a list. |
band |
which bands to convert, default is NULL (and will do all). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.