warptool¶
Utility to warp stacks of rasters to the same res/extent/proj
usage: warptool [-h] [-tr TR] [-te TE] [-t_srs T_SRS] [-dst_ndv DST_NDV]
[-r {near,bilinear,cubic,cubicspline,lanczos,average,mode}]
[-outdir OUTDIR]
src_fn_list [src_fn_list ...]
Positional Arguments¶
| src_fn_list | Input filenames (img1.tif img2.tif …) |
Named Arguments¶
| -tr | Output resolution (default: “first”) Default: “first” |
| -te | Output extent (default: “intersection”) Default: “intersection” |
| -t_srs | Output projection (default: “first”) Default: “first” |
| -dst_ndv | No data value for output |
| -r | Possible choices: near, bilinear, cubic, cubicspline, lanczos, average, mode Resampling algorithm (default: “cubic”) Default: “cubic” |
| -outdir | Specify output directory |
Valid choices for -tr: {first,last,min,max,mean,med,common_scale_factor,source,”fn”,”res”} Valid choices for -te: {first,last,intersection,union,source,”fn”,”xmin ymin xmax ymax”} Valid choices for -t_srs: {first,last,”fn”,”proj4str”}