load_binpaths: Load the paths of external executables

View source: R/load_binpaths.R

load_binpathsR Documentation

Load the paths of external executables

Description

Internal function to load the paths of executables from the JSON where they are saved when installed.

Usage

load_binpaths(bins = NULL)

Arguments

bins

Character vector with one of more of the following values: "gdal", sen2cor", "aria2", "python". If an executable corresponding to the passed bins value is not found in the JSON, it is checked (when possible).

Value

The list of the paths

Note

License: GPL 3.0

Author(s)

Luigi Ranghetti, phD (2019)

References

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/.

Examples


# Load only existing paths
binpaths <- load_binpaths()
binpaths


## Not run: 
# Load paths, forcing to check GDAL and sen2cor
binpaths <- load_binpaths(c("gdal", "sen2cor"))
binpaths

## End(Not run)

ggranga/fidolasen documentation built on Jan. 26, 2024, 6:02 a.m.