Find the location of external data
Functions get_*() download external data
Usage
find_ext_data(
input_treemap_dir = NULL,
input_foresttype_dir = NULL,
input_landfire_dir = NULL
)Arguments
- input_treemap_dir
character. directory where Treemap 2016 exists. Use
get_treemap()first.- input_foresttype_dir
character. directory where Forest Type Groups data exists. Use
get_foresttype()first.- input_landfire_dir
character. directory where LANDFIRE CBD data exists. Use
get_landfire()first.