Description Usage Arguments Value Author(s)
R wrapper for gdalwarp
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47  | gdal_warp(
  input_files,
  out_filename = tempfile(pattern = "gdal_warp_out_", fileext = ".tif"),
  s_srs = NULL,
  target_srs = NULL,
  to = NULL,
  novshiftgrid = FALSE,
  order = NULL,
  tps = FALSE,
  rpc = FALSE,
  geoloc = FALSE,
  et = NULL,
  refine_gcps = NULL,
  extent_output = NULL,
  extent_output_srs = NULL,
  tr = NULL,
  tap = FALSE,
  size_ouput = NULL,
  ovr = NULL,
  wo = NULL,
  ot = NULL,
  wt = NULL,
  resampling = NULL,
  srcnodata = NULL,
  dstnodata = NULL,
  srcalpha = FALSE,
  nosrcalpha = FALSE,
  dstalpha = FALSE,
  wm = NULL,
  multi = FALSE,
  quiet = FALSE,
  out_format = NULL,
  creation_option = NULL,
  cutline = NULL,
  cl = NULL,
  cwhere = NULL,
  csql = NULL,
  cblend = NULL,
  crop_to_cutline = FALSE,
  overwrite = FALSE,
  nomd = FALSE,
  cvmd = NULL,
  setci = FALSE,
  oo = NULL,
  doo = NULL,
  dry_run = FALSE
)
 | 
input_files | 
 A character. Paths to the image files.  | 
out_filename | 
 A length-one character. The path to the destination file.  | 
s_srs | 
 A length-one character.  | 
target_srs | 
 A length-one character. The target spatial reference set.  | 
to | 
 A character. e.g c('NAME1=VALUE1', 'NAME2=VALUE2')  | 
novshiftgrid | 
 A length-one logical. The default is FALSE.  | 
order | 
 A length-one numeric.  | 
tps | 
 A length-one logical. The default is FALSE.  | 
rpc | 
 A length-one logical. The default is FALSE.  | 
geoloc | 
 A length-one logical. The default is FALSE.  | 
et | 
 A length-one numeric.  | 
refine_gcps | 
 A length-one numeric.  | 
extent_output | 
 A length-four numeric. The extents of the output file in target SRS by default, or in the SRS specified with extent_output_srs.  | 
extent_output_srs | 
 A length-one character. SRS of extent_output (when it is different from input_files' SRS).  | 
tr | 
 A length-two numeric.  | 
tap | 
 A length-one logical. The default is FALSE.  | 
size_ouput | 
 A length-two integer. Set output file size in pixels and lines.  | 
ovr | 
 A length-one character.  | 
wo | 
 A character. e.g c('NAME1=VALUE1', 'NAME2=VALUE2')  | 
ot | 
 A length-one character.  | 
wt | 
 A length-one character.  | 
resampling | 
 A length-one character. Resampling method to use.  | 
srcnodata | 
 A numeric.  | 
dstnodata | 
 A numeric.  | 
srcalpha | 
 A length-one logical. The default is FALSE.  | 
nosrcalpha | 
 A length-one logical. The default is FALSE.  | 
dstalpha | 
 A length-one logical. The default is FALSE.  | 
wm | 
 A length-one numeric.  | 
multi | 
 A length-one logical. The default is FALSE.  | 
quiet | 
 A length-one logical. The default is FALSE.  | 
out_format | 
 A length-one character. The output format.  | 
creation_option | 
 A character. Creation options for output file e.g. c('NAME1=VALUE1', 'NAME2=VALUE2')  | 
cutline | 
 A length-one character.  | 
cl | 
 A length-one character.  | 
cwhere | 
 A length-one character.  | 
csql | 
 A length-one character.  | 
cblend | 
 A length-one numeric.  | 
crop_to_cutline | 
 A length-one logical. The default is FALSE.  | 
overwrite | 
 A length-one logical. The default is FALSE.  | 
nomd | 
 A length-one logical. The default is FALSE.  | 
cvmd | 
 A length-one character.  | 
setci | 
 A length-one logical. The default is FALSE.  | 
oo | 
 A character. e.g. c('NAME1=VALUE1', 'NAME2=VALUE2')  | 
doo | 
 A character. e.g. c('NAME1=VALUE1', 'NAME2=VALUE2')  | 
dry_run | 
 A length-one logical. Do not run, just print the sytem call.  | 
out_filename A length-one character.
Alber Sanchez, albequietr.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.