merge_hand_tiles: Merge Rasters

Description Usage Arguments

View source: R/hand_tiles.R

Description

Merge multiple downloaded raster files into a single file. The input target_prj describes the projection for the new grid.

Usage

1
2
3
4
5
6
7
merge_hand_tiles(
  raster_list,
  target_prj,
  method = "bilinear",
  return_raster = TRUE,
  verbose = TRUE
)

Arguments

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 gdalwarp.

verbose

Verbose output

returnRaster

if TRUE, return a raster object (default), else, return the file path to the object


mikejohnson51/FloodMapping documentation built on April 7, 2021, 5:19 p.m.