-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Spellcheck - Update .Rbuildignore - Docs - Safely initialize in tests
- Loading branch information
Showing
10 changed files
with
80 additions
and
13 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
$\.github/* | ||
^\.github$ | ||
^misc$ | ||
^cran-comments\.md$ |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Maintainer: Andrew Brown <[email protected]> | |
URL: https://humus.rocks/rgeedim/, https://github.com/brownag/rgeedim, https://geedim.readthedocs.io/ | ||
BugReports: https://github.com/brownag/rgeedim/issues | ||
Description: Search, composite, and download Google Earth Engine imagery with 'reticulate' bindings for the Python module 'geedim'. | ||
rgeedim provides wrapper functions that make it more convenient to use `geedim` to download images larger than the Earth Engine size limit. | ||
Wrapper functions are provided to make it more convenient to use 'geedim' to download images larger than the Earth Engine size limit. | ||
Config/reticulate: | ||
list( | ||
packages = list( | ||
|
@@ -16,11 +16,12 @@ Config/reticulate: | |
) | ||
) | ||
License: Apache License (>= 2) | ||
Language: en-US | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
Imports: utils, methods, reticulate, jsonlite | ||
Suggests: terra, raster, tinytest, knitr, rmarkdown | ||
Depends: R (>= 4.1) | ||
Depends: R (>= 3.5) | ||
Encoding: UTF-8 | ||
LazyData: false | ||
VignetteBuilder: knitr |
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Albers | ||
Authenticator | ||
CLI | ||
CMD | ||
CSP | ||
Christoph | ||
CloudMaskMethod | ||
CompositeMethod | ||
ERGo | ||
Enum | ||
Enums | ||
GeoJSON | ||
GeoTIFF | ||
Gohlke | ||
Hillshade | ||
Insolation | ||
JSON | ||
LiDAR | ||
Miniconda | ||
NAD | ||
RStudio | ||
RasterLayer | ||
RasterStack | ||
ResamplingMethod | ||
SRTM | ||
STAC | ||
SpatExtent | ||
SpatRaster | ||
SpatVector | ||
USGS | ||
WGS | ||
WKT | ||
artefacts | ||
codecov | ||
conda | ||
edu | ||
enums | ||
geedim | ||
gohlke | ||
hillshade | ||
https | ||
lfd | ||
pythonlibs | ||
reticulate | ||
sp | ||
terra | ||
uci | ||
verifier | ||
www | ||
xmax | ||
xmin | ||
ymax | ||
ymin |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.