From 194fd5474ad71a90285256d9fd738f34386cbce3 Mon Sep 17 00:00:00 2001 From: almac2022 Date: Mon, 31 Aug 2026 14:32:41 -0700 Subject: [PATCH] Name the renamed collection in fly_footprint docs stac-dem-bc became stac-elevation-bc (NewGraphEnvironment/stac_dem_bc#34). Documentation only -- fly does not query the catalogue, it takes a COG URL the caller already has, and the S3 bucket keeps its old name so no href in any example changes. devtools::document() rewrote only the one .Rd line; NAMESPACE is untouched at 9 exports. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WTTLWXTm7bCZ97gCL26o21 --- R/fly_footprint.R | 2 +- man/fly_footprint.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/fly_footprint.R b/R/fly_footprint.R index ec88dea..98f58c5 100644 --- a/R/fly_footprint.R +++ b/R/fly_footprint.R @@ -339,7 +339,7 @@ fly_is_square <- function(footprints) { #' cut from: #' `/vsicurl/https://canelevation-dem.s3.ca-central-1.amazonaws.com/mrdem-30/mrdem-30-dtm.tif` #' \item **LidarBC** — sub-10 m where coverage exists; query the -#' `stac-dem-bc` STAC catalogue and pass an item's COG URL. +#' `stac-elevation-bc` STAC catalogue and pass an item's COG URL. #' \item **BC TRIM** — 25 m provincial DEM via the `bcdata` CLI #' (`bcdata get-dem`). #' } diff --git a/man/fly_footprint.Rd b/man/fly_footprint.Rd index 397f50d..1324074 100644 --- a/man/fly_footprint.Rd +++ b/man/fly_footprint.Rd @@ -179,7 +179,7 @@ and unauthenticated. A good default, and what the bundled \code{dem.tif} is cut from: \verb{/vsicurl/https://canelevation-dem.s3.ca-central-1.amazonaws.com/mrdem-30/mrdem-30-dtm.tif} \item \strong{LidarBC} — sub-10 m where coverage exists; query the -\code{stac-dem-bc} STAC catalogue and pass an item's COG URL. +\code{stac-elevation-bc} STAC catalogue and pass an item's COG URL. \item \strong{BC TRIM} — 25 m provincial DEM via the \code{bcdata} CLI (\verb{bcdata get-dem}). }