Package: rsi Title: Efficiently Retrieve and Process Satellite Imagery Version: 0.3.3.9000 Authors@R: c( person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-304X")), person("Felipe", "Carvalho", role = "rev", comment = "Felipe reviewed the package (v. 0.3.0) for rOpenSci, see "), person("Michael", "Sumner", role = "rev", comment = "Michael reviewed the package (v. 0.3.0) for rOpenSci, see "), person("Permian Global", role = c("cph", "fnd")) ) Description: Downloads spatial data from spatiotemporal asset catalogs ('STAC'), computes standard spectral indices from the Awesome Spectral Indices project (Montero et al. (2023) ) against raster data, and glues the outputs together into predictor bricks. Methods focus on interoperability with the broader spatial ecosystem; function arguments and outputs use classes from 'sf' and 'terra', and data downloading functions support complex 'CQL2' queries using 'rstac'. License: Apache License (>= 2) Depends: R (>= 4.1) Imports: future.apply, glue, httr, jsonlite, lifecycle, proceduralnames, rlang, rstac, sf, terra, tibble Suggests: curl, knitr, progressr, rmarkdown, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/Permian-Global-Research/rsi, https://permian-global-research.github.io/rsi/ BugReports: https://github.com/Permian-Global-Research/rsi/issues VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libjpeg-dev libpng-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-05-03 15:06:08 UTC RemoteUrl: https://github.com/Permian-Global-Research/rsi RemoteRef: main RemoteSha: edfbca1e6a0504e0f3fec5006b2f9353b0a61b15 NeedsCompilation: no Packaged: 2026-07-01 08:27:41 UTC; root Author: Michael Mahoney [aut, cre] (ORCID: ), Felipe Carvalho [rev] (Felipe reviewed the package (v. 0.3.0) for rOpenSci, see ), Michael Sumner [rev] (Michael reviewed the package (v. 0.3.0) for rOpenSci, see ), Permian Global [cph, fnd] Maintainer: Michael Mahoney