warpTrmm2Raster: Reprojects a dataset to the projection of another one

Description Usage Arguments Value

View source: R/warpTrmm2Raster.R

Description

Reprojects a dataset to the projection of another one allowing the user to set a buffer and pixel alignment (even if resolution is different)

Usage

1
2
warpTrmm2Raster(target, trmm, filename, buffer = 1e+05, multiple = TRUE,
  run = TRUE)

Arguments

target

Raster* object.

trmm

Raster object written to file and that should be re-projected to the target crs.

filename

Character. Output filename (must be a gdal supported format)

buffer

Numeric. Padding around the target extent, in crs units

multiple

Logical. Should the output resolution be a multiple of the target's resolution?

run

Logical. SHould the command be ran (gdalwarp via system call). Otherwise it just creates the gdalwarp string.

Value

Object of class spaceTime or character


loicdtx/trmm documentation built on May 21, 2019, 7:38 a.m.