Package: earthtones
Title: Derive a Color Palette from a Particular Location on Earth
Version: 0.2.0
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 <wcornwell@gmail.com>
Encoding: UTF-8
Imports: maptiles, terra, sf, grDevices
Suggests: testthat, cluster, knitr, rmarkdown, ggplot2
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-31 05:04:28 UTC; z3484779
Author: Will Cornwell [aut, cre] (<https://orcid.org/0000-0003-4080-4073>),
  Mitch Lyons [aut],
  Nick Murray [aut]
Repository: CRAN
Date/Publication: 2025-03-31 07:20:04 UTC
Built: R 4.6.0; ; 2025-07-18 07:05:05 UTC; unix
