View source: R/gdal_raster_functions.R
gdalStitchTitles | R Documentation |
Stitch together tiles.
gdalStitchTitles(tilespath, outpath, bigtif = TRUE, return.raster = TRUE)
tilespath |
file path to the raster tiles. use "/path/*.tif" |
outpath |
file path of output file to generate. |
bigtif |
Is the raster very large > 4GB; If so use this call. |
return.raster |
default TRUE, raster returned to R environment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.