-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d50cd73
commit 0f4e5bb
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
^Meta$ | ||
^vignettes/articles$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Package: rsi | ||
Title: Utilities for Retrieving Satellite Imagery, Calculating Spectral | ||
Indices, and Wrangling the Outputs | ||
Title: Efficiently Retrieve and Process Satellite Imagery | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Michael", "Mahoney", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-2402-304X")), | ||
person("Permian Global", role = c("cph", "fnd")) | ||
) | ||
Description: Tools for downloading spatial data from 'spatiotemporal' asset | ||
catalogs ('STAC') and computing standard spectral indices from raster data. | ||
Description: Downloads spatial data from spatiotemporal asset catalogs | ||
('STAC'), computes standard spectral indices from the Awesome Spectral | ||
Indices project <Montero et al. (2023) doi:10.1038/s41597-023-02096-0> | ||
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 | ||
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters