Landtrendr_AGB_prep.Rd
Prepare Landtrendr AGB data for the SDA workflow.
Landtrendr_AGB_prep(
site_info,
start_date,
end_date,
time_points,
AGB_indir,
outdir = NULL,
export_csv = TRUE,
allow_download = FALSE,
buffer = NULL,
skip_buffer = TRUE
)
Bety list of site info including site_id, site_name, lon, and lat.
Start date of SDA workflow.
End date of SDA workflow.
A vector contains each time point within the start and end date.
Where the Landtrendr AGB data can be accessed.
Where the final CSV file will be stored.
Decide if we want to export the CSV file.
If data is missing, should we download the missing data?
buffer area to calculate the min var of AGB data.
flag to skip calculating min var based on buffer area.
A data frame containing AGB median and sd for each site and each time step.