DBCA_aoi.RdDBCA_aoi construct a spatial object from DBCA tenure which will be used to
query the DBCA Fire History dataset.
DBCA_aoi(choice, block = FALSE)a character vector of a single DBCA tenure or forest block name
as determined by previously running find_tenure() or
find_block().
logical. Is the choice a forest block? Enables search of correct shape file of extents.
A named list containing aoi (an sf class object) and aoi_name
(the tenure name of the aoi).
if (FALSE) { # \dontrun{
aoi <- DBCA_aoi(choice = "Wandoo National Park")
} # }