R/get_obs_bysite_gpp_gepisat.R
get_obs_bysite_gpp_gepisat.Rd
Function for reading observational GPP data from GePiSaT (Tyler's alternative flux decomposition) for FLUXNET 2015 stations.
get_obs_bysite_gpp_gepisat(sitename, path_gepisat, timescale = "d")
A character string specifying the site name for which FLUXNET 2015 data is searched (based on the site name appearing as part of the respective file name). Defaults to NA.
A character string specifying the local path of FLUXNET 2015 data.
A character specifying the time scale of FLUXNET 2015 data.
Only available: c("d")
for daily.
A data frame (tibble) containint observational data.
if (FALSE) { # \dontrun{
df <- get_obs_bysite_gpp_gepisat
} # }