Skip to content

Commit 469e8ed

Browse files
committed
up
1 parent 7d88f07 commit 469e8ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/ee_image.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ee_as_stars <- function(image,
154154
scale = NULL,
155155
maxPixels = 1e9,
156156
lazy = FALSE,
157-
public = TRUE,
157+
public = FALSE,
158158
add_metadata = TRUE,
159159
timePrefix = TRUE,
160160
quiet = FALSE,
@@ -368,7 +368,7 @@ ee_as_raster <- function(image,
368368
scale = NULL,
369369
maxPixels = 1e9,
370370
lazy = FALSE,
371-
public = TRUE,
371+
public = FALSE,
372372
add_metadata = TRUE,
373373
timePrefix = TRUE,
374374
quiet = FALSE,

man/ee_as_raster.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ee_as_stars.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)