Skip to content

scanning ALL tiles #2

@mdsumner

Description

@mdsumner
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions