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