Downloads the USFS Fire Occurrence Database (FPA-FOD) GeoPackage ZIP
archive from the Forest Service Research Data Archive and unzips it to a
local directory. The server requires browser-like request headers, so
httr2 is used instead of a simple download helper. If the ZIP
already exists and overwrite = FALSE, no network call is made.
Usage
get_fod(
directory = getwd(),
overwrite = FALSE,
verbose = TRUE
)