Skip to content

Commit d63222b

Browse files
committed
include tiles validation in deafrica and deaustralia
1 parent 73d398d commit d63222b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/api_source_deafrica.R

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
stac_query,
1919
tiles = NULL,
2020
platform = NULL) {
21+
.check_that(is.null(tiles))
2122
# Convert roi to bbox
2223
roi <- .stac_intersects_as_bbox(stac_query)
2324
stac_query[["params"]][["intersects"]] <- NULL

R/api_source_deaustralia.R

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
stac_query,
1919
tiles = NULL,
2020
platform = NULL) {
21+
.check_that(is.null(tiles))
2122
# Convert roi to bbox
2223
roi <- .stac_intersects_as_bbox(stac_query)
2324
stac_query[["params"]][["intersects"]] <- NULL

0 commit comments

Comments
 (0)