View source: R/fdk_process_lsm.R
fdk_process_lsm | R Documentation |
Convert FLUXNET data to land surface model compatible netcdf files, using the FluxnetLSM package and PLUMBER2 based workflows.
fdk_process_lsm(
df,
out_path,
modis_path,
save_tmp_files = FALSE,
overwrite = TRUE
)
df |
dataframe with sites to process |
out_path |
output directory for processed data |
modis_path |
where to store downloaded MODIS data |
save_tmp_files |
retain temporary files (TRUE or FALSE) |
LSM compatible netcdf files in the output directory, with intermediary files saved upon request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.