Package: ceramic
Title: Download Online Imagery Tiles
Version: 0.9.5
Authors@R: c(
person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2471-7511")),
person("Miles", "McBain", role = c("ctb"),
comment = c(ORCID = "0000-0003-2865-2548")),
person("Ben", "Raymond", role = c("ctb"), comment = "regex wizardry")
)
Description: Download imagery tiles to a standard cache and load the
data into raster objects. Facilities for 'AWS' terrain
terrain and
'Mapbox' servers are provided.
Depends: R (>= 3.5.0), terra
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.0
Roxygen: list(markdown = TRUE)
Imports: curl, dplyr, fs (>= 1.3.0), glue, graphics, purrr, rappdirs,
rlang, sp, slippymath (>= 0.3.0), stats, tibble, utils,
crsmeta, vapour, stringr, wk
Suggests: covr, spelling, testthat (>= 3.0.0)
URL: https://hypertidy.github.io/ceramic/
BugReports: https://github.com/hypertidy/ceramic/issues
Language: en-US
LazyData: true
Config/testthat/edition: 3
Config/pak/sysreqs: cmake libgdal-dev gdal-bin libgeos-dev make
libicu-dev libpng-dev libuv1-dev libzstd-dev libssl-dev
libproj-dev libsqlite3-dev
Repository: https://hypertidy.r-universe.dev
Date/Publication: 2024-02-27 02:40:22 UTC
RemoteUrl: https://github.com/hypertidy/ceramic
RemoteRef: HEAD
RemoteSha: 167733814f61d8a49cdece0364169a6f0bd0c4b9
NeedsCompilation: no
Packaged: 2026-06-12 10:40:30 UTC; root
Author: Michael Sumner [aut, cre] (ORCID:
),
Miles McBain [ctb] (ORCID: ),
Ben Raymond [ctb] (regex wizardry)
Maintainer: Michael Sumner