DBCA_aoi construct a spatial object from DBCA tenure which will be used to query the DBCA Fire History dataset.

DBCA_aoi(choice, block = FALSE)

Arguments

choice

a character vector of a single DBCA tenure or forest block name as determined by previously running find_tenure() or find_block().

block

logical. Is the choice a forest block? Enables search of correct shape file of extents.

Value

A named list containing aoi (an sf class object) and aoi_name

(the tenure name of the aoi).

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

Examples

if (FALSE) {
aoi <- DBCA_aoi(choice = "Wandoo National Park")
}