View source: R/check_sen2r_deps.R
check_sen2r_deps | R Documentation |
The function allows to graphically check that all the optional runtime dependencies are installed.
check_sen2r_deps()
This package needs some external dependencies in order to run specific actions:
Sen2Cor for atmospheric correction;
GDAL for cloud mask smoothing and buffering;
aria2 to download SAFE images with an alternative downloader.
This function opens a GUI which allows to check that these dependencies are installed. This check is highly suggested before using the library for the fist time, in order to avoid errors.
NULL (the function is called for its side effects)
License: GPL 3.0
Luigi Ranghetti, phD (2019)
L. Ranghetti, M. Boschetti, F. Nutini, L. Busetto (2020). "sen2r": An R toolbox for automatically downloading and preprocessing Sentinel-2 satellite data. Computers & Geosciences, 139, 104473. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.cageo.2020.104473")}, URL: https://sen2r.ranghetti.info/.
if (interactive()) {
check_sen2r_deps()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.