extract_SM_CDS.Rd
Extract CDS soil moisture data for the SDA workflow.
extract_SM_CDS(
site_info,
time.points,
in.path,
out.path = NULL,
allow.download = TRUE,
search_window = 10
)
Bety list of site info including site_id, lon, and lat.
A vector contains each time point within the start and end date.
physical paths to where the unziped soil moisture files are downloaded.
Where the final CSV file will be stored.
Flag determine if we want to automatic download files if they are not available.
time length (days) for locate available soil moisture values.
A data frame containing soil moisture and sd for each site and each time step.