Package: geosam Title: Geospatial Image Segmentation with SAM3 Version: 0.1.2.9000 Date: 2026-05-20 Authors@R: person("Kyle", "Walker", , "kyle@walker-data.com", role = c("aut", "cre")) Description: Native R API for geospatial image segmentation using Meta's Segment Anything Model 3 (SAM3). Provides tidyverse-friendly interfaces for detecting objects in satellite imagery using text prompts, point prompts, and exemplar-based detection. Features open-vocabulary object detection powered by SAM3's text prompting. Built-in support for downloading satellite imagery from Mapbox, Esri, and MapTiler. License: MIT + file LICENSE URL: https://github.com/walkerke/geosam BugReports: https://github.com/walkerke/geosam/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: reticulate (>= 1.34), sf (>= 1.0), cli (>= 3.0), rlang (>= 1.0), rappdirs, httr2, magick, terra, mapgl, shiny, base64enc Suggests: stars, mapboxapi, RColorBrewer, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 SystemRequirements: Python (>= 3.12), SAM3 (https://github.com/facebookresearch/sam3) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libmagick++-dev gsfonts libpng-dev libuv1-dev libssl-dev libproj-dev python3 libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2026-05-20 20:38:15 UTC RemoteUrl: https://github.com/walkerke/geosam RemoteRef: HEAD RemoteSha: 2fa6d48fae691c244da618e716191b81ad35d9f0 NeedsCompilation: no Packaged: 2026-06-19 00:09:11 UTC; root Author: Kyle Walker [aut, cre] Maintainer: Kyle Walker Depends: R (>= 4.1.0)