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