Learn R Programming

vapour (version 0.10.0)

buildvrt: Build vrt, special case "-separate"

Description

Build vrt, special case "-separate"

Usage

buildvrt(dsn)

Value

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

Arguments

dsn

one or more raster sources

Examples

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

Run the code above in your browser using DataLab