gdal_build_vrt: Build a Virtual Dataset file.

Description Usage Arguments Value Author(s)

Description

R wrapper for gdalbuildvrt

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
gdal_build_vrt(
  input_files,
  out_filename = tempfile(pattern = "gdalbuildvrtout_", fileext = ".vrt"),
  tileindex = NULL,
  resolution = NULL,
  target_extent = NULL,
  target_resolution = NULL,
  tap = FALSE,
  separate = FALSE,
  band = NULL,
  subdataset = NULL,
  q = TRUE,
  optimise = NULL,
  addalpha = FALSE,
  hidenodata = FALSE,
  srcnodata = NULL,
  vrtnodata = NULL,
  a_srs = NULL,
  resampling = NULL,
  oo = NULL,
  input_file_list = NULL,
  overwrite = FALSE,
  dry_run = FALSE
)

Arguments

input_files

A character. Paths to the image files.

out_filename

A length-one character. The path to the destination file.

tileindex

A length-one character. A tile index field name.

resolution

A length-one character.

target_extent

A length-four numeric.

target_resolution

A length-two numeric.

tap

A length-one logical.

separate

A length-one logical.

band

An integer.

subdataset

A length-one integer.

q

A length-one logical. Disable the progress bar.

optimise

A length-one character.

addalpha

A length-one logical.

hidenodata

A length-one logical.

srcnodata

A numeric.

vrtnodata

A numeric.

a_srs

A length-one character.

resampling

A length-one character.

oo

A length-one character.

input_file_list

A length-one character. Path to a text file of file paths.

overwrite

A length-one logical.

dry_run

A length-one logical. Do not run, just print the sytem call.

Value

out_filename A length-one character.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/sits.starfm documentation built on Sept. 3, 2020, 4:03 p.m.