Description Usage Arguments Details Value
This function uses model II regression to perform relative normalization to
match a set of Landsat CDR surface reflectance images. The function assumes
the images were preprocessed using the auto_preprocess_landsat
function. A base image can be optionally supplied. If a base image is not
supplied, then the function will calculate the percent cloud cover of each
input image, and automatically choose the image with the least cloud cover
as the base image. This function assumes that the images (and image masks)
were preprocessed using the auto_preprocess_landsat
function.
1 | auto_normalize(image_files, base, overwrite = FALSE)
|
image_files |
list of filenames for images to normalize |
base |
(optional) filename of base image. If not supplied, the base
image will be automatically chosen from the images in |
overwrite |
whether to overwrite existing files |
This function will run in parallel if a parallel backend is registered with
foreach
.
nothing - used for side effect of normalizing imagery
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.