make_driver | R Documentation |
This function compiles NLDAS light data and MODIS LAI
make_driver(
site_locs,
NLDAS_processed,
MOD_processed,
write_output = FALSE,
save_dir = NULL
)
site_locs |
A table with Site_ID, Lat, and Lon, and the coordinate reference system designated as an EPSG code. For example, the most common geographic system is WGS84 and its EPSG code is 4326 |
NLDAS_processed |
Output from the NLDAS_proc function |
MOD_processed |
Output from the |
write_output |
Binary indicating whether to write each individual driver file to disk. Default value is FALSE. |
save_dir |
Optional parameter when write_output = TRUE. The save directory for files to be placed in. For example, "C:/ |
Returns a driver time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.