stitch_tiles: Process a directory of image files and stitch them together...

Description Usage Arguments Value See Also Examples

View source: R/stitch_raster.R

Description

Process a directory of image files and stitch them together to form a single, large, raster.

Usage

1
stitch_tiles(wd, filetype = "tif", fun = mean)

Arguments

wd

The directory containing tiles to stitch.

filetype

File extension of the files to be stitched.

fun

Function to use if cells overlap at tile borders. Can be min, max or mean.

Value

Returns a single Raster object.

See Also

split_raster

Examples

1
Coming soon.

simon-tarr/island documentation built on May 6, 2019, 8:05 p.m.