Search found 3 matches

by gsfc_landslides
Tue Oct 01, 2024 8:08 am America/New_York
Forum: Home
Question: HLS STAC Problem
Replies: 30

Re: HLS STAC Problem

Hello,

Thank you for letting me know. I will proceed with this workaround in the meantime! I appreciate the help here and look forward to hearing if/how things resolve.
by gsfc_landslides
Mon Sep 30, 2024 10:23 am America/New_York
Forum: Home
Question: HLS STAC Problem
Replies: 30

Re: HLS STAC Problem

Hi @wvalenci, I am still getting the error when I try to increase the limit. I was once able to retrieve all imagery using the below request, excluding the 'limit' parameter (so I was only specifying the 'collections', 'bbox', and 'datetime' parameters). In this example, my query returns 387 matches...
by gsfc_landslides
Thu Sep 12, 2024 7:21 pm America/New_York
Forum: Home
Question: HLS STAC Problem
Replies: 30

Re: HLS STAC Problem

Chiming in to say I've noticed this same issue with my code that previously worked: ### REPRODUCIBLE CODE #### collections = ['HLSL30_2.0', 'HLSS30_2.0'] start = '2021-01-01' end = '2024-12-01' bbox = [-105.55427843, 35.64105739, -105.31137177, 35.81262559] from pystac_client import Client STAC_URL ...