Skip to content

Commit

Permalink
pass ask arg from parent to vrt() call
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Oct 21, 2024
1 parent 810910f commit c955c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/cded.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ cded_stars <- function(aoi = NULL, tiles_50K = NULL, .predicate = sf::st_interse
tiles_50K = tiles_50K,
.predicate = .predicate,
dest_vrt = dest_vrt,
ask = interactive(),
ask = ask,
check_tiles = check_tiles
)

Expand Down Expand Up @@ -139,7 +139,7 @@ cded_terra <- function(aoi = NULL, tiles_50K = NULL, .predicate = sf::st_interse
tiles_50K = tiles_50K,
.predicate = .predicate,
dest_vrt = dest_vrt,
ask = interactive(),
ask = ask,
check_tiles = check_tiles
)

Expand Down Expand Up @@ -183,7 +183,7 @@ cded_raster <- function(aoi = NULL, tiles_50K = NULL, .predicate = sf::st_inters
tiles_50K = tiles_50K,
.predicate = .predicate,
dest_vrt = dest_vrt,
ask = interactive(),
ask = ask,
check_tiles = check_tiles
)

Expand Down

0 comments on commit c955c9f

Please sign in to comment.