Package: earthtones Title: Derive a Color Palette from a Particular Location on Earth Version: 0.2.1 Authors@R: c(person(given = "Will", family = "Cornwell", role = c("aut", "cre"), email = "wcornwell@gmail.com", comment = c(ORCID = "0000-0003-4080-4073")), person(given = "Mitch", family = "Lyons", role = "aut"), person(given = "Nick", family = "Murray", role = "aut")) Description: Downloads a satellite image via ESRI and maptiles (these are originally from a variety of aerial photography sources), translates the image into a perceptually uniform color space, runs one of a few different clustering algorithms on the colors in the image searching for a user-supplied number of colors, and returns the resulting color palette. Depends: R (>= 3.1.0) License: MIT + file LICENSE Maintainer: Will Cornwell Encoding: UTF-8 Imports: maptiles, terra, sf, grDevices Suggests: testthat, cluster, knitr, rmarkdown, ggplot2 RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libpng-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://traitecoevo.r-universe.dev Date/Publication: 2026-02-24 11:20:08 UTC RemoteUrl: https://github.com/traitecoevo/earthtones RemoteRef: HEAD RemoteSha: 6ac3789509e588ce2f6ba2798146278c5507674b NeedsCompilation: no Packaged: 2026-05-25 06:51:30 UTC; root Author: Will Cornwell [aut, cre] (ORCID: ), Mitch Lyons [aut], Nick Murray [aut]