ts_te: Target size, extent

View source: R/gdal-utils-helpers.R

ts_teR Documentation

Target size, extent

Description

Format properties for the GDAL options.

Usage

te(extent)

ts(dimension)

ts_te(dimension, extent)

Arguments

extent

xmin,xmax,ymin,ymax

dimension

ncol, nrow

Value

string formatted for GDAL command line (-te -ts)

Examples

ts_te(c(10, 100), 1:4)
ts(c(10, 100))
te(1:4)

hypertidy/vaster documentation built on June 10, 2025, 8:09 a.m.