-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
tiles <- sds::sentinel_grid # your existing grid
Name <- sprintf("%s%s%s", tiles$zone,tiles$latband, tiles$lonband)
library(purrr)
mirai::daemons(24)
a <- map(Name, in_parallel(\(name) {
tryCatch({
jsonlite::fromJSON(sds::stacit(name, "2025-03", limit = 1))$features$assets$red$href
}, error = function(e) NULL)
}))this worked too but takes ages, use limit = 1
sds::stacit(c(-180, 180, -90, 90), "2025-03", limit = 300)big-sentinel-assetsquery.rds in the starc repo local
Metadata
Metadata
Assignees
Labels
No labels