s2download is a collection of python scripts used to download and correct Sentinel-2 images, and it is required by this package. This internal function check if their dependences (python, wget and aria2) are installed, and imports the module.

import_s2download(with_aria2 = TRUE, ...)

Arguments

with_aria2

(optional) Logical: if TRUE (default), the presence of aria2 is checked; if FALSE, only Wget and python are checked.

...

Optional parameters of import

Value

s2download python module

Note

License: GPL 3.0