Skip to contents

get_site_info

Usage

get_site_info(settings)

Arguments

settings

a PEcAn settings object

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.

Author

Bailey Morrison

Examples

if (FALSE) { # \dontrun{
settings <- PEcAn.settings::read.settings("/path/to/pecan.xml")
site_info <- get_site_info(settings)
} # }