STAC query to stac image collection
I am trying to access the new harmonized landsat sentinel data through stac. I have a handful of polygons that I need to get time-series imagery for from early 2023 to ~October 2023. I have tried so many methods to grab the imagery without downloading the imagery (there’s a lot of images) and my understanding from this (https://gdalcubes.github.io/source/tutorials/vignettes/gc02_AWS_Sentinel2.html#converting-stac-items-to-image-collections) is that stac seems to be the most straightforward method.
I either run into authentication issues (which shouldn’t be an issue anymore), or an issue getting the dataframe or list into a useable data format.
I’m not overly familiar with accessing this type of data in R, but I am familiar with manipulating it once it is pulled into R in whatever format I can get.