fdk_process_lsm: Generate LSM data

View source: R/fdk_process_lsm.R

fdk_process_lsmR Documentation

Generate LSM data

Description

Convert FLUXNET data to land surface model compatible netcdf files, using the FluxnetLSM package and PLUMBER2 based workflows.

Usage

fdk_process_lsm(
  df,
  out_path,
  modis_path,
  save_tmp_files = FALSE,
  overwrite = TRUE
)

Arguments

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)

Value

LSM compatible netcdf files in the output directory, with intermediary files saved upon request


computationales/flux_data_kit documentation built on Feb. 23, 2025, 8:19 p.m.