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

## -----------------------------------------------------------------------------
# native <- bluertopo(
#   aoi,
#   resolution = "native",
#   coverage = "fill",
#   combine = "auto"
# )

## -----------------------------------------------------------------------------
# class(native)

## -----------------------------------------------------------------------------
# collection <- bluertopo(
#   aoi,
#   resolution = "native",
#   combine = "collection"
# )

## -----------------------------------------------------------------------------
# single <- bluertopo(
#   aoi,
#   resolution = "native",
#   output_crs = "EPSG:26918",
#   output_resolution = 10,
#   combine = "single",
#   resampling = c(
#     elevation = "bilinear",
#     uncertainty = "bilinear",
#     contributor = "near"
#   )
# )

