Prepare Soilgrids SoilC data for the SDA workflow.

Soilgrids_SoilC_prep(
  site_info,
  start_date,
  end_date,
  time_points,
  outdir = NULL,
  export_csv = FALSE
)

Arguments

site_info

Bety list of site info including site_id, lon, and lat.

start_date

Start date of SDA workflow.

end_date

End date of SDA workflow.

time_points

A vector contains each time point within the start and end date.

outdir

Where the final CSV file will be stored.

export_csv

Decide if we want to export the CSV file.

Value

A data frame containing AGB median and sd for each site and each time step.

Author

Dongchen Zhang