ok so here's how I get Sentinel 2 assets, find the code you want 👆 - use hypertidy/sds::stacit() with *mgrs-code* OR xmin,xmax,ymin,ymax and whatever date/daterange: qu <- sds::stacit(c("55GDN"), "2026-02-27" ) then get the STAC montrosity and find the href: js <- jsonlite::fromJSON(qu)
> sprintf("/vsicurl/%s", js$features$assets$red$href)
#IKR


