buildvrt {vapour}R Documentation

Build vrt, special case "-separate"

Description

Build vrt, special case "-separate"

Usage

buildvrt(dsn)

Arguments

dsn

one or more raster sources

Value

a character string of the built vrt, multiple sources treated as bands

Examples

f <- system.file("extdata/sst.tif", package = "vapour", mustWork = TRUE)
vrt <- buildvrt(c(f, vapour_vrt(f)))
writeLines(vrt)

[Package vapour version 0.10.0 Index]