Formatting of Berkeley Earth Gridded temperature data
a path to the gridded data, only average temperature data will be considered
year to process (requires year - 1 to be present)
offset of the time series in DOY (default = 264, sept 21)
geographic coordinates constraining the output, defined as bottom left, top right c(lon1, lat1, lon2, lat2) (default = c(-126, -66, 23, 54))
return results as an R variable or save as an RDS file
if (FALSE) {
# run with default settings
# extracts values of the referenced publication
# see github README
be_data <- pr_fm_be(
path = "/your/path",
year = 2010)
}