- infiles
Full paths of the input SAFE folders.
- outdir
(optional) Full name of the output directory where
the files should be created (default: current directory).
outdir
can bot be an existing or non-existing directory (in the
second case, its parent directory must exists).
If it is a relative path, it is expanded from the directory of infile
.
- subdirs
(optional) Logical: if TRUE, different output products are
placed in separated outdir
subdirectories; if FALSE, they are placed in
outdir
directory; if NA (default), subdirectories are created only if
prod_type
has length > 1.
- tmpdir
(optional) Path where intermediate files will be created.
Default is a temporary directory.
If tmpdir
is a non-empty folder, a random subdirectory will be used.
- rmtmp
(optional) Logical: should temporary files be removed?
(Default: TRUE).
- prod_type
(optional) Vector of types (angles) to be produced as outputs.
Default is all the possible types
("SZA"
for Sun Angles Grid at Zenith,
"SAA"
for Sun Angles Grid at Azimuth,
"OZA"
for Viewing Incidence Angles at Zenith averaged Grid,
"OAA"
for Viewing Incidence Angles at Azimuth averaged Grid).
- res
(optional) Spatial resolution (one between '10m'
, '20m'
or
'60m'
); default is '10m'
.
- method
(optional) A method used to resample the output rasters
(accepted values are valid values accepted by -r
option of gdalwarp).
Default is "bilinear"
(linear interpolation).
- format
(optional) Format of the output file (in a
format recognised by GDAL). Default value is "VRT"
(Virtual Raster).
- compress
(optional) In the case a GeoTIFF format is
chosen, the compression indicated with this parameter is used.
- bigtiff
(optional) Logical: if TRUE, the creation of a BigTIFF is
forced (default is FALSE).
This option is used only in the case a GeoTIFF format was chosen.
- overwrite
Logical value: should existing output files be
overwritten? (default: FALSE)