make_driver: Makes light model driver files

View source: R/make_driver.R

make_driverR Documentation

Makes light model driver files

Description

This function compiles NLDAS light data and MODIS LAI

Usage

make_driver(
  site_locs,
  NLDAS_processed,
  MOD_processed,
  write_output = FALSE,
  save_dir = NULL
)

Arguments

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:/

Value

Returns a driver time series


psavoy/StreamLightUtils documentation built on Aug. 1, 2024, 9:35 a.m.