Skip to content

Commit

Permalink
include tiles validation in deafrica and deaustralia
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Jul 30, 2024
1 parent 73d398d commit d63222b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/api_source_deafrica.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
stac_query,
tiles = NULL,
platform = NULL) {
.check_that(is.null(tiles))
# Convert roi to bbox
roi <- .stac_intersects_as_bbox(stac_query)
stac_query[["params"]][["intersects"]] <- NULL
Expand Down
1 change: 1 addition & 0 deletions R/api_source_deaustralia.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
stac_query,
tiles = NULL,
platform = NULL) {
.check_that(is.null(tiles))
# Convert roi to bbox
roi <- .stac_intersects_as_bbox(stac_query)
stac_query[["params"]][["intersects"]] <- NULL
Expand Down

0 comments on commit d63222b

Please sign in to comment.