Aggregate AGB mean and uncertainty from the GEDI level4A tiles.
Source:R/GEDI_AGB_prep.R
GEDI_L4A_2_mean_var.RdAggregate AGB mean and uncertainty from the GEDI level4A tiles.
Usage
GEDI_L4A_2_mean_var(
site_info,
which.point.in.which.file,
buffer = 0.005,
cores = parallel::detectCores()
)Arguments
- site_info
List: list of site info including site_id, site_name, lon, and lat.
- which.point.in.which.file
List: lists containing physical paths of GEDI tiles that intercept the each site.
- 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.