gdalStitchTitles: Stitch together tiles.

View source: R/gdal_raster_functions.R

gdalStitchTitlesR Documentation

Stitch together tiles.

Description

Stitch together tiles.

Usage

gdalStitchTitles(tilespath, outpath, bigtif = TRUE, return.raster = TRUE)

Arguments

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.


skiptoniam/sense documentation built on March 18, 2023, 4:36 a.m.