We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d398d commit d63222bCopy full SHA for d63222b
R/api_source_deafrica.R
@@ -18,6 +18,7 @@
18
stac_query,
19
tiles = NULL,
20
platform = NULL) {
21
+ .check_that(is.null(tiles))
22
# Convert roi to bbox
23
roi <- .stac_intersects_as_bbox(stac_query)
24
stac_query[["params"]][["intersects"]] <- NULL
R/api_source_deaustralia.R
0 commit comments