Prepare Soilgrids SoilC data for the SDA workflow.
Source:R/Soilgrids_SoilC_prep.R
Soilgrids_SoilC_prep.RdPrepare Soilgrids SoilC data for the SDA workflow.
Usage
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.