Merge multiple downloaded raster files into a single file.
The input target_prj
describes the projection for the new grid.
1 2 3 4 5 6 7 | merge_hand_tiles(
raster_list,
target_prj,
method = "bilinear",
return_raster = TRUE,
verbose = TRUE
)
|
raster_list |
a list of raster file paths to be mosaiced |
target_prj |
the target projection of the output raster |
method |
the method for resampling/reprojecting. Default is 'bilinear'.
Options can be found on the GDAL documentation site
for |
verbose |
Verbose output |
returnRaster |
if TRUE, return a raster object (default), else, return the file path to the object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.