Maps a function to a given list in parallel or sequential processing
.sits_parallel_map(x, fn, ..., progress = FALSE, n_retries = 3, sleep = 0)
List with the function results in the same order as the input list
List to be passed to a function.
Function to be applied to each list element.
Show progress bar?
Number of retries before fail.
Number in seconds to wait before trying again.
Rolf Simoes, rolf.simoes@inpe.br