## ----include=FALSE------------------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE)

## -----------------------------------------------------------------------------
# plan <- bluertopo_download(
#   aoi,
#   path = file.path(tempdir(), "bluertopo-downloads"),
#   coverage = "fill",
#   dry_run = TRUE
# )

## -----------------------------------------------------------------------------
# manifest <- bluertopo_download(
#   aoi,
#   path = file.path(tempdir(), "bluertopo-downloads"),
#   rat = TRUE,
#   verify = "sha256",
#   on_exists = "verify"
# )

## -----------------------------------------------------------------------------
# reused <- bluertopo_download(
#   aoi,
#   path = file.path(tempdir(), "bluertopo-downloads"),
#   on_exists = "verify"
# )

## -----------------------------------------------------------------------------
# bluertopo_cache_dir()

## -----------------------------------------------------------------------------
# bluertopo_cache_clear(confirm = TRUE)

## -----------------------------------------------------------------------------
# manifest <- bluertopo_download(
#   aoi,
#   path = file.path(tempdir(), "bluertopo-downloads"),
#   workers = 1,
#   retries = 3
# )

