Detect which GEDI level 4A tiles intercept which site.
Usage
GEDI_L4A_Finder(
files,
site_info,
buffer = 0.005,
cores = parallel::detectCores()
)Arguments
- files
Character: full paths of GEDI level 4A tiles.
- site_info
List: list of site info including site_id, site_name, lon, and lat.
- 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.