get_site_info
Value
a list of site information derived from BETY using a pecan .xml settings file with site_id, site_name, lat, lon, and time_zone.
Examples
if (FALSE) { # \dontrun{
settings <- PEcAn.settings::read.settings("/path/to/pecan.xml")
site_info <- get_site_info(settings)
} # }