View source: R/gdal-utils-helpers.R
ts_te | R Documentation |
Format properties for the GDAL options.
te(extent)
ts(dimension)
ts_te(dimension, extent)
extent |
xmin,xmax,ymin,ymax |
dimension |
ncol, nrow |
string formatted for GDAL command line (-te -ts)
ts_te(c(10, 100), 1:4)
ts(c(10, 100))
te(1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.