R/geograbber_process.R
geograbber_process.Rd
The function is a simplified wrapper of sen2r()
to preprocess existing SAFE products. No online research is performed,
neither sen2cor is applied to existing L1C products.
Output products are GeoTIFF files clipped to a desired
geograbber_process(path_safe, path_out, bbox = NA, list_prods = c("BOA"), res = NA, ...)
path_safe | Path of the directory in which SAFE products are searched. |
---|---|
path_out | Path of the directory in which Sentinel-2 output products are generated. |
bbox | (optional) Four-length numeric vector with the bounding box of the output products (xmin, ymin, xmax, ymax), in geographic coordinates. |
list_prods | (optional) Character vector with the values of the products to be processed (accepted values: "TOA", "BOA", "SCL", "TCI"). Default is "BOA". |
res | (optional) Numerifc vector of length 2 with the x-y resolution for output products. NA (default) means that the resolution is keeped as native. |
... | Other additional sen2r arguments:
|