GEDI_L4A_Finder_batch.Rd
Submit jobs through `qsub` for the `GEDI_L4A_Finder` function.
GEDI_L4A_Finder_batch(
files,
outdir,
site_info,
num.folder,
buffer = 0.005,
cores = parallel::detectCores(),
prerun = NULL
)
Character: full paths of GEDI level 4A tiles.
Character: the physical path within which the batch job folders will be created.
List: list of site info including site_id, site_name, lon, and lat.
Numeric: the number of batch folders to be created.
Numeric: buffer distance (in degree) that is used to create the bounding box (default is 0.005 [~ 500 m]).
Numeric: numbers of core to be used for the parallel computation. The default is the maximum current CPU number.
Character: a vector of strings that will be executed beforehand. The default is NULL.
A list containing physical paths of GEDI tiles that intercept the each site.