SMAP_SMP_prep.Rd
Prepare SMAP Soil Moisture (SMP) data for the SDA workflow.
SMAP_SMP_prep(
site_info,
start_date,
end_date,
time_points,
outdir,
search_window = 30,
export_csv = TRUE,
update_csv = FALSE
)
Bety list of site info including site_id, 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 final CSV file, and the CSV file from GEE are stored.
search window for locate available SMP values.
Decide if we want to export the CSV file.
Decide if we want to update current CSV file given an updated SMAP_gee.csv file
A data frame containing SMAP smp and sd for each site and each time step.